]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDrawData.cxx
Replace int by Int_t
[u/mrichter/AliRoot.git] / TRD / AliTRDrawData.cxx
index 0f10e8994f4b483098da4d31e65e0b9d67e5105a..51653b42f81321bf29b21764335860986b1315bd 100644 (file)
@@ -112,7 +112,7 @@ Bool_t AliTRDrawData::Digits2Raw(TTree *digitsTree)
   const Int_t kNumberOfDDLs         = 18;
   const Int_t kSubeventHeaderLength = 8;
   const Int_t kSubeventDummyFlag    = 0xBB;
-  int headerSubevent[3];
+  Int_t       headerSubevent[3];
 
   ofstream      *outputFile[kNumberOfDDLs];
   UInt_t         bHPosition[kNumberOfDDLs];
@@ -165,7 +165,7 @@ Bool_t AliTRDrawData::Digits2Raw(TTree *digitsTree)
     Int_t colMax    = par->GetColMax(plan);
     Int_t timeTotal = par->GetTimeTotal();
     Int_t bufferMax = rowMax*colMax*timeTotal;
-    int  *buffer    = new int[bufferMax];
+    Int_t *buffer   = new Int_t[bufferMax];
 
     npads   = 0;
     nbyte   = 0;