/[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.4 by mocchiut, Thu Dec 18 21:05:52 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);

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

  ViewVC Help
Powered by ViewVC 1.1.23