Changeset 2752 for trunk/MagicSoft/Mars/manalysis/MArrivalTimeCalc.h
- Timestamp:
- 01/06/04 16:12:03 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MArrivalTimeCalc.h
r2659 r2752 6 6 // MArrivalTimeCalc // 7 7 // // 8 // Evaluates the number of time slice into which the signal reaches a max.//9 // P R E L I M I N A R Y//10 // Other more sophisticated methods have to be implemented.//8 // Evaluates the Arrival Times // 9 // // 10 // // 11 11 ///////////////////////////////////////////////////////////////////////////// 12 12 … … 27 27 MRawRunHeader *fRunHeader; // RunHeader information 28 28 MGeomCam *fGeom; // Geometry information 29 //MArrivalTime *fArrTime; // Container with the photons arrival times29 MArrivalTime *fArrTime; // Container with the photons arrival times 30 30 31 31 Bool_t fEnableFix; // fix for a bug in files from older camera versions (<=40) … … 42 42 MArrivalTimeCalc(const char *name=NULL, const char *title=NULL); 43 43 44 // FIXME: The array size should be checked!45 46 44 ~MArrivalTimeCalc(){} 47 45 48 ClassDef(MArrivalTimeCalc, 0) // Task to calculate cerenkov photons from raw data46 ClassDef(MArrivalTimeCalc, 0) // Task to calculate Arrival Times from raw data 49 47 }; 50 48
Note:
See TracChangeset
for help on using the changeset viewer.