--- DarthVader/CalorimeterLevel2/inc/CaloLevel0.h 2008/12/12 16:18:16 1.11 +++ DarthVader/CalorimeterLevel2/inc/CaloLevel0.h 2009/09/28 17:06:39 1.12 @@ -38,6 +38,7 @@ Bool_t ctground; ///< Cross talk correction type (true ground, false flight) Bool_t noselfct; ///< Pre cross talk correction do not applied to the strip itself // + Bool_t mask18; ///< Mask plane 18X flag // variables in which it is stored the calibration information for the four sections // UInt_t idcalib[4]; ///< ID of root file containing calibrations (one per section) @@ -168,6 +169,8 @@ void SetCrossTalkType(Bool_t ct); void SetCrossTalkType(Int_t ct); void SetVerbose(Bool_t ct); + void MaskPlane18X(){ mask18 = true;}; + void UnMaskPlane18X(){ mask18 = false;}; // // constructor // @@ -181,7 +184,7 @@ // ~CaloLevel0();///< destructor // - ClassDef(CaloLevel0,4); + ClassDef(CaloLevel0,5); }; #endif