--- calo/flight/CaloPreSampler/inc/CaloPreSampler.h 2009/11/27 10:29:52 1.14 +++ calo/flight/CaloPreSampler/inc/CaloPreSampler.h 2009/12/14 14:31:54 1.15 @@ -39,6 +39,8 @@ UInt_t atime; Bool_t ssel; // + Bool_t usepl18x; + // Bool_t simulation; ///< True when using simulated data, false by default; // CaloLevel0 *event; ///< CaloLevel0 event needed to process data from level0/1 to level2 @@ -95,6 +97,8 @@ void ForceCaloFit(){forcecalo=true;}; void ForceNextProc(){atime=0;}; // + void UsePlane18X(Bool_t use){usepl18x = use;}; + // void Clear(); void Clear(Option_t *option){Clear();}; void Delete();