]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Destructor added.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 28 Nov 2001 16:33:21 +0000 (16:33 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 28 Nov 2001 16:33:21 +0000 (16:33 +0000)
MUON/AliMUONClusterInput.cxx
MUON/AliMUONClusterInput.h

index d050063b214add8853b245fe07b8a09812958e44..ac86c76cb1fbbf4c18ab1453ee28a2f6ff93903c 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.10  2001/03/20 13:33:23  egangler
+Small cleanup
+
 Revision 1.9  2001/01/26 21:38:49  morsch
 Use access functions to AliMUONDigit member data.
 
@@ -99,6 +102,13 @@ AliMUONClusterInput* AliMUONClusterInput::Instance()
     return fgClusterInput;
 }
 
+AliMUONClusterInput::~AliMUONClusterInput()
+{
+// Destructor
+    delete fgMinuit;
+}
+
+
 void AliMUONClusterInput::SetDigits(Int_t chamber, TClonesArray* dig1, TClonesArray* dig2)
 {
 // Set pointer to digits with corresponding segmentations and responses (two cathode planes)
index cdf08639def6b0242f70424714fcef7f7c738e04..da2dc467b78925f3e3e6ca4d0365a0213ec73fc2 100644 (file)
@@ -16,6 +16,7 @@ class AliMUONResponse;
 
 class AliMUONClusterInput : public TObject {
  public:
+    virtual ~AliMUONClusterInput();
     static AliMUONClusterInput* Instance();
 //  Configuration
     void SetDigits(Int_t chamber, TClonesArray* dig1, TClonesArray* dig2);