]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
cleanup
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 28 Feb 2013 20:50:27 +0000 (20:50 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 28 Feb 2013 20:50:27 +0000 (20:50 +0000)
PWGCF/Correlations/DPhi/FourierDecomposition/AddTaskDhc.C
PWGCF/Correlations/DPhi/FourierDecomposition/AliDhcTask.cxx
PWGCF/Correlations/DPhi/FourierDecomposition/lrc/AddTask_cloizide_Dhc.C [moved from PWGCF/Correlations/DPhi/FourierDecomposition/AddTask_cloizide_Dhc.C with 100% similarity]
PWGCF/Correlations/DPhi/FourierDecomposition/lrc/CheckOutput.C [moved from PWGCF/Correlations/DPhi/FourierDecomposition/CheckOutput.C with 100% similarity]
PWGCF/Correlations/DPhi/FourierDecomposition/lrc/RunDhcTask.C [moved from PWGCF/Correlations/DPhi/FourierDecomposition/RunDhcTask.C with 100% similarity]
PWGCF/Correlations/DPhi/FourierDecomposition/lrc/rootlogon.C [moved from PWGCF/Correlations/DPhi/FourierDecomposition/rootlogon.C with 100% similarity]

index 8886e721f562c7478cac61088bc612599b1981f3..e4badc2b21c657bc1e76977a46817a4855b54d97 100644 (file)
@@ -1,5 +1,12 @@
 // alien:///alice/cern.ch/user/t/tschuste/correction_hybrid_nulled.root
-AliDhcTask *AddTaskDhc(Int_t iAna = 2, TString chUName = "", TString chHEffFile = "", TString chMuEffFile = "", TString chTaskFile = "", TString chTaskName = "", TString chNTracks = "PicoTracks")
+AliDhcTask *AddTaskDhc(
+  Int_t iAna = 2, 
+  TString chUName = "", 
+  TString chHEffFile = "", 
+  TString chMuEffFile = "", 
+  TString chTaskFile = "", 
+  TString chTaskName = "", 
+  TString chNTracks = "PicoTracks")
 {
 
   Char_t chExtraName[256];
@@ -130,5 +137,4 @@ AliDhcTask *AddTaskDhc(Int_t iAna = 2, TString chUName = "", TString chHEffFile
   mgr->ConnectOutput(dhcTask,1,co_Dhc);
   
   return dhcTask;
-  
 }
index f29c40a88dd4cb1f04f9afe4e4a39ad62d203dc6..5ead689e1ea77265c1c43b542da82f56cf94cccc 100644 (file)
@@ -130,7 +130,6 @@ void AliDhcTask::PrintDhcSettings()
   AliInfo(Form(" Mix in eta_T bins instead of z_vertex? %d", fMixInEtaT));
   AliInfo(Form(" trigger eta range %f .. %f", fEtaTLo, fEtaTHi));
   AliInfo(Form(" associate eta range %f .. %f", fEtaALo, fEtaAHi));
-
 }
 
 //________________________________________________________________________