Skip to content

Commit 73befed

Browse files
noferinisawenzel
authored andcommitted
fix for tof qc
1 parent 0afce48 commit 73befed

File tree

3 files changed

+7
-17
lines changed

3 files changed

+7
-17
lines changed

DATA/production/qc-async/tof.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
"dataSource": {
3434
"type": "dataSamplingPolicy",
3535
"name": "digi-local"
36+
},
37+
"taskParameters": {
38+
"Diagnostic": "true"
3639
}
3740
}
3841
},
@@ -64,7 +67,7 @@
6467
"localhost"
6568
],
6669
"port": "30333",
67-
"query": "tofdigits:TOF/DIGITS/0;readoutwin:TOF/READOUTWINDOW/0",
70+
"query": "tofdigits:TOF/DIGITS/0;readoutwin:TOF/READOUTWINDOW/0;patterns:TOF/PATTERNS",
6871
"samplingConditions": [
6972
{
7073
"condition": "random",

MC/bin/o2dpg_qc_finalization_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def add_QC_finalization(taskName, qcConfigPath, needs=None):
5959
add_QC_finalization('vertexQC', 'json://${O2DPG_ROOT}/MC/config/QC/json/vertexing-qc-direct-mc.json')
6060
add_QC_finalization('ITSTPCmatchQC', 'json://${O2DPG_ROOT}/MC/config/QC/json/ITSTPCmatchedTracks_direct_MC.json')
6161
add_QC_finalization('TOFMatchQC', 'json://${O2DPG_ROOT}/MC/config/QC/json/tofMatchedTracks_ITSTPCTOF_TPCTOF_direct_MC.json')
62+
add_QC_finalization('tofDigitsQC', 'json://${O2DPG_ROOT}/MC/config/QC/json/tofdigits.json')
6263

6364
return stages
6465

MC/config/QC/json/tofdigits.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"name": "tof-digits"
3737
},
3838
"taskParameters": {
39-
"Diagnostic": "false"
39+
"Diagnostic": "true"
4040
},
4141
"location": "remote"
4242
}
@@ -113,20 +113,6 @@
113113
"id": "tof-digits",
114114
"active": "true",
115115
"machines": [],
116-
"query": "tofdigits:TOF/DIGITS/0;readoutwin:TOF/READOUTWINDOW/0",
117-
"samplingConditions": [
118-
{
119-
"condition": "random",
120-
"fraction": "0.1",
121-
"seed": "1234"
122-
}
123-
],
124-
"blocking": "false"
125-
},
126-
{
127-
"id": "tof-digits-dia",
128-
"active": "true",
129-
"machines": [],
130116
"query": "tofdigits:TOF/DIGITS/0;readoutwin:TOF/READOUTWINDOW/0;patterns:TOF/PATTERNS",
131117
"samplingConditions": [
132118
{
@@ -138,4 +124,4 @@
138124
"blocking": "false"
139125
}
140126
]
141-
}
127+
}

0 commit comments

Comments
 (0)