Skip to content

Commit 637fcdc

Browse files
iravasendavidrohr
authored andcommitted
updated ITS json for QC async and MC according to QC PR1060
1 parent fa66f25 commit 637fcdc

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

DATA/production/qc-async/its.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"clusterDictionaryPath": "./ITSdictionary.bin",
4141
"runNumberPath": "",
4242
"geomPath": "./o2sim_geometry.root",
43-
"nThreads": "1"
43+
"nThreads": "1",
44+
"nBCbins" : "103"
4445
}
4546
},
4647
"ITSTrackTask": {
@@ -61,7 +62,8 @@
6162
"vertexZsize": "15",
6263
"vertexRsize": "0.8",
6364
"NtracksMAX" : "100",
64-
"doTTree": "0"
65+
"doTTree": "0",
66+
"nBCbins" : "103"
6567
}
6668
}
6769
},

MC/config/QC/json/its-clusters-tracks-qc.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"clusterDictionaryPath": "./ITSdictionary.bin",
4444
"runNumberPath": "",
4545
"geomPath": "./o2sim_geometry.root",
46-
"nThreads": "1"
46+
"nThreads": "1",
47+
"nBCbins" : "103"
4748
}
4849
},
4950
"ITSTrackTask": {
@@ -64,7 +65,8 @@
6465
"vertexZsize": "15",
6566
"vertexRsize": "0.8",
6667
"NtracksMAX" : "100",
67-
"doTTree": "0"
68+
"doTTree": "0",
69+
"nBCbins" : "103"
6870
}
6971
}
7072
},

0 commit comments

Comments
 (0)