--- calo/flight/CaloDoubleShower/inc/CaloDoubleShower.h 2007/11/26 08:52:48 1.2 +++ calo/flight/CaloDoubleShower/inc/CaloDoubleShower.h 2009/12/14 14:51:35 1.3 @@ -46,6 +46,8 @@ PamLevel2 *L2; Bool_t debug; // + Bool_t usepl18x; + // // needed to avoid reprocessing the same event over and over to obtain the variables; // UInt_t OBT; @@ -86,11 +88,14 @@ void Process(); ///< Process data for track number 0 void Print(UInt_t tr); void Print(); -// void Print(Option_t *option){Print(0);}; + // void Print(Option_t *option){Print(0);}; + + void UsePlane18X(Bool_t use){usepl18x = use;}; + // // void LoadMagneticField(); // - ClassDef(CaloDoubleShower,1); + ClassDef(CaloDoubleShower,2); }; #endif