Changeset 2408 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 10/20/03 17:23:51 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MBlindPixelCalc.h
r2298 r2408 26 26 TArrayS fPixelsIdx; // Pixel Indices for blind pixels, which are entered by the user. 27 27 28 Byte_t fFlags; // flag for the method which is used28 Byte_t fFlags; // flag for the method which is used 29 29 30 30 enum -
trunk/MagicSoft/Mars/manalysis/MCT1FindSupercuts.cc
r2371 r2408 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 19 ! Wolfgang Wittek7/2003 <mailto:wittek@mppmu.mpg.de>18 ! Author(s): Thomas Bretz, 6/2003 <mailto:tbretz@astro.uni-wuerzburg.de> 19 ! Author(s): Wolfgang Wittek, 7/2003 <mailto:wittek@mppmu.mpg.de> 20 20 ! 21 21 ! Copyright: MAGIC Software Development, 2000-2003 -
trunk/MagicSoft/Mars/manalysis/MCerPhotAnal.h
r2211 r2408 25 25 MRawEvtData *fRawEvt; // raw event data (time slices) 26 26 MCerPhotEvt *fCerPhotEvt; // Cerenkov Photon Event used for calculation 27 MRawRunHeader *fRunHeader; // 27 MRawRunHeader *fRunHeader; // RunHeader information 28 28 29 29 Int_t PreProcess(MParList *pList);
Note:
See TracChangeset
for help on using the changeset viewer.