]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Use unsigned long instead of non-existing ulong
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Apr 2012 11:12:18 +0000 (11:12 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Apr 2012 11:12:18 +0000 (11:12 +0000)
PWGCF/FEMTOSCOPY/AliFemto/AliFemtoV0.h

index 2f423350c23fb8344e916a5e09ec8cb3a3d6ecf3..282876a5e748b4aeb846eb9ce1d9dfac9b04bf80 100644 (file)
@@ -62,8 +62,8 @@ public:
   const TBits& TPCsharingNeg() const;
   int NdofPos() const;
   int NdofNeg() const;
-  ulong StatusPos() const;
-  ulong StatusNeg() const;
+  unsigned long StatusPos() const;
+  unsigned long StatusNeg() const;
   
   
   int   TpcHitsPos() const;          // Number of TPC hits on pos. daughter                             
@@ -182,8 +182,8 @@ public:
   void SetTPCsharingNeg(const TBits& x);
   void SetNdofPos(const int x);
   void SetNdofNeg(const int x);
-  void SetStatusPos(const ulong x);
-  void SetStatusNeg(const ulong x);
+  void SetStatusPos(const unsigned long x);
+  void SetStatusNeg(const unsigned long x);
 
   void SettpcHitsPos(const int& i);      
   void SettpcHitsNeg(const int& i);