]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerTrack.cxx
SetFlag GetFlag lifted to interface
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerTrack.cxx
index d711b028f0c03f2ce1f9db16c5d26f000ace14db..13bd46c8f1a85aa0c6b6c67836b6d036509bfe09 100644 (file)
@@ -30,6 +30,8 @@
 #include <Riostream.h>
 #include "AliLog.h"
 
+using std::endl;
+using std::cout;
 /// \cond CLASSIMP
 ClassImp(AliMUONTriggerTrack)
 /// \endcond
@@ -141,6 +143,14 @@ theMUONTriggerTrack)
     return *this;
 }
 
+//__________________________________________________________________________
+void AliMUONTriggerTrack::Clear(Option_t* /*opt*/)
+{
+  /// Clean memory
+  delete fCovariances;
+  fCovariances = 0x0;
+}
+
 //__________________________________________________________________________
 void
 AliMUONTriggerTrack::Print(Option_t* opt) const