]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSpidESD1.h
Bethe-Bloch formula normalized to one at the minimum (Yuri)
[u/mrichter/AliRoot.git] / ITS / AliITSpidESD1.h
index f18eb04533e1de7edd2df353500f29b4b8252ef6..2f5e032b0b15571a8ed00d9024c39d322a953820 100755 (executable)
@@ -25,9 +25,10 @@ public:
   {AliError("Method should not be used!"); return 0;}
 
 private:
+  Double_t fMIP;          // dE/dx for MIP (relative units)
   Double_t fRes;          // relative dEdx resolution
   Double_t fRange;        // one particle type PID range (in sigmas)
-  ClassDef(AliITSpidESD1,2)   // ITS PID class
+  ClassDef(AliITSpidESD1,3)   // ITS PID class
 };
 
 #endif