]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDrechit.h
Other pt weights for LHC10f6a (5 TeV and 2.76 TeV)
[u/mrichter/AliRoot.git] / PMD / AliPMDrechit.h
index 054f45c4fd7cad1a70413931271e453625e1aea7..0a4db3970a100948e83b1c25a26e848fb44925cc 100644 (file)
@@ -37,9 +37,9 @@ class AliPMDrechit : public TObject
   Int_t   fYcell;         // y-position of the cell
   Int_t   fTrcell;        // track no of the cell
   Int_t   fPidcell;       // track pid of the cell
-  Int_t   fAdccell;       // cell Adc
+  Float_t fAdccell;       // cell Adc
   
-  ClassDef(AliPMDrechit,4) // To keep cell hit information
+  ClassDef(AliPMDrechit,5) // To keep cell hit information
 };
 
 #endif