Changeset 2173 for trunk/MagicSoft/Mars/mreflector
- Timestamp:
- 06/13/03 16:42:37 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mreflector
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreflector/MRflEvtData.cc
r2135 r2173 44 44 ClassImp(MRflEvtData); 45 45 46 using namespace std; 47 46 48 // -------------------------------------------------------------------------- 47 49 // … … 59 61 // Dump informations off all photons 60 62 // 61 void MRflEvtData::Print(Option_t *o ="") const63 void MRflEvtData::Print(Option_t *o) const 62 64 { 63 65 *fLog << all << underline << GetDescriptor() << ":" << endl; -
trunk/MagicSoft/Mars/mreflector/MRflSinglePhoton.cc
r2135 r2173 37 37 ClassImp(MRflSinglePhoton); 38 38 39 using namespace std; 40 39 41 // -------------------------------------------------------------------------- 40 42 // 41 43 // Dump all photon information 42 44 // 43 void MRflSinglePhoton::Print(Option_t *o ="") const45 void MRflSinglePhoton::Print(Option_t *o) const 44 46 { 45 47 *fLog << all << "x=" << fX << " y=" << fY << endl;
Note:
See TracChangeset
for help on using the changeset viewer.