]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
add setting of old TPC PID response
authorfnoferin <fnoferin@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 15 Apr 2013 10:30:24 +0000 (10:30 +0000)
committerfnoferin <fnoferin@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 15 Apr 2013 10:30:24 +0000 (10:30 +0000)
PWGCF/FLOW/macros/AddTaskFlowCentralityPIDQC.C
PWGCF/FLOW/macros/AddTaskFlowCentralityPIDSP.C

index 13f41fecbc3cddbd329c191defdcc23d803f2645..53f1931d1e52cc4f165d9e243451aceb00f24962 100644 (file)
@@ -119,6 +119,7 @@ void AddTaskFlowCentralityPIDQC(Int_t centralitysel,
 \r
   // POI TRACK CUTS:\r
   AliFlowTrackCuts* cutsPOI = new AliFlowTrackCuts("TPConlyPOI");\r
+  cutsPOI->GetBayesianResponse()->ForceOldDedx(); // for 2010 data to use old TPC PID Response instead of the official one\r
   cutsPOI->SetParamType(poitype);\r
   cutsPOI->SetParamMix(poimix);\r
   cutsPOI->SetPtRange(0.0,10.);\r
index da5e14b76371ca2fb7cd546890878d37856e8ff6..5a30a881debe358e43020703a31ec170c976c908 100644 (file)
@@ -118,6 +118,7 @@ void AddTaskFlowCentralityPIDSP(Int_t centralitysel,
 \r
   // POI TRACK CUTS:\r
   AliFlowTrackCuts* cutsPOI = new AliFlowTrackCuts("TPConlyPOI");\r
+  cutsPOI->GetBayesianResponse()->ForceOldDedx(); // for 2010 data to use old TPC PID Response instead of the official one\r
   cutsPOI->SetParamType(poitype);\r
   cutsPOI->SetParamMix(poimix);\r
   cutsPOI->SetPtRange(0.0,10.);\r