]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Missing using std::... declarations (Savannah bug 102892)
authormiweber <miweber@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 17 Oct 2013 11:45:12 +0000 (11:45 +0000)
committermiweber <miweber@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 17 Oct 2013 11:45:12 +0000 (11:45 +0000)
PWGCF/Correlations/DPhi/AliAnalysisTaskDptDptCorrelations.cxx
PWGCF/Correlations/DPhi/AliLeadingV0Correlation.cxx
PWGCF/EBYE/LRC/AliAnalysisTaskLRC.cxx
PWGCF/EBYE/LRC/AliLRCProcess.cxx
PWGCF/EBYE/PIDFluctuation/task/AliEbyEParticleRatioFluctuationTask.cxx

index da688c9b6ffc7d00f46e0c42bff7bb66a626e604..4c3c22b3f65635ce8aa20d7a1854422bd092f5df 100644 (file)
@@ -75,6 +75,8 @@
 #include "AliPIDResponse.h"
 #include "AliAODpidUtil.h"
 #include "AliPIDCombined.h"
+using std::endl;
+using std::cout;
 
 
 ClassImp(AliAnalysisTaskDptDptCorrelations)
index 41a2c46c62296a21b57ea5e9722f7573d56ffe77..70f37b29f9be071523df3141b62a95c8d2737790 100644 (file)
@@ -39,6 +39,8 @@
 
 #define CorrBinsX 240
 #define CorrBinsY 260
+using std::endl;
+using std::cout;
 
 
 Double_t PI =TMath::Pi();
@@ -1084,4 +1086,4 @@ void AliLeadingV0Correlation::FillCorrelationMixing(Double_t MultipOrCentMix,
                                                                
                                        
                                                                                                
-                                                                                               
\ No newline at end of file
+                                                                                               
index 9d2be3cd19f30942ab18307f0be5544f97839058..a68e457ed298c5c300b3206aab3ca1c0b484d686 100644 (file)
@@ -69,7 +69,8 @@
 
 #include "TStopwatch.h"
 
-
+using std::endl;
+using std::cout;
 
 ClassImp(AliAnalysisTaskLRC)
 
index 1d0394cf619e9c10c9f71190a1eef4049ad59b3f..182088fd8f018dd2b3b86b9baf06375dec923c34 100644 (file)
@@ -35,6 +35,8 @@ ClassImp(AliLRCProcess)
 \r
 //const bool useSparse = false;//false;\r
 //const bool useAccumulatingHist = true;//false;\r
+using std::endl;\r
+using std::cout;\r
 \r
 AliLRCProcess::AliLRCProcess():fIsEventOpend(kFALSE), fIsOnline(kFALSE), fDisplayInitOnDemandWarning(kTRUE)\r
   ,fUseSparse(false)\r
index 6432cebff73dc86111f93c2b2facfe5c7f932ef8..2a44df6ee3f6c5ed109ec89fc28e97f63e90ee8b 100644 (file)
@@ -46,7 +46,8 @@
 #include "AliAODHeader.h"\r
 #include "AliAODpidUtil.h"\r
 #include "AliHelperPID.h"\r
-\r
+using std::endl;\r
+using std::cout;\r
 #include "AliEbyEParticleRatioFluctuationTask.h"\r
 \r
 ClassImp(AliEbyEParticleRatioFluctuationTask)\r