]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
The type of fTRDnSlices should be Int_t
authorbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 10 May 2008 17:09:40 +0000 (17:09 +0000)
committerbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 10 May 2008 17:09:40 +0000 (17:09 +0000)
STEER/AliESDtrack.h

index 1dd292083e4627abf5489e8f96e364e40cd2d213..12d774c1557ea036e440f266289ec12b337e7424 100644 (file)
@@ -379,7 +379,7 @@ protected:
   UChar_t fTRDncls0;       // number of clusters assigned in the TRD before first material cross
   UChar_t fTRDpidQuality;   // TRD PID quality according to number of planes. 6 is the best
 
-  UChar_t fTRDnSlices;     // number of slices used for PID in the TRD
+  Int_t fTRDnSlices;     // number of slices used for PID in the TRD
   Double32_t *fTRDslices;  //[fTRDnSlices] 
 
   Char_t  fTRDTimBin[kTRDnPlanes];   // Time bin of Max cluster from all six planes
@@ -388,7 +388,7 @@ protected:
 
   AliESDtrack & operator=(const AliESDtrack & );
 
-  ClassDef(AliESDtrack,43)  //ESDtrack 
+  ClassDef(AliESDtrack,44)  //ESDtrack 
 };
 
 #endif