Changeset 1203 for trunk/MagicSoft/include-Classes
- Timestamp:
- 01/21/02 20:52:12 (23 years ago)
- Location:
- trunk/MagicSoft/include-Classes/MMcFormat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx
r1101 r1203 2 2 3 3 #include <iostream.h> 4 #include <fstream.h> 4 5 5 6 … … 162 163 163 164 165 void MMcEvt::AsciiWrite(ofstream &fout) const 166 { 167 fout << fEnergy << " "; 168 fout << fTheta ; 169 } 164 170 165 171 void MMcEvt::Print(Option_t *Option) const { -
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx
r1193 r1203 43 43 UInt_t, UInt_t, UInt_t, UInt_t, UInt_t, UInt_t ) ; 44 44 45 virtual void AsciiWrite(ofstream &fout) const; 45 46 46 47 void Print(Option_t *opt=NULL) const;
Note:
See TracChangeset
for help on using the changeset viewer.