]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliAODRun.cxx
Correction to match with the new AliTagAnalysis
[u/mrichter/AliRoot.git] / ANALYSIS / AliAODRun.cxx
index 69b205bf80d9ba2c6d4d9f79f9226d25d117f78a..d13eb2a8996e3d52169b6dafe6b77ccf1f5534da 100644 (file)
 ClassImp(AliAODRun)
 /**************************************************************************/ 
 
-AliAODRun::AliAODRun()
+AliAODRun::AliAODRun():
+  fEvents(new TObjArray())
 { 
  //contructor
-  fEvents = new TObjArray();//create array for AliAODs
   if(!fEvents) Fatal("AliAODRun::AliAODRun","Can not allocate memory");
   fEvents->SetOwner(); //array is an owner: when is deleted or cleared it deletes objects that it contains
 }