]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/UPGRADE/AliITSUTrackerGlo.h
MC labeling added
[u/mrichter/AliRoot.git] / ITS / UPGRADE / AliITSUTrackerGlo.h
index b98d280dfbfa1824a015f29ca460f07e7ca0453b..7112f3bdb6fc0c6066b78e14bb0ef8b19be7dc0f 100644 (file)
@@ -37,7 +37,8 @@ class AliITSUTrackerGlo : public AliTracker {
        ,kRWCheckFailed =2  // failed to rotate the seed to frame of the layer impact point
   };
   enum {kStopSearchOnSensor,kClusterNotMatching,kClusterMatching}; // flags for track-to-cluster checks
-
+  //
+  enum {kDummyLabel=-3141593};
   AliITSUTrackerGlo(AliITSUReconstructor* rec);
   virtual ~AliITSUTrackerGlo();
 
@@ -81,6 +82,7 @@ class AliITSUTrackerGlo : public AliTracker {
   void                   SaveCurrentTrackHypotheses();
   void                   FinalizeHypotheses();
   void                   UpdateESDTrack(AliITSUTrackHyp* hyp);
+  void                   CookMCLabel(AliITSUTrackHyp* hyp);
  //
  protected:
   TObject*&              NextFreeSeed();