/[PAMELA software]/calo/flight/CaloEnergy/inc/CaloEnergy.h
ViewVC logotype

Diff of /calo/flight/CaloEnergy/inc/CaloEnergy.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mocchiut, Fri Jul 10 09:54:32 2009 UTC revision 1.3 by mocchiut, Mon Jul 13 16:10:22 2009 UTC
# Line 112  class CaloEnergy : public TObject { Line 112  class CaloEnergy : public TObject {
112      Bool_t fYosel;          Bool_t fYosel;    
113      Bool_t fYesel;      Bool_t fYesel;
114      Bool_t fSel;      Bool_t fSel;
115        Bool_t fPartsel;
116        Int_t fXeout;
117        Int_t fYeout;
118        Int_t fXoout;
119        Int_t fYoout;
120        Int_t fXomin;
121        Int_t fXemin;
122        Int_t fYomin;
123        Int_t fYemin;
124      //      //
125      Bool_t fSimu;      Bool_t fSimu;
126      void DefineGeometry();      void DefineGeometry();
127        void Set();
128    
129   public:   public:
130      //      //
# Line 136  class CaloEnergy : public TObject { Line 146  class CaloEnergy : public TObject {
146      void Print(Option_t *option){Print();};      void Print(Option_t *option){Print();};
147      //      //
148      Bool_t IsInsideAcceptance(TString section);      Bool_t IsInsideAcceptance(TString section);
149      Bool_t IsInsideAcceptance(TString section, Bool_t fast);      Bool_t IsInsideReducedAcceptance(){return fPartsel;};
150      //      //
151      Bool_t IsInsideXE(){return(IsInsideAcceptance("XE"));};      Bool_t IsInsideXE(){return(IsInsideAcceptance("XE"));};
152      Bool_t InsideXEcheck(){return fXesel;};      Bool_t InsideXEcheck(){return fXesel;};
# Line 163  class CaloEnergy : public TObject { Line 173  class CaloEnergy : public TObject {
173      void SetRadius(Int_t strip){fRad = strip;};      void SetRadius(Int_t strip){fRad = strip;};
174      void SetMaxPlaneOffset(Int_t noplanes){fPl = noplanes;};      void SetMaxPlaneOffset(Int_t noplanes){fPl = noplanes;};
175      //      //
176        void SetMinimumContainment(TString section, Int_t plane);
177        Int_t GetMinimumContainment(TString section);
178      void SetConversionFactor(TString section, Float_t conv_r);      void SetConversionFactor(TString section, Float_t conv_r);
179      Float_t GetConversionFactor(TString section);      Float_t GetConversionFactor(TString section);
180      //      //

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23