Skip to content

Commit

Permalink
Clear V0s rather than deleting them
Browse files Browse the repository at this point in the history
This is now 10% of running over ESDs.
  • Loading branch information
ktf authored Oct 8, 2019
1 parent c850826 commit cbb3c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STEER/ESD/AliESDEvent.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ void AliESDEvent::ResetStdContent()
if(fPmdTracks)fPmdTracks->Delete();
if(fTrdTracks)fTrdTracks->Delete();
if(fTrdTracklets)fTrdTracklets->Clear();
if(fV0s)fV0s->Delete();
if(fV0s)fV0s->Clear();
if(fCascades)fCascades->Delete();
if(fKinks)fKinks->Delete();
if(fCaloClusters)fCaloClusters->Delete();
Expand Down

0 comments on commit cbb3c02

Please sign in to comment.