]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSQASDDDataMakerRec.cxx
Compatibility with the ROOT trunk
[u/mrichter/AliRoot.git] / ITS / AliITSQASDDDataMakerRec.cxx
index 32a4f6e2e1aad9db271686246ab180f54a4c5123..f4083c4418a68058c9ec919d9b6c1e62c4806645 100644 (file)
@@ -66,8 +66,8 @@ class AliRunLoader;
 class AliITSLoader;
 class AliITSDetTypeRec;
 
-
-
+using std::endl;
+using std::cout;
 ClassImp(AliITSQASDDDataMakerRec)
 
 //____________________________________________________________________________ 
@@ -1454,4 +1454,4 @@ Int_t AliITSQASDDDataMakerRec::GetNumberOfEvents(AliQAv1::TASKINDEX_t task, Int_
 {
   //return the number of the processed events for a given task and trigger class (-1 for all)
   return fAliITSQADataMakerRec->GetEvCountTotal(task, trigCl);
-}
\ No newline at end of file
+}