]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/AliHLTMUONEvent.h
update EMCal EP v2
[u/mrichter/AliRoot.git] / HLT / MUON / AliHLTMUONEvent.h
index 544f6c6fd3eb493c8095d4ebdb8b6f7016987249..46318aa7a942d8a89ff0622c2694f2a8d606bbdb 100644 (file)
@@ -4,7 +4,7 @@
  * ALICE Experiment at CERN, All rights reserved.                         *
  * See cxx source for full Copyright notice                               */
 
-/* $Id: $ */
+// $Id: $
 
 ///
 /// @file   AliHLTMUONRootifierComponent.h
@@ -26,7 +26,7 @@ public:
        /// AliHLTMUONEvent class contructor.
        /// \param eventId  The event identifier number for this event. Set to -1 by default.
        AliHLTMUONEvent(AliHLTEventID_t eventId = AliHLTEventID_t(-1))
-         : fEventId(eventId), fArray()
+         : TObject(), fEventId(eventId), fArray()
        {
                fArray.SetOwner(kTRUE);
        }
@@ -90,10 +90,13 @@ public:
 
 private:
 
+       /// Performs a deep copy of the event. Assumes this event is already cleared and empty.
+       void DeepCopy(const AliHLTMUONEvent& event);
+
        AliHLTEventID_t fEventId;  ///< The event ID.
        TObjArray fArray;          ///< Array of event objects.
        
-       ClassDef(AliHLTMUONEvent, 2); // Container class for dHLT event results.
+       ClassDef(AliHLTMUONEvent, 3); // Container class for dHLT event results.
 };
 
 #endif // ALIHLTMUONEVENT_H