X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=ANALYSIS%2FAliMultiEventInputHandler.h;h=ac8d491f0d1539e470546a08c451ae922b40515a;hp=bea1092ac2a2470e096de1fa34daa56273fda70e;hb=67b28e0a9e3a3c3bf70d548d64104cf9c14e588d;hpb=c8fe2783489236d4d3aff0b807d1f507720af244 diff --git a/ANALYSIS/AliMultiEventInputHandler.h b/ANALYSIS/AliMultiEventInputHandler.h index bea1092ac2a..ac8d491f0d1 100644 --- a/ANALYSIS/AliMultiEventInputHandler.h +++ b/ANALYSIS/AliMultiEventInputHandler.h @@ -50,7 +50,7 @@ class AliMultiEventInputHandler : public AliInputEventHandler { Int_t fIndex; // Pointer to most recent event Int_t fCurrentBin; // Current bin from the pool AliVEventPool* fEventPool; // Pointer to the pool - AliVEvent** fEventBuffer; // The event buffer + AliVEvent** fEventBuffer; //! The event buffer ClassDef(AliMultiEventInputHandler, 1); };