]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSimpleClusterServer.cxx
change name of variable, conflicts with enum with detector types
[u/mrichter/AliRoot.git] / MUON / AliMUONSimpleClusterServer.cxx
index 01c5d177972daa38db84b87b01ff1551925a5d75..b6bfe99e28901698edfb0fe7d6284c4e85e24930 100644 (file)
@@ -49,6 +49,8 @@
 /// 
 /// \author Laurent Aphecetche, Subatech
 
+using std::endl;
+using std::cout;
 /// \cond CLASSIMP  
 ClassImp(AliMUONSimpleClusterServer)
 /// \endcond
@@ -353,6 +355,7 @@ AliMUONSimpleClusterServer::UseDigits(TIter& next, AliMUONVDigitStore* digitStor
     if (!padArray)
     {
       padArray = new TObjArray(100);
+      padArray->SetOwner(kTRUE);
       fPads[cathode]->Add(detElemId,padArray);
     }