]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliESDtrack.h
Defining a new status bit to mark the tracks reconstructed in purely ITS-stanalone...
[u/mrichter/AliRoot.git] / STEER / AliESDtrack.h
index 9704e0b8c5ab5f40771bc5a6b260212241169aa5..2a1756f879aedae90a41155cdfcc8966fc9604dd 100644 (file)
@@ -52,7 +52,8 @@ public:
     kTRDStop=0x20000000,
     kESDpid=0x40000000,
     kTIME=0x80000000,
-    kGlobalMerge=0x08000000
+    kGlobalMerge=0x08000000,
+    kITSpureSA=0x10000000
   }; 
   enum {
     kTRDnPlanes = 6,
@@ -315,6 +316,7 @@ public:
      x=fHMPIDmipX; y=fHMPIDmipY; q=fHMPIDqn%1000000; nph=fHMPIDqn/1000000;
   }
   Bool_t  IsHMPID() const {return fFlags&kHMPIDpid;}
+  Bool_t  IsPureITSStandalone() const {return fFlags&kITSpureSA;}
 
 
   Int_t GetEMCALcluster() {return fEMCALindex;}