Skip to content

Commit 6c48b2b

Browse files
authored
MFT: New json parameters added (#571)
* MFT: New json parameters added * Remove full path to geometry file * Removing the full geometry file path also from qs sync json files
1 parent e1b9f8e commit 6c48b2b

File tree

10 files changed

+63
-12
lines changed

10 files changed

+63
-12
lines changed

DATA/production/qc-async/mft.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"MaxTrackROFSize": "1000",
4141
"MaxClusterROFSize": "5000",
4242
"MaxDuration": "60000",
43-
"TimeBinSize": "0.1",
44-
"RefOrbit": "0"
43+
"TimeBinSize": "0.1"
4544
}
4645
}
4746
},

DATA/production/qc-sync/mft.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@
5454
},
5555
"taskParameters": {
5656
"FLP": "0",
57-
"NoiseScan": "0"
57+
"NoiseScan" : "0",
58+
"maxDigitROFSize" : "5000",
59+
"maxDuration" : "60000",
60+
"timeBinSize" : "0.1",
61+
"ROFLengthInBC" : "198"
5862
},
5963
"location": "local",
6064
"localMachines": [
@@ -79,6 +83,13 @@
7983
"epn",
8084
"localhost"
8185
],
86+
"taskParameters" : {
87+
"maxClusterROFSize" : "5000",
88+
"maxDuration" : "60000",
89+
"timeBinSize" : "0.1",
90+
"ROFLengthInBC" : "198",
91+
"geomFileName" : "o2sim_geometry-aligned.root"
92+
},
8293
"remoteMachine": "alio2-cr1-qme05.cern.ch",
8394
"remotePort": "47797",
8495
"localControl": "odc"

DATA/production/qc-sync/mft_track.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@
5454
},
5555
"taskParameters": {
5656
"FLP": "0",
57-
"NoiseScan": "0"
57+
"NoiseScan" : "0",
58+
"maxDigitROFSize" : "5000",
59+
"maxDuration" : "60000",
60+
"timeBinSize" : "0.1",
61+
"ROFLengthInBC" : "198"
5862
},
5963
"location": "local",
6064
"localMachines": [
@@ -79,6 +83,13 @@
7983
"epn",
8084
"localhost"
8185
],
86+
"taskParameters" : {
87+
"maxClusterROFSize" : "5000",
88+
"maxDuration" : "60000",
89+
"timeBinSize" : "0.1",
90+
"ROFLengthInBC" : "198",
91+
"geomFileName" : "o2sim_geometry-aligned.root"
92+
},
8293
"remoteMachine": "alio2-cr1-qme05.cern.ch",
8394
"remotePort": "47797",
8495
"localControl": "odc"
@@ -99,6 +110,13 @@
99110
"epn",
100111
"localhost"
101112
],
113+
"taskParameters" : {
114+
"ROFLengthInBC": "198",
115+
"MaxTrackROFSize": "1000",
116+
"MaxClusterROFSize": "5000",
117+
"MaxDuration": "60000",
118+
"TimeBinSize": "0.1"
119+
},
102120
"remoteMachine": "alio2-cr1-qme05.cern.ch",
103121
"remotePort": "47796",
104122
"localControl": "odc"

MC/config/QC/json/qc-mft-async.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242
"MaxTrackROFSize": "1000",
4343
"MaxClusterROFSize": "5000",
4444
"MaxDuration": "60000",
45-
"TimeBinSize": "0.1",
46-
"RefOrbit": "0"
45+
"TimeBinSize": "0.1"
4746
},
4847
"location": "remote"
4948
}

MC/config/QC/json/qc-mft-cluster.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@
3939
"query": "randomcluster:MFT/COMPCLUSTERS/0;clustersrof:MFT/CLUSTERSROF/0;patterns:MFT/PATTERNS/0"
4040
},
4141
"taskParameters": {
42-
"myOwnKey": "myOwnValue"
42+
"maxClusterROFSize" : "5000",
43+
"maxDuration" : "60000",
44+
"timeBinSize" : "0.1",
45+
"ROFLengthInBC" : "198",
46+
"geomFileName" : "o2sim_geometry-aligned.root"
4347
},
4448
"location": "remote"
4549
}

MC/config/QC/json/qc-mft-digit-0.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@
4040
},
4141
"taskParameters": {
4242
"FLP": "0",
43-
"TaskLevel": "0"
43+
"NoiseScan" : "0",
44+
"maxDigitROFSize" : "5000",
45+
"maxDuration" : "60000",
46+
"timeBinSize" : "0.1",
47+
"ROFLengthInBC" : "198"
4448
},
4549
"location": "remote"
4650
}

MC/config/QC/json/qc-mft-digit-1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@
4040
},
4141
"taskParameters": {
4242
"FLP": "1",
43-
"TaskLevel": "0"
43+
"NoiseScan" : "0",
44+
"maxDigitROFSize" : "5000",
45+
"maxDuration" : "60000",
46+
"timeBinSize" : "0.1",
47+
"ROFLengthInBC" : "198"
4448
},
4549
"location": "remote"
4650
}

MC/config/QC/json/qc-mft-digit-2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@
4040
},
4141
"taskParameters": {
4242
"FLP": "2",
43-
"TaskLevel": "0"
43+
"NoiseScan" : "0",
44+
"maxDigitROFSize" : "5000",
45+
"maxDuration" : "60000",
46+
"timeBinSize" : "0.1",
47+
"ROFLengthInBC" : "198"
4448
},
4549
"location": "remote"
4650
}

MC/config/QC/json/qc-mft-digit-3.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@
4040
},
4141
"taskParameters": {
4242
"FLP": "3",
43-
"TaskLevel": "0"
43+
"NoiseScan" : "0",
44+
"maxDigitROFSize" : "5000",
45+
"maxDuration" : "60000",
46+
"timeBinSize" : "0.1",
47+
"ROFLengthInBC" : "198"
4448
},
4549
"location": "remote"
4650
}

MC/config/QC/json/qc-mft-digit-4.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@
4040
},
4141
"taskParameters": {
4242
"FLP": "4",
43-
"TaskLevel": "0"
43+
"NoiseScan" : "0",
44+
"maxDigitROFSize" : "5000",
45+
"maxDuration" : "60000",
46+
"timeBinSize" : "0.1",
47+
"ROFLengthInBC" : "198"
4448
},
4549
"location": "remote"
4650
}

0 commit comments

Comments
 (0)