]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONManuContourMaker.cxx
Infinite loop is fixed
[u/mrichter/AliRoot.git] / MUON / AliMUONManuContourMaker.cxx
index 538172af4b05c8ccfbdc9c8ba2dd4fb9a7fe69ba..6b530bddf09cf520e5119803ffb9650011b38245 100644 (file)
@@ -62,12 +62,15 @@ ClassImp(AliMUONManuContourMaker)
 AliMUONManuContourMaker::AliMUONManuContourMaker(AliMpExMap* deTransformations)
 : TObject(), fDETransformations(deTransformations), fLocalManuContours(222,1)
 {
+/// Standard constructor
+
   fLocalManuContours.SetOwnerKeyValue(kTRUE,kTRUE);  
 }
 
 //_____________________________________________________________________________
 AliMUONManuContourMaker::~AliMUONManuContourMaker()
 {
+/// Destructor
 }
 
 //_____________________________________________________________________________