]> git.uio.no Git - u/mrichter/AliRoot.git/commit - STEER/AOD/AliAODHandler.cxx
AliAODEvent: corrected copy constructor and assignment operator. This do not work...
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 26 Nov 2009 16:48:16 +0000 (16:48 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 26 Nov 2009 16:48:16 +0000 (16:48 +0000)
commit48f1c230f34e4006412e01ead0a2d55d3053e998
tree5893aed9b20cda14e55e79c1775ff8b9cc962ed2
parentcc36e145b4328c88d0b451acdac7e2949c968b03
AliAODEvent: corrected copy constructor and assignment operator. This do not work properly if the user objects in the AOD events do not implement correctly the method Copy()
AliAODHandler: corrected destructors taking into account that ownership to AOD event and tree is lost after file closing. Corrections in the extensions to AOD's
AddTaskESDFilter.C : Added creation of the muon AOD as parameter of the macro.
AliAnalysisManager : Disabled object stats registration during the analysis manager session.
ANALYSIS/AliAnalysisManager.cxx
ANALYSIS/macros/AddTaskESDFilter.C
STEER/AliAODEvent.cxx
STEER/AliAODHandler.cxx