]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliESDpidCuts.h
Updated computation of truncated mean of dE/dx from ITS layers (F. Prino)
[u/mrichter/AliRoot.git] / ANALYSIS / AliESDpidCuts.h
index a76f69d293e8637ae2cd5a2c92fa1f90d9e150b2..d7c9e52d512af90e77028322258779b2b290557d 100644 (file)
@@ -61,7 +61,7 @@ class AliESDpidCuts : public AliAnalysisCuts{
     Char_t  fTPCsigmaCutRequired;                   // Sigma cut Requirement for TPC and Particle Species\r
     Char_t  fTOFsigmaCutRequired;                   // Sigma cut Requirement for TOF and Particle Species\r
     Float_t fCutTPCnSigma[AliPID::kSPECIES * 2];    // Species dependent cut on the distance to the TPC dE/dx line\r
-    Float_t fCutTOFnSigma[AliPID::kSPECIES];        // Species dependent cut on the distance to the TOF calculated time of flight line\r
+    Float_t fCutTOFnSigma[AliPID::kSPECIES * 2];    // Species dependent cut on the distance to the TOF calculated time of flight line\r
     Float_t fCutTPCclusterRatio;                    // Cut on Ratio of found clusters with repect to findable clusters in the TPC\r
     Float_t fMinMomentumTOF;                        // Apply TOF PID only above a certain momentum\r
 \r
@@ -74,7 +74,7 @@ class AliESDpidCuts : public AliAnalysisCuts{
     TH1F *fHnSigmaTOF[AliPID::kSPECIES][2];      // TOF n-sigma cut\r
     //------------------------------------------\r
     \r
-    ClassDef(AliESDpidCuts, 2)\r
+    ClassDef(AliESDpidCuts, 3)\r
 };\r
 \r
 //_____________________________________________________________________\r