Changeset 847 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 06/13/01 12:08:54 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.h
r715 r847 47 47 MCerPhotPix &operator[](int i) { return *(MCerPhotPix*)(fPixels->At(i)); } 48 48 49 ClassDef(MCerPhotEvt, 1) // class for Nphotons Events49 ClassDef(MCerPhotEvt, 1) // class for an event containing cerenkov photons 50 50 }; 51 51 -
trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h
r666 r847 38 38 void SetErrorPhot(Float_t f) { fErrPhot = f; } 39 39 40 ClassDef(MCerPhotPix, 1) // Cerenkov Photons class for thepixel40 ClassDef(MCerPhotPix, 1) // class containing information about the Cerenkov Photons in a pixel 41 41 } ; 42 42 -
trunk/MagicSoft/Mars/manalysis/MImgCleanStd.h
r716 r847 32 32 Bool_t Process(); 33 33 34 ClassDef(MImgCleanStd, 0) // class for Nphotons Events34 ClassDef(MImgCleanStd, 0) // task doing a standard image cleaning 35 35 }; 36 36 -
trunk/MagicSoft/Mars/manalysis/MMcPedestalCopy.h
r698 r847 34 34 Bool_t Process(); 35 35 36 ClassDef(MMcPedestalCopy, 0) // Task to calculate Hillas parameters36 ClassDef(MMcPedestalCopy, 0) // Task which copies the pedestals from the MC into the standard container 37 37 }; 38 38
Note:
See TracChangeset
for help on using the changeset viewer.