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 |
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 |
}; |
}; |