]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGJE/EMCALJetTasks/macros/AddTaskEmcalJetTriggerQA.C
fix typo in axis labels
[u/mrichter/AliRoot.git] / PWGJE / EMCALJetTasks / macros / AddTaskEmcalJetTriggerQA.C
index 2b6fccbd29dcf79a7e4e45ea0ff5ec46c34e105f..aac6ce914cfe3c1d77d7088e09b33b14da7000f4 100644 (file)
@@ -153,7 +153,7 @@ AliAnalysisTaskRhoBase *AttachRhoTask(TString     kBeamType           = "pp",
     jetFinderKt->SetMinJetPt(0.);
 
     gROOT->LoadMacro("$ALICE_ROOT/PWGJE/EMCALJetTasks/macros/AddTaskRhoSparse.C");  
-    TF1 *fScale = new TF1("fScale","1.42",0.,100.); //scale factor for pPb
+    TF1 *fScale = new TF1("fScale","1.28",0.,100.); //scale factor for pPb
     AliAnalysisTaskRhoSparse *rhoTaskSparse = AddTaskRhoSparse(
                               jetFinderKt->GetName(),
                               jetFinderAKt->GetName(),