Changeset 986 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 10/24/01 14:51:21 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/mhist
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHMcEnergy.cc
r970 r986 209 209 // Write the threshold and its error in the standard output 210 210 // 211 void MHMcEnergy::Print(Option_t*) 211 void MHMcEnergy::Print(Option_t*) const 212 212 { 213 213 cout << "Threshold: " << fThreshold << " +- " << fThresholdErr << endl; -
trunk/MagicSoft/Mars/mhist/MHMcEnergy.h
r970 r986 50 50 void Draw(Option_t* option = ""); 51 51 TObject *DrawClone(Option_t* option = "") const; 52 void Print(Option_t* option = NULL) ;52 void Print(Option_t* option = NULL) const; 53 53 54 54 ClassDef(MHMcEnergy, 1) // Histogram container for montecarlo energy threshold -
trunk/MagicSoft/Mars/mhist/MHMcRate.cc
r970 r986 194 194 // print the trigger rate 195 195 // 196 void MHMcRate::Print(Option_t *) 196 void MHMcRate::Print(Option_t *) const 197 197 { 198 198 *fLog << "Incident rate " << fShowerRate << " Hz " << endl; -
trunk/MagicSoft/Mars/mhist/MHMcRate.h
r970 r986 55 55 void CalcRate(Float_t trig, Float_t anal, Float_t simu); 56 56 57 void Print(Option_t *o=NULL) ;57 void Print(Option_t *o=NULL) const; 58 58 59 59 void Draw(Option_t *o=NULL);
Note:
See TracChangeset
for help on using the changeset viewer.