Changeset 5224 for trunk/MagicSoft/Mars
- Timestamp:
- 10/11/04 21:16:29 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.cc
r5223 r5224 145 145 146 146 #include "MPedestalPix.h" 147 147 cvs 148 148 #include "MLog.h" 149 149 #include "MLogManip.h" … … 281 281 // -------------------------------------------------------------------------- 282 282 // 283 // The PreProcess searches for the following input containers:284 // - MRawEvtData285 // - MRawRunHeader286 // - MPedestalCam287 //288 // The following output containers are also searched and created if289 // they were not found:290 //291 // - MArrivalTimeCam292 //293 // If the flag fExtractCharges is set, also following containers are searched:294 //295 // - MExtractedSignalCam296 //297 Int_t MExtractTimeAndChargeSpline::PreProcess(MParList *pList)298 {299 300 if (!MExtractTimeAndCharge::PreProcess(pList))301 return kFALSE;302 303 return kTRUE;304 }305 306 // --------------------------------------------------------------------------307 //308 283 // ReInit 309 284 //
Note:
See TracChangeset
for help on using the changeset viewer.