Changeset 3104
- Timestamp:
- 02/11/04 18:50:37 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MArrivalTimeCalc2.cc
r3101 r3104 224 224 // -------------------------------------------------------------------------- 225 225 // 226 // Calculate the integral of the FADC of fWindowSize time slices which have the227 // highest signal226 // Calculates the arrival time as the mean time of the fWindowSize time slices 227 // which have the highest integral content. 228 228 // 229 229 Int_t MArrivalTimeCalc2::Process() -
trunk/MagicSoft/Mars/manalysis/MArrivalTimeCalc2.h
r3101 r3104 53 53 void SetSaturationLimit(Byte_t lim) { fSaturationLimit = lim; } 54 54 55 ClassDef(MArrivalTimeCalc2, 0) // Extracted Signal as highest integral content55 ClassDef(MArrivalTimeCalc2, 0) // Calculates the arrival time as the mean time of the fWindowSize time slices 56 56 }; 57 57
Note:
See TracChangeset
for help on using the changeset viewer.