]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
compilation warning
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Apr 2011 16:19:08 +0000 (16:19 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Apr 2011 16:19:08 +0000 (16:19 +0000)
PWG4/CaloCalib/AliAnalysisTaskEMCALClusterize.cxx

index 0f86aed2f833b2c4c39facd11f5e130f01a31cd7..8302affb11d9fe7985ad358ff6ba2a43a547a7e6 100644 (file)
@@ -73,7 +73,7 @@ AliAnalysisTaskEMCALClusterize::AliAnalysisTaskEMCALClusterize(const char *name)
   , fOutputAODBranch(0), fOutputAODBranchName("newEMCALClusters")
   , fFillAODFile(kTRUE), fFillAODHeader(0),    fFillAODCaloCells(0)
   , fRun(-1),            fRecoUtils(0),        fConfigName("")
-  , fCellLabels(),       fCellSecondLabels(),  fMaxEvent(1e9)
+  , fCellLabels(),       fCellSecondLabels(),  fMaxEvent(1000000000)
   
   {
   //ctor
@@ -100,7 +100,7 @@ AliAnalysisTaskEMCALClusterize::AliAnalysisTaskEMCALClusterize()
   , fOutputAODBranch(0),  fOutputAODBranchName("newEMCALClusters")
   , fFillAODFile(kFALSE), fFillAODHeader(0),    fFillAODCaloCells(0)
   , fRun(-1),             fRecoUtils(0),        fConfigName("") 
-  , fCellLabels(),        fCellSecondLabels(),  fMaxEvent(1e9)
+  , fCellLabels(),        fCellSecondLabels(),  fMaxEvent(1000000000)
 {
   // Constructor
   for(Int_t i = 0; i < 10;    i++)  fGeomMatrix[i] =  0;