diff --git a/DATA/production/qc-async/itstpc.json b/DATA/production/qc-async/itstpc.json index a4b02689a..3129a18ba 100644 --- a/DATA/production/qc-async/itstpc.json +++ b/DATA/production/qc-async/itstpc.json @@ -44,7 +44,7 @@ "taskParameters" : { "GID" : "ITS-TPC,ITS", "verbose" : "false", - "minPtITSCut": "0.f", + "minPtITSCut": "0.1f", "etaITSCut": "1e10f", "minNITSClustersCut": "0", "maxChi2PerClusterITS": "100000", @@ -53,8 +53,8 @@ "minNTPCClustersCut": "60", "minDCACut": "100.f", "minDCACutY": "10.f", - "minPtCut": "0.f", - "maxPtCut": "1e10f", + "minPtCut": "0.1f", + "maxPtCut": "20.f", "etaCut": "1e10f", "cutK0Mass": "0.05f", "maxEtaK0": "0.8f", diff --git a/DATA/production/qc-sync/glo-itstpc-mtch-qcmn-epn.json b/DATA/production/qc-sync/glo-itstpc-mtch-qcmn-epn.json index a28ae70f3..76abe38aa 100644 --- a/DATA/production/qc-sync/glo-itstpc-mtch-qcmn-epn.json +++ b/DATA/production/qc-sync/glo-itstpc-mtch-qcmn-epn.json @@ -37,7 +37,7 @@ "taskParameters" : { "GID": "ITS-TPC,ITS", "verbose": "false", - "minPtITSCut": "0.f", + "minPtITSCut": "0.1f", "etaITSCut": "1e10f", "minNITSClustersCut": "0", "maxChi2PerClusterITS": "100000", @@ -46,8 +46,8 @@ "minNTPCClustersCut": "60", "minDCACut": "100.f", "minDCACutY": "10.f", - "minPtCut": "0.f", - "maxPtCut": "1e10f", + "minPtCut": "0.1f", + "maxPtCut": "20.f", "etaCut": "1e10f", "cutK0Mass": "0.05f", "maxEtaK0": "0.8f", diff --git a/MC/config/QC/json/ITSTPCmatchedTracks_direct_MC.json b/MC/config/QC/json/ITSTPCmatchedTracks_direct_MC.json index 5aba15f8a..8b80ff34f 100644 --- a/MC/config/QC/json/ITSTPCmatchedTracks_direct_MC.json +++ b/MC/config/QC/json/ITSTPCmatchedTracks_direct_MC.json @@ -41,7 +41,7 @@ "taskParameters": { "GID": "ITS-TPC,ITS", "verbose": "false", - "minPtITSCut": "0.f", + "minPtITSCut": "0.1f", "etaITSCut": "1e10f", "minNITSClustersCut": "0", "maxChi2PerClusterITS": "100000", @@ -50,8 +50,8 @@ "minNTPCClustersCut": "60", "minDCACut": "100.f", "minDCACutY": "10.f", - "minPtCut": "0.f", - "maxPtCut": "1e10f", + "minPtCut": "0.1f", + "maxPtCut": "20.f", "etaCut": "1e10f", "isMC": "true" },