--- calo/flight/CaloEnergy/inc/CaloEnergy.h 2009/08/21 07:06:35 1.11 +++ calo/flight/CaloEnergy/inc/CaloEnergy.h 2009/09/10 12:53:29 1.12 @@ -68,6 +68,7 @@ Int_t fYomin; ///< last plane [0,11] for which the trajectory MUST be contained in section YO. Default 1000 means all the planes, if less than 10 events can be only partially contained in a section (NB: THIS INTRODUCE AN ENERGY DEPENDENT SELECTION CONTAINMENT EFFICIENCY) Int_t fYemin; ///< last plane [0,11] for which the trajectory MUST be contained in section YE. Default 1000 means all the planes, if less than 10 events can be only partially contained in a section (NB: THIS INTRODUCE AN ENERGY DEPENDENT SELECTION CONTAINMENT EFFICIENCY) Bool_t indep; ///< flag to switch between INDEPENDENT or COHERENT mode, default false - COHERENT mode selected + Float_t X0pl; ///< transversed X0 for each W plane taking into account inclination of the trajectory // // conversion factors // @@ -274,6 +275,9 @@ Int_t GetColumn(){return fColumn;}; ///< number of column which contains the track Int_t GetColumn(TString section); ///< number of column which contains the track for section "section" // + Float_t Get_X0pl(){return X0pl;}; ///< transversed X0 for each W plane taking into account inclination of the trajectory + Float_t GetX0max(){ return x0max;}; ///< get the given X0 (test purpose only) + // // Get pointers // CaloLong* GetCaloLong(){return clong;}; ///< Get calolong object. @@ -292,7 +296,7 @@ void Print(); ///< Print variables on STDOUT void Print(Option_t *option){Print();}; ///< compatibility with TObject // - ClassDef(CaloEnergy,2); + ClassDef(CaloEnergy,3); }; #endif