]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRecoTrack.cxx
Fixing clustering(s) memory leaks
[u/mrichter/AliRoot.git] / MUON / AliMUONRecoTrack.cxx
index f5b89a2643295f9656d2df75d2e514ad5c2aa982..37b67cb1ae6d36b0d7f370e38b212965ffe25d8a 100644 (file)
 
 /* $Id$ */
 
+//-----------------------------------------------------------------------------
 /// \class AliMUONRecoTrack 
 /// This class represents a reconstructed muon track
 /// in the tree of reconstructed events.   
 ///         
 /// \author Mihaela Gheata, Andrei Gheata 09/10/00
+//-----------------------------------------------------------------------------
 
 #include <Riostream.h>
 
@@ -61,6 +63,12 @@ AliMUONRecoTrack::AliMUONRecoTrack(Bool_t active)
    }
 }
 
+//-------------------------------------------------------------------
+AliMUONRecoTrack::~AliMUONRecoTrack() 
+{
+/// Destructor
+}
+
 //-------------------------------------------------------------------
 Double_t AliMUONRecoTrack::Phi() const
 {