We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0064a3a commit cb5e20fCopy full SHA for cb5e20f
Detectors/CTP/workflowScalers/src/RunManager.cxx
@@ -126,10 +126,9 @@ int CTPRunManager::loadRun(const std::string& cfg)
126
}
127
int CTPRunManager::setRunConfigBK(uint32_t runNumber, const std::string& cfg)
128
{
129
- std::cout << "Printing cfg:" << cfg << std::endl;
+ std::cout << "Printing run:" << runNumber << " cfg:" << cfg << std::endl;
130
if (mBKClient) {
131
try {
132
- uint32_t runNumber = 1;
133
mBKClient->run()->setRawCtpTriggerConfiguration(runNumber, cfg);
134
} catch (std::runtime_error& error) {
135
std::cerr << "An error occurred: " << error.what() << std::endl;
0 commit comments