]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/STEERBase/AliTPCdEdxInfo.h
Changes for #94112: Standard AOD size (Jens)
[u/mrichter/AliRoot.git] / STEER / STEERBase / AliTPCdEdxInfo.h
index 5c3e123b155b86d2dd452e0a0ddff5c510d6d159..5a1b4f1bff77d85b9fcbcc5c2a6c34e4d8518c2f 100644 (file)
@@ -15,12 +15,12 @@ public:
   
 private:
 
-  Double32_t  fTPCsignalRegion[4]; // TPC dEdx signal in 4 different regions - 0 - IROC, 1- OROC medium, 2 - OROC long, 3- OROC all, (default truncation used)  
+  Double32_t  fTPCsignalRegion[4]; //[0.,0.,10] TPC dEdx signal in 4 different regions - 0 - IROC, 1- OROC medium, 2 - OROC long, 3- OROC all, (default truncation used)  
   Char_t      fTPCsignalNRegion[3]; // number of clusters above threshold used in the dEdx calculation
   Char_t      fTPCsignalNRowRegion[3]; // number of crosed rows used in the dEdx calculation - signal below threshold included
 
   
-  ClassDef(AliTPCdEdxInfo,1)
+  ClassDef(AliTPCdEdxInfo,2)
 };
 
 #endif