]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALTracker.h
upadte from Markus
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTracker.h
index 8ccedf04b58d0e8482e6153b9d02c8987121b152..bebb7a96a30ecbb4f17c9bc815983cd7e68fb3cc 100644 (file)
@@ -62,6 +62,7 @@ public:
        void                SetCutNTPC(Double_t value) {fCutNTPC=value;}
        void                SetStepLength(Float_t length) {fStep=length;}
        void                SetTrackCorrectionMode(Option_t *option);
+       void                SetEMCalSurfaceDistance(Double_t d) {fEMCalSurfaceDistance = d;}
 
        enum {  kUnmatched = -99999 };
        
@@ -97,16 +98,18 @@ private:
        
        Float_t     fStep;            // Length of each step in propagation
        ETrackCorr  fTrackCorrMode;   // Material budget correction mode
+       Float_t     fEMCalSurfaceDistance; // EMCal surface distance
        Double_t    fClusterWindow;   // Select clusters in the window to be matched to tracks
        Double_t    fCutEta;          // cut on eta difference
        Double_t    fCutPhi;          // cut on phi difference
-
+       Bool_t      fITSTrackSA;      // If ITS Tracks  
+       
        TObjArray  *fTracks;          //! collection of tracks
        TObjArray  *fClusters;        //! collection of EMCAL clusters (ESDCaloCluster or EMCALRecPoint)
        
        AliEMCALGeometry *fGeom;      //! EMCAL geometry
        
-       ClassDef(AliEMCALTracker, 6)  // EMCAL "tracker"
+       ClassDef(AliEMCALTracker, 7)  // EMCAL "tracker"
 };
 
 #endif