From: hristov Date: Fri, 25 May 2001 07:25:20 +0000 (+0000) Subject: AliStack destructor corrected (I.Hrivnacova) X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=81694e6a81dd1da77a5c286829dc9666ac16d259;p=u%2Fmrichter%2FAliRoot.git AliStack destructor corrected (I.Hrivnacova) --- diff --git a/STEER/AliStack.cxx b/STEER/AliStack.cxx index e9159ff3ba9..ad1fb8432bd 100644 --- a/STEER/AliStack.cxx +++ b/STEER/AliStack.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.3 2001/05/22 14:33:16 hristov +Minor changes + Revision 1.2 2001/05/17 05:49:39 fca Reset pointers to daughters @@ -91,12 +94,12 @@ AliStack::~AliStack() // Destructor // + delete fParticleBuffer; if (fParticles) { fParticles->Delete(); delete fParticles; } delete fParticleMap; - delete fParticleBuffer; delete fTreeK; } @@ -735,6 +738,7 @@ void AliStack::MakeTree(Int_t event, const char *file) } } +//_____________________________________________________________________________ void AliStack::BeginEvent(Int_t event) { // start a new event @@ -751,6 +755,7 @@ void AliStack::BeginEvent(Int_t event) } } +//_____________________________________________________________________________ void AliStack::FinishRun() { // Clean TreeK information @@ -759,6 +764,7 @@ void AliStack::FinishRun() } } +//_____________________________________________________________________________ void AliStack::GetEvent(Int_t event) { //