--- calo/flight/CaloPreSampler/inc/CaloPreSampler.h 2009/02/24 09:18:03 1.9 +++ calo/flight/CaloPreSampler/inc/CaloPreSampler.h 2009/07/27 13:58:57 1.10 @@ -58,6 +58,7 @@ // Float_t rigdefault; ///< Rigidity to be used if no track is available or in standalone mode Bool_t withtrk; ///< Use or not the tracker + Int_t forcefitmode; // public: @@ -83,6 +84,7 @@ void SetDebug(Bool_t d){ debug=d; }; void UseTracker(Bool_t ch){ withtrk = ch; }; void SetDefaultRig(Float_t rig){ rigdefault = rig; }; + void SetForceFitMode(Int_t mode){ forcefitmode = mode; }; void MaskX(Bool_t mskx){ nox = mskx; }; void MaskY(Bool_t msky){ noy = msky; }; void Mask(Int_t view, Int_t plane){ mask[view][plane] = 1;};