]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliMCQA.cxx
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / STEER / AliMCQA.cxx
index 0083fdd410f4b2924a525bdc6c6ef8399550bcb2..c3189df340f30931a441c1c2d08e0d28ddc39727 100644 (file)
 
 /*
 $Log$
+Revision 1.6.6.1  2002/10/12 21:41:00  hristov
+Remove the object from the list of browsables
+
+Revision 1.6  2001/12/05 08:31:25  hristov
+Destructor corrected, thanks to R.Brun
+
 Revision 1.5  2001/01/26 19:58:48  hristov
 Major upgrade of AliRoot code
 
@@ -159,6 +165,7 @@ AliMCQA::AliMCQA(Int_t ndets) : fMPaveLabel(0),fVPaveLabel(0)
 //_____________________________________________________________________________
 
 AliMCQA::~AliMCQA() {
+  gROOT->GetListOfBrowsables()->Remove(this);
   if (fQAList) {
     fQAList->Delete();
     delete fQAList;