Changeset 1219 for trunk/MagicSoft/include-Classes
- Timestamp:
- 02/21/02 12:12:37 (23 years ago)
- Location:
- trunk/MagicSoft/include-Classes/MMcFormat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx
r1203 r1219 162 162 } 163 163 164 164 /* 165 165 void MMcEvt::AsciiWrite(ofstream &fout) const 166 166 { … … 168 168 fout << fTheta ; 169 169 } 170 */ 170 171 171 172 void MMcEvt::Print(Option_t *Option) const { -
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx
r1203 r1219 43 43 UInt_t, UInt_t, UInt_t, UInt_t, UInt_t, UInt_t ) ; 44 44 45 virtual void AsciiWrite(ofstream &fout) const;45 //virtual void AsciiWrite(ofstream &fout) const; 46 46 47 47 void Print(Option_t *opt=NULL) const;
Note:
See TracChangeset
for help on using the changeset viewer.