Skip to content

Commit e699083

Browse files
committed
Feat: update json configs
1 parent cf517f5 commit e699083

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Modules/TPC/run/tpcQCRawDigitVisualizer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,11 @@
5858
{ "N_Clusters" : [ "100", "0", "100" ] },
5959
{ "N_RawDigits" : [ "100", "0", "100" ] },
6060
{ "Q_Max" : [ "200", "0", "200" ] },
61-
{ "Time_Bin" : [ "1000", "0", "100000" ] }
61+
{ "Time_Bin" : [ "1000", "0", "100000" ] },
62+
{ "Occupancy" : [ "100", "0", "0.001" ] }
6263
],
6364
"path_comment": "This is the path of the RawDigitData object that shall be visualized.",
64-
"path": "TPC/MO/RawDigits/RawDigitData",
65+
"path": "qc/TPC/MO/RawDigits/RawDigitData",
6566
"dataType_comment": "This is the switch for 'RawDigits' or 'Clusters' task. Choose 'raw' or 'clusters'.",
6667
"dataType": "raw",
6768
"initTrigger": [

Modules/TPC/run/tpcQCRawDigits_direct.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"mergeableOutput": "true",
3939
"NRawDigitsNBins": "100", "NRawDigitsXMin": "0", "NRawDigitsXMax": "100",
4040
"QmaxNBins": "200", "QmaxXMin": "0", "QmaxXMax": "200",
41-
"TimeBinNBins": "1000", "TimeBinXMin": "0", "TimeBinXMax": "100000"
41+
"TimeBinNBins": "1000", "TimeBinXMin": "0", "TimeBinXMax": "100000",
42+
"OccupancyNBins": "1000", "OccupancyXMin": "0", "OccupancyXMax": "100000"
4243
},
4344
"location": "local",
4445
"localMachines": [

0 commit comments

Comments
 (0)