Changeset 3881 for trunk/MagicSoft
- Timestamp:
- 04/29/04 13:50:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractor.cc
r3880 r3881 102 102 // The PreProcess searches for the following input containers: 103 103 // - MRawEvtData 104 // - MRawRunHeader 104 105 // - MPedestalCam 105 106 // … … 145 146 } 146 147 148 // -------------------------------------------------------------------------- 149 // 150 // The ReInit searches for: 151 // - MRawRunHeader::GetNumSamplesHiGain() 152 // - MRawRunHeader::GetNumSamplesLoGain() 153 // 154 // In case that the variables fHiGainLast and fLoGainLast are smaller than 155 // the even part of the number of samples obtained from the run header, a 156 // warning is given an the range is set back accordingly. A call to: 157 // - SetRange(fHiGainFirst, fHiGainLast-diff, fLoGainFirst, fLoGainLast) or 158 // - SetRange(fHiGainFirst, fHiGainLast, fLoGainFirst, fLoGainLast-diff) 159 // is performed in that case. The variable diff means here the difference 160 // between the requested range (fHiGainLast) and the available one. Note that 161 // the functions SetRange() are mostly overloaded and perform more checks, 162 // modifying the ranges again, if necessary. 163 // 147 164 Bool_t MExtractor::ReInit(MParList *pList) 148 165 {
Note:
See TracChangeset
for help on using the changeset viewer.