45 if (plane != NULL )plane->
print();
52 std::cout <<
" Processing Event " <<
nEvents<< std::endl;
73 std::cout <<
"No Data Map for plane "<< ndet << std::endl;
82 hevtno =
new TH1F(
"hevtno",
"Event Number",300,0.0,3000.0);
83 h10[0] =
new TProfile(
"h10_x",
"Plane X Dcc vs Chan",304,0.0,304.0,0.,4096.);
84 h10[1] =
new TProfile(
"h10_y",
"Plane Y Dcc vs Chan",304,0.0,304.0,0.,4096.);
85 h11[0] =
new TProfile(
"h11_x",
"Plane X Dcc vs Time",512,0.0,512.0,0.,4096.);
86 h11[1] =
new TProfile(
"h11_y",
"Plane Y Dcc vs Time",512,0.0,512.0,0.,4096.);
void Save(char *mode=NULL)
Double_t GetData(Int_t i, Int_t j)
Set/Get Data Cell.
Bool_t isExist(ULong_t det)
Detecror date exist //! Number of Real Detectors.
TH1F * hevtno
Redefine empty default.
TFile * OpenHistFile(const char *ananame)
unpacked dcc data The class contains the data map for DCC or Feminos The data is stored as a 2D TMatr...
HarpoEventHeader * GetHeader()
Print raw data using HarpoAnalyse class.
const ULong_t gkNDetectors
HarpoDccMap * GetDccMap(Long_t plane=XDCC)
R__EXTERN HarpoDetSet * gHDetSet