using namespace std;
#include "hrtmeasurement.h"
#include <iostream> 
#include <iomanip>

void HRtMeasurement::print(void) {
  for (Int_t i=0;i<kRtMeasurementDim;i++) cout << fData[i] << ":";
  cout << endl;
}

ClassImp(HRtMeasurement)

Last change: Sat May 22 13:11:53 2010
Last generated: 2010-05-22 13:11

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.