Skip to content

Commit 5c35891

Browse files
authored
Merge pull request #48120 from rseidita/patch-6
Updating Online DQM Info client to correctly display beam energy status
2 parents 846b895 + 73ff90e commit 5c35891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DQMServices/Components/plugins/DQMProvInfo.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class DQMProvInfo : public DQMOneEDAnalyzer<> {
110110
// time to time a value of the beam momentum slightly below the nominal values,
111111
// even during stable collisions: in this way, we provide a correct information
112112
// at the cost of not requiring the exact momentum being measured by BST.
113-
const static int MOMENTUM_OFFSET = 1;
113+
const static int MOMENTUM_OFFSET = 2;
114114

115115
// Process parameters
116116
std::string subsystemname_;

0 commit comments

Comments
 (0)