Ignore:
Timestamp:
10/11/04 21:16:29 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.cc

    r5223 r5224  
    145145
    146146#include "MPedestalPix.h"
    147 
     147cvs
    148148#include "MLog.h"
    149149#include "MLogManip.h"
     
    281281// --------------------------------------------------------------------------
    282282//
    283 // The PreProcess searches for the following input containers:
    284 //  - MRawEvtData
    285 //  - MRawRunHeader
    286 //  - MPedestalCam
    287 //
    288 // The following output containers are also searched and created if
    289 // they were not found:
    290 //
    291 //  - MArrivalTimeCam
    292 //
    293 // If the flag fExtractCharges is set, also following containers are searched:
    294 //
    295 //  - MExtractedSignalCam
    296 //
    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 //
    308283// ReInit
    309284//
Note: See TracChangeset for help on using the changeset viewer.