66 #include "Riostream.h" 116 for (Int_t i = 0; i < nrefs; i++)
AddTrack(refs[i]);
125 t = Form(
"ADC: %d",
Counts());
136 << std::setw(4) <<
fCount1 <<
" (" 137 << std::setw(4) <<
fCount2 <<
"," 138 << std::setw(4) <<
fCount3 <<
"," 139 << std::setw(4) <<
fCount4 <<
") = " 140 << std::setw(4) <<
Counts() << std::flush;
142 if (opt.Contains(
"l", TString::kIgnoreCase)) {
144 for (Int_t i = 0; i < 3; i++)
145 std::cout << (i == 0 ?
"" :
",") << std::setw(5) <<
fTracks[i];
147 std::cout << std::endl;
void Print(Option_t *opt="") const
void AddTrack(Int_t trackno)
const char * GetTitle() const
virtual void Print(Option_t *opt="") const