Skip to content

Conversation

@Barthelemy
Copy link
Collaborator

No description provided.

@Barthelemy Barthelemy merged commit d519e13 into AliceO2Group:master Oct 18, 2018
mTypeOfChecks = mConfigFile->get<std::string>(taskDefinitionName + ".typeOfChecks");
mModuleOfChecks = mConfigFile->get<std::string>(taskDefinitionName + ".moduleOfChecks");
auto taskConfigTree = mConfigFile->getRecursive(taskDefinitionName);
mNumberHistos = taskConfigTree.get<int>(taskDefinitionName + ".numberHistos");
Copy link
Contributor

Choose a reason for hiding this comment

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

Doesn't it suppose to be: mNumberChecks = taskConfigTree.get<int>("numberChecks"); ?
Without taskDefinitionName.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants