Changeset 847 for trunk/MagicSoft/include-Classes/MMcFormat
- Timestamp:
- 06/13/01 12:08:54 (24 years ago)
- Location:
- trunk/MagicSoft/include-Classes/MMcFormat
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx
r669 r847 104 104 105 105 106 ClassDef(MMcEvt, 1) //Stores Montecarlo Information 106 ClassDef(MMcEvt, 1) //Stores Montecarlo Information of one event (eg. the energy) 107 107 108 108 }; -
trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx
r698 r847 62 62 const UInt_t GetNumPixel() const { return MFADC_CHANNELS; } 63 63 64 ClassDef(MMcFadcHeader, 1) //Stores Montecarlo Information 64 ClassDef(MMcFadcHeader, 1) //Stores Montecarlo Information describing the FADC behaviour 65 65 66 66 }; -
trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.hxx
r697 r847 68 68 Byte_t IsPixelFired(Int_t npix, Int_t nfirstlevel); 69 69 70 ClassDef(MMcTrig, 1) //Stores Montecarlo Information 70 ClassDef(MMcTrig, 1) //Stores Montecarlo Information (number of 1st, 2nd level triggers) 71 71 72 72 }; -
trunk/MagicSoft/include-Classes/MMcFormat/MMcTrigHeader.hxx
r612 r847 86 86 } 87 87 88 ClassDef(MMcTrigHeader, 1) //Stores Montecarlo Information 88 ClassDef(MMcTrigHeader, 1) //Stores Montecarlo Information which describes the used trigger 89 89 90 90 };
Note:
See TracChangeset
for help on using the changeset viewer.