Changeset 5360 for trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc
- Timestamp:
- 11/09/04 18:30:53 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc
r5359 r5360 32 32 // substract the pedestal value. 33 33 // 34 // If the flag fNoiseCalculation is set, the signal extractor should35 // calculate the pure noise contriubtion from a fixed window in time.36 //37 34 // The following variables have to be set by the derived class and 38 35 // do not have defaults: … … 84 81 // Sets: 85 82 // - fLoGainStartShift to fgLoGainStartShift+fgOffsetLoGain 86 // - fNoiseCalculation to kFALSE87 83 // 88 84 MExtractTimeAndCharge::MExtractTimeAndCharge(const char *name, const char *title) … … 92 88 93 89 SetLoGainStartShift(); 94 SetNoiseCalculation(kFALSE);95 90 } 96 91
Note:
See TracChangeset
for help on using the changeset viewer.