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

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

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

revision 1.3 by mocchiut, Fri Aug 31 15:36:33 2007 UTC revision 1.4 by mocchiut, Mon Nov 26 08:53:46 2007 UTC
# Line 52  class CaloPreSampler : public TObject { Line 52  class CaloPreSampler : public TObject {
52      Bool_t sel; ///< Selection mode: planes from 1 to 22-N are used, plane 18 - N is masked if "emulate18" variable is true;      Bool_t sel; ///< Selection mode: planes from 1 to 22-N are used, plane 18 - N is masked if "emulate18" variable is true;
53      Bool_t cont; ///< Contamination mode: planes from N to 22 are used;      Bool_t cont; ///< Contamination mode: planes from N to 22 are used;
54      Bool_t emulate18; ///< If true emulates the non-working plane 18;      Bool_t emulate18; ///< If true emulates the non-working plane 18;
55        Bool_t nox; ///< If true do not use X-view
56        Bool_t noy; ///< If true do not use Y-view
57      //      //
58      Float_t rigdefault; ///< Rigidity to be used if no track is available or in standalone mode      Float_t rigdefault; ///< Rigidity to be used if no track is available or in standalone mode
59      Bool_t withtrk; ///< Use or not the tracker      Bool_t withtrk; ///< Use or not the tracker
# Line 76  class CaloPreSampler : public TObject { Line 78  class CaloPreSampler : public TObject {
78      void SetDebug(Bool_t d){ debug=d; };      void SetDebug(Bool_t d){ debug=d; };
79      void UseTracker(Bool_t ch){ withtrk = ch; };      void UseTracker(Bool_t ch){ withtrk = ch; };
80      void SetDefaultRig(Float_t rig){ rigdefault = rig; };      void SetDefaultRig(Float_t rig){ rigdefault = rig; };
81        void MaskX(Bool_t mskx){ nox = mskx; };
82        void MaskY(Bool_t msky){ noy = msky; };
83      //      //
84      void Clear();      void Clear();
85      void Clear(Option_t *option){Clear();};      void Clear(Option_t *option){Clear();};
86      void Delete();      void Delete();
87        void Delete(Option_t *option){Delete();};
88      //      //
89      void Process(); ///< Process data      void Process(); ///< Process data
90      void Print();      void Print();
91        void Print(Option_t *option){Print();};
92      //      //
93      ClassDef(CaloPreSampler,1);      ClassDef(CaloPreSampler,1);
94  };  };

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

  ViewVC Help
Powered by ViewVC 1.1.23