]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Packed occupancy together with the Cerenkov angle (Giacomo)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 27 Oct 2011 04:57:05 +0000 (04:57 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 27 Oct 2011 04:57:05 +0000 (04:57 +0000)
STEER/ESD/AliESDtrack.h

index c8eea690304f1e835521f122ec1be14ae1dbe899..2fb5c54314fc0c2c59757c966fba3fe39be4c9b2 100644 (file)
@@ -311,7 +311,8 @@ public:
 
 // HMPID methodes +++++++++++++++++++++++++++++++++ (kir)
   void    SetHMPIDsignal(Double_t theta) {fHMPIDsignal=theta;}
-  Double_t GetHMPIDsignal() const {return fHMPIDsignal;}
+  Double_t GetHMPIDsignal() const {return fHMPIDsignal - (Int_t)fHMPIDsignal;}
+  Double_t GetHMPIDoccupancy() const {return (Int_t)fHMPIDsignal/10.0;}
   void    SetHMPIDpid(const Double_t *p);
   void    GetHMPIDpid(Double_t *p) const;  
   void    SetHMPIDchi2(Double_t chi2) {fHMPIDchi2=chi2;}