Changeset 1082 for trunk/MagicSoft/Mars/mhist/MHMcRate.cc
- Timestamp:
- 11/15/01 12:06:46 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHMcRate.cc
r1004 r1082 16 16 ! 17 17 ! 18 ! Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)19 ! Author(s): Thomas Bretz 12/2000 (tbretz@uni-sw.gwdg.de)18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@uni-sw.gwdg.de> 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 21 ! Copyright: MAGIC Software Development, 2000-2001 … … 196 196 void MHMcRate::Print(Option_t *) const 197 197 { 198 *fLog << "Incident rate " << fShowerRate << " Hz " << endl;198 *fLog << all << "Incident rate " << fShowerRate << " Hz " << endl; 199 199 *fLog << "Trigger Rate " << fTriggerRate << " +- " << fTriggerRateError << " Hz" << endl; 200 200 } … … 206 206 void MHMcRate::Draw(Option_t *) 207 207 { 208 *fLog << dbginf << "To be iplemented" << endl;208 *fLog << all << dbginf << " - MHMcRate::Draw: To be iplemented" << endl; 209 209 } 210 210 211 211 TObject *MHMcRate::DrawClone(Option_t *) const 212 212 { 213 *fLog << dbginf << "To be iplemented" << endl;213 *fLog << all << dbginf << " - MHMcRate::DrawClone: To be iplemented" << endl; 214 214 return NULL; 215 215 }
Note:
See TracChangeset
for help on using the changeset viewer.