Skip to content

Commit 805abd0

Browse files
bulukutluchiarazampolli
authored andcommitted
TPC: Updating cut parameters in TPC json files
1 parent 974c3c3 commit 805abd0

File tree

3 files changed

+47
-4
lines changed

3 files changed

+47
-4
lines changed

DATA/production/qc-async/tpc.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,17 @@
6060
"dataSource": {
6161
"type": "direct",
6262
"query" : "inputTracks:TPC/TRACKS/0"
63-
}
63+
},
64+
"taskParameters": {
65+
"cutMinNCluster": "60",
66+
"cutAbsTgl": "1.",
67+
"cutMindEdxTot": "10.",
68+
"cutMaxdEdxTot": "2000.",
69+
"cutMinpTPC": "0.05",
70+
"cutMaxpTPC": "20.",
71+
"cutMinpTPCMIPs": "0.45",
72+
"cutMaxpTPCMIPs": "0.55"
73+
}
6474
},
6575
"Tracks": {
6676
"active": "true",
@@ -73,6 +83,11 @@
7383
"dataSource": {
7484
"type": "direct",
7585
"query" : "inputTracks:TPC/TRACKS/0"
86+
},
87+
"taskParameters": {
88+
"cutAbsEta": "1.",
89+
"cutMinNCluster": "60",
90+
"cutMindEdxTot": "20."
7691
}
7792
}
7893
}

DATA/production/qc-sync/tpc.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,16 @@
7979
"type": "direct",
8080
"query": "inputTracks:TPC/TRACKS/0"
8181
},
82-
"taskParameters": {},
82+
"taskParameters": {
83+
"cutMinNCluster": "60",
84+
"cutAbsTgl": "1.",
85+
"cutMindEdxTot": "10.",
86+
"cutMaxdEdxTot": "2000.",
87+
"cutMinpTPC": "0.05",
88+
"cutMaxpTPC": "20.",
89+
"cutMinpTPCMIPs": "0.45",
90+
"cutMaxpTPCMIPs": "0.55"
91+
},
8392
"location": "local",
8493
"localMachines": [
8594
"localhost",
@@ -102,7 +111,11 @@
102111
"type": "direct",
103112
"query": "inputTracks:TPC/TRACKS/0"
104113
},
105-
"taskParameters": {},
114+
"taskParameters": {
115+
"cutAbsEta": "1.",
116+
"cutMinNCluster": "60",
117+
"cutMindEdxTot": "20."
118+
},
106119
"location": "local",
107120
"localMachines": [
108121
"localhost",

MC/config/QC/json/tpc-qc-standard-direct.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,17 @@
6262
"dataSource": {
6363
"type": "direct",
6464
"query" : "inputTracks:TPC/TRACKS/0"
65-
}
65+
},
66+
"taskParameters": {
67+
"cutMinNCluster": "60",
68+
"cutAbsTgl": "1.",
69+
"cutMindEdxTot": "10.",
70+
"cutMaxdEdxTot": "2000.",
71+
"cutMinpTPC": "0.05",
72+
"cutMaxpTPC": "20.",
73+
"cutMinpTPCMIPs": "0.45",
74+
"cutMaxpTPCMIPs": "0.55"
75+
}
6676
},
6777
"Tracks": {
6878
"active": "true",
@@ -74,6 +84,11 @@
7484
"dataSource": {
7585
"type": "direct",
7686
"query" : "inputTracks:TPC/TRACKS/0"
87+
},
88+
"taskParameters": {
89+
"cutAbsEta": "1.",
90+
"cutMinNCluster": "60",
91+
"cutMindEdxTot": "20."
7792
}
7893
}
7994
}

0 commit comments

Comments
 (0)