]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONContourMaker.cxx
Remove TClonesArray deletions (Philippe Pillot)
[u/mrichter/AliRoot.git] / MUON / AliMUONContourMaker.cxx
index 499133c1182305560162e86cd11d5747c2f7e245..3442155d777eb39f5e987611e60ea2cfcaa4eae9 100644 (file)
 ClassImp(AliMUONContourMaker)
 /// \endcond
 
-namespace
-{
-  void PrintSegments(const TObjArray& array)
-  {
-    TIter next(&array);
-    AliMUONSegment* s;
-    Int_t i(0);
-    while ( ( s = static_cast<AliMUONSegment*>(next()) ) )
-    {
-      cout << Form("i=%d %s",i,s->AsString()) << endl;
-      ++i;
-    }
-  }
-}
-
 //_____________________________________________________________________________
 AliMUONContourMaker::AliMUONContourMaker() 
 {