Changeset 5531 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 11/30/04 20:38:44 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/getExtractor.C
r5530 r5531 107 107 108 108 MExtractor *extractor = NULL; 109 Bool_t useTimeAndCharge = kFALSE;110 109 111 110 // … … 148 147 // ATTENTION: If an extractor deriving from MExtractTimeAndCharge is 149 148 // used, you may want to use the timing calculated directly 150 // from there. Use the flag: "useTimeAndCharge" in this case149 // from there. 151 150 // 152 151 // MExtractTimeHighestIntegral … … 155 154 // 156 155 // COMBINED TIME AND CHARGE EXTRACTORS: 157 // (You have to set the variable "useTimeAndCharge" in order to use the158 // time calculated by this extractor!)159 156 // MExtractTimeAndChargeDigitalFilter 160 157 // MExtractTimeAndChargeSpline … … 169 166 extractor = new MExtractTimeAndChargeSlidingWindow(); 170 167 extractor->SetRange(0,18,2,14); 171 useTimeAndCharge = kTRUE;172 168 break; 173 169 case 23: … … 179 175 ((MExtractTimeAndChargeSpline*)extractor)->SetChargeType(MExtractTimeAndChargeSpline::kIntegral); 180 176 extractor->SetRange(0,18,2,14); 181 useTimeAndCharge = kTRUE;182 177 break; 183 178 case 28: … … 189 184 extractor = new MExtractTimeAndChargeDigitalFilter; 190 185 extractor->SetRange(0,18,2,14); 191 useTimeAndCharge = kTRUE;192 186 break; 193 187 default:
Note:
See TracChangeset
for help on using the changeset viewer.