Skip to content
Merged
Changes from all commits
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
3 changes: 1 addition & 2 deletions Detectors/CTP/workflowScalers/src/RunManager.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,9 @@ int CTPRunManager::loadRun(const std::string& cfg)
}
int CTPRunManager::setRunConfigBK(uint32_t runNumber, const std::string& cfg)
{
std::cout << "Printing cfg:" << cfg << std::endl;
std::cout << "Printing run:" << runNumber << " cfg:" << cfg << std::endl;
if (mBKClient) {
try {
uint32_t runNumber = 1;
mBKClient->run()->setRawCtpTriggerConfiguration(runNumber, cfg);
} catch (std::runtime_error& error) {
std::cerr << "An error occurred: " << error.what() << std::endl;
Expand Down