Changeset 2015 for trunk/MagicSoft/Mars/mhistmc/MHMcRate.cc
- Timestamp:
- 04/28/03 09:52:57 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhistmc/MHMcRate.cc
r1974 r2015 20 20 ! Author(s): Abelardo Moralejo 2/2003 21 21 ! 22 ! Explanations on the rate calculation can be found in23 ! chapter 7 of the following diploma thesis:24 ! http://www.pd.infn.it/magic/tesi2.ps.gz (in Italian)25 !26 22 ! Copyright: MAGIC Software Development, 2000-2001 27 23 ! 28 24 ! 29 25 \* ======================================================================== */ 26 27 ///////////////////////////////////////////////////////////////////////////// 28 // 29 // Explanations on the rate calculation can be found in 30 // chapter 7 of the following diploma thesis: 31 // http://www.pd.infn.it/magic/tesi2.ps.gz (in Italian) 32 // 33 //////////////////////////////////////////////////////////////////////////// 30 34 31 35 #include "MHMcRate.h" … … 251 255 } 252 256 253 TObject *MHMcRate::DrawClone(Option_t *) const 254 { 255 *fLog << all << dbginf << " - MHMcRate::DrawClone: To be iplemented" << endl; 256 return NULL; 257 } 257 q
Note:
See TracChangeset
for help on using the changeset viewer.