Skip to content

Commit 430401b

Browse files
gvolpe79Benedikt Volkel
authored andcommitted
Fixing conventions
1 parent 4922d8e commit 430401b

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

DATA/production/qc-async/hmp.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,31 +23,32 @@
2323
}
2424
},
2525
"tasks": {
26-
"TaskClusters":{
26+
"HMPClusters":{
2727
"active":"true",
28+
"taskName" : "Clusters",
2829
"className":"o2::quality_control_modules::hmpid::HmpidTaskClusters",
2930
"moduleName":"QcHMPID",
3031
"detectorName":"HMP",
3132
"cycleDurationSeconds":"60",
3233
"maxNumberCycles":"-1",
33-
"dataSource":{
34-
"type":"direct",
35-
"query":"intrecord:HMP/INTRECORDS1/0;clusters:HMP/CLUSTERS/0"
34+
"dataSource": {
35+
"type":"direct",
36+
"query":"intrecord:HMP/INTRECORDS1/0;clusters:HMP/CLUSTERS/0"
3637
}
3738
},
38-
"TaskMatches":{
39+
"HMPMatches":{
3940
"active":"true",
41+
"taskName" : "Matches",
4042
"className":"o2::quality_control_modules::hmpid::HmpidTaskMatches",
4143
"moduleName":"QcHMPID",
4244
"detectorName":"HMP",
4345
"cycleDurationSeconds":"60",
4446
"maxNumberCycles":"-1",
45-
"dataSource":{
46-
"type":"direct",
47-
"query":"matchHMP:HMP/MATCHES/0;clsHMP_GLO_MCTR:HMP/MCLABELS/0;hmpidcluster:HMP/CLUSTERS/0;hmpidtriggers:HMP/INTRECORDS1/0"
48-
}
49-
}
50-
}
51-
},
52-
"dataSamplingPolicies": []
47+
"dataSource": {
48+
"type":"direct",
49+
"query":"matchHMP:HMP/MATCHES/0;clsHMP_GLO_MCTR:HMP/MCLABELS/0;hmpidcluster:HMP/CLUSTERS/0;hmpidtriggers:HMP/INTRECORDS1/0"
50+
}
51+
}
52+
}
53+
}
5354
}

0 commit comments

Comments
 (0)