]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Using Char_t instead of UChar_t
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Feb 2007 17:10:41 +0000 (17:10 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Feb 2007 17:10:41 +0000 (17:10 +0000)
STEER/AliAODTrack.h

index 2136cdc782de9e3bfe1c16c0707938019e6f1844..72aeabfd934d0fb7a7474488064eebbf1261b047 100644 (file)
@@ -199,7 +199,7 @@ class AliAODTrack : public AliVirtualParticle {
 
   Char_t        fCharge;         // particle charge
   UChar_t       fITSClusterMap;  // map of ITS cluster, one bit per layer
-  UChar_t       fType;           // Track Type
+  Char_t        fType;           // Track Type
 
 
   ClassDef(AliAODTrack,1);