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

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

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

revision 1.3 by mocchiut, Mon Sep 22 20:08:10 2008 UTC revision 1.5 by mocchiut, Tue Jun 16 14:30:09 2009 UTC
# Line 110  class CaloLong : public TObject { Line 110  class CaloLong : public TObject {
110      Int_t fitresult;      Int_t fitresult;
111      //      //
112      Bool_t no18x;      Bool_t no18x;
113        Bool_t maskXE;
114        Bool_t maskYE;
115        Bool_t maskXO;
116        Bool_t maskYO;
117      //      //
118      Float_t eplane[2][22];      Float_t eplane[2][22];
119      //      //
# Line 147  class CaloLong : public TObject { Line 151  class CaloLong : public TObject {
151      void SetDebug(Bool_t d){ debug=d; };      void SetDebug(Bool_t d){ debug=d; };
152      void UsePlane18X(){ no18x=false; };      void UsePlane18X(){ no18x=false; };
153      //      //
154        void MaskSection(TString);
155      void Selection(){sel = true; cont = false;}; ///< Set selection mode: planes from 1 to 22-N are used, plane 18 - N is masked if "emulate18" variable is true (DEFAULT);      void Selection(){sel = true; cont = false;}; ///< Set selection mode: planes from 1 to 22-N are used, plane 18 - N is masked if "emulate18" variable is true (DEFAULT);
156      void Contamination(){sel = false; cont = true;}; ///< Set contamination mode: planes from N to 22 are used.      void Contamination(){sel = false; cont = true;}; ///< Set contamination mode: planes from N to 22 are used.
157      void SetNoWpreSampler(Int_t n);      void SetNoWpreSampler(Int_t n);
158      void SetNoWcalo(Int_t n);      void SetNoWcalo(Int_t n);
159        void SplitInto(Int_t NoWpreSampler, Int_t NoWcalo);
160      Int_t GetNoWpreSampler(){return N;}; ///< Get the number of W planes used as presampler.      Int_t GetNoWpreSampler(){return N;}; ///< Get the number of W planes used as presampler.
161      Int_t GetNoWcalo(){return NC;}; ///< Get the number of W planes used as calorimeter.      Int_t GetNoWcalo(){return NC;}; ///< Get the number of W planes used as calorimeter.
162      //      //

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

  ViewVC Help
Powered by ViewVC 1.1.23