]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliAODRun.cxx
Splitted calibration object -> PARAMETERS FOR CENTRALITY RECONSTRUCTION
[u/mrichter/AliRoot.git] / ANALYSIS / AliAODRun.cxx
index b601eee4d94d740ff6162a6ba8061cfba59b2326..d13eb2a8996e3d52169b6dafe6b77ccf1f5534da 100644 (file)
@@ -7,7 +7,7 @@
 // Class storing and managing events                 //
 //                                                   //
 // Piotr.Skowronski@cern.ch                          //
-// http://alisoft.cern.ch/people/skowron/analyzer    //
+// http://aliweb.cern.ch/people/skowron/analyzer    //
 //                                                   //
 ///////////////////////////////////////////////////////
 
 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
 }