Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Modules/TPC/run/tpcQCRawDigitVisualizer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@
{ "N_Clusters" : [ "100", "0", "100" ] },
{ "N_RawDigits" : [ "100", "0", "100" ] },
{ "Q_Max" : [ "200", "0", "200" ] },
{ "Time_Bin" : [ "1000", "0", "100000" ] }
{ "Time_Bin" : [ "1000", "0", "100000" ] },
{ "Occupancy" : [ "100", "0", "0.001" ] }
],
"path_comment": "This is the path of the RawDigitData object that shall be visualized.",
"path": "TPC/MO/RawDigits/RawDigitData",
"path": "qc/TPC/MO/RawDigits/RawDigitData",
"dataType_comment": "This is the switch for 'RawDigits' or 'Clusters' task. Choose 'raw' or 'clusters'.",
"dataType": "raw",
"initTrigger": [
Expand Down
3 changes: 2 additions & 1 deletion Modules/TPC/run/tpcQCRawDigits_direct.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"mergeableOutput": "true",
"NRawDigitsNBins": "100", "NRawDigitsXMin": "0", "NRawDigitsXMax": "100",
"QmaxNBins": "200", "QmaxXMin": "0", "QmaxXMax": "200",
"TimeBinNBins": "1000", "TimeBinXMin": "0", "TimeBinXMax": "100000"
"TimeBinNBins": "1000", "TimeBinXMin": "0", "TimeBinXMax": "100000",
"OccupancyNBins": "1000", "OccupancyXMin": "0", "OccupancyXMax": "100000"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't occupancy be between 0 and 1?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I updated also the files to set as max 1

},
"location": "local",
"localMachines": [
Expand Down