Skip to content

Commit fa66f25

Browse files
JianLIUhepJianLIUhep
andauthored
ITS: update ITS qc json (#259)
* update ITS qc json * fixes for the json Co-authored-by: JianLIUhep <jian@cern.ch>
1 parent b1e8097 commit fa66f25

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

DATA/production/qc-sync/its.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"layer": "1111111",
4141
"clusterDictionaryPath": "/home/epn/odc/files/ITSdictionary.bin",
4242
"geomPath": "/home/epn/odc/files/o2sim_geometry.root",
43-
"nThreads": "1"
43+
"nThreads": "1",
44+
"nBCbins" : "103"
4445
},
4546
"localMachines": [
4647
"localhost", "epn"
@@ -64,11 +65,12 @@
6465
"location": "local",
6566
"taskParameters" : {
6667
"runNumberPath" : "/home/its/QC/workdir/infiles/RunNumber.dat",
67-
"vertexXYsize" : "0.1",
68+
"vertexXYsize" : "0.5",
6869
"vertexZsize": "15",
69-
"vertexRsize": "0.1",
70+
"vertexRsize": "0.8",
7071
"NtracksMAX" : "100",
71-
"doTTree": "0"
72+
"doTTree": "0",
73+
"nBCbins" : "103"
7274
},
7375
"localMachines": [
7476
"localhost", "epn"
@@ -151,7 +153,7 @@
151153
"id": "tracks",
152154
"active": "true",
153155
"machines": [],
154-
"query" : "Vertices:ITS/VERTICES/0;tracks:ITS/TRACKS/0;rofs:ITS/ITSTrackROF/0;compclus:ITS/COMPCLUSTERS/0",
156+
"query": "Vertices:ITS/VERTICES/0;tracks:ITS/TRACKS/0;rofs:ITS/ITSTrackROF/0;clustersrof:ITS/CLUSTERSROF/0;compclus:ITS/COMPCLUSTERS/0",
155157
"samplingConditions": [
156158
{
157159
"condition": "random",

0 commit comments

Comments
 (0)