X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=PWG2%2FRESONANCES%2FAliRsnEventBuffer.h;h=69e4bb98f5b7593e690a64be636378c5fe2560e5;hp=7d5463942993c473623c6f793e2b682264539336;hb=8ecf98c4d2a7159c21d9eea6f2983c5bdef4ee95;hpb=06351446b84a6b389b9dcdddbde5338c95562348;ds=sidebyside diff --git a/PWG2/RESONANCES/AliRsnEventBuffer.h b/PWG2/RESONANCES/AliRsnEventBuffer.h index 7d546394299..69e4bb98f5b 100644 --- a/PWG2/RESONANCES/AliRsnEventBuffer.h +++ b/PWG2/RESONANCES/AliRsnEventBuffer.h @@ -2,7 +2,7 @@ * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice * **************************************************************************/ - + // // Class AliRsnEventBuffer // @@ -39,13 +39,13 @@ public: void SetDeleteBufferWhenReset (const Bool_t& theValue = kTRUE) { fDeleteBufferWhenReset = theValue; } Bool_t GetDeleteBufferWhenReset() const { return fDeleteBufferWhenReset; } - + Int_t NEmptySlots(); private: - - AliRsnEventBuffer (const AliRsnEventBuffer& /*buf*/) : - fDeleteBufferWhenReset(0),fEventsBufferSize(0),fEventsBufferIndex(0) {} + + AliRsnEventBuffer (const AliRsnEventBuffer& buf) : + TObject(buf), fDeleteBufferWhenReset(0),fEventsBufferSize(0),fEventsBufferIndex(0) {} const AliRsnEventBuffer& operator=(const AliRsnEventBuffer& /*buf*/) {return (*this);} Bool_t fDeleteBufferWhenReset; // flag if buffer should be deleted when reset is done