X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=EMCAL%2FAliEMCALTracker.h;h=87934cb4c4a3763ef147af1244eaf0d9e58c6982;hp=31eb3ae3b2cdaffb57ffd873563073afd5651031;hb=f83cd814d04bd18c35eea63521785f3ab4477d93;hpb=ba6de5ea2571f754f15943804dc20b1d06070b43 diff --git a/EMCAL/AliEMCALTracker.h b/EMCAL/AliEMCALTracker.h index 31eb3ae3b2c..87934cb4c4a 100644 --- a/EMCAL/AliEMCALTracker.h +++ b/EMCAL/AliEMCALTracker.h @@ -62,6 +62,8 @@ public: void SetCutZ(Double_t value) {fCutZ=value;} void SetGeometry(AliEMCALGeometry *geom) {fGeom=geom;} void SetMaxDistance(Double_t value) {fMaxDist=value;} + void SetCutNITS(Double_t value) {fCutNITS=value;} + void SetCutNTPC(Double_t value) {fCutNTPC=value;} void SetNumberOfSteps(Int_t n) {fNPropSteps=n;if(!n)SetTrackCorrectionMode("NONE");} void SetTrackCorrectionMode(Option_t *option); @@ -142,7 +144,9 @@ private: Double_t fCutAlphaMax; // cut on difference between track 'alpha' and phi Double_t fCutAngle; // cut on angle between track projection and cluster Double_t fMaxDist; // maximum allowed total distance between track proj an cluster - + Double_t fCutNITS; // mimimum number of track hits in the ITS + Double_t fCutNTPC; // mimimum number of track hits in the TPC + Double_t fRho; // energy correction: density Double_t fX0; // energy correction: radiation length