Skip to content

Commit 73ff90e

Browse files
authored
Updating Online DQM Info client to correctly display beam energy status
1 parent 3273c07 commit 73ff90e

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)