Skip to content

Commit

Permalink
Merge pull request #1039 from alisw/ktf-patch-3
Browse files Browse the repository at this point in the history
Clear V0s rather than deleting them
  • Loading branch information
alibuild authored Oct 9, 2019
2 parents c850826 + cbb3c02 commit 0fa671c
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 0fa671c

Please sign in to comment.