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 1940085 commit 3e0c38eCopy full SHA for 3e0c38e
PWGLF/Tasks/Strangeness/strangenessInJets.cxx
@@ -188,7 +188,7 @@ struct StrangenessInJets {
188
189
int enabled = 0;
190
auto checkEnabled = [&](const std::string& particle) {
191
- if (enabledParticles->get(particle, "Enabled")) {
+ if (enabledParticles->get(particle.c_str(), "Enabled")) {
192
LOG(info) << particle << " are enabled";
193
return 1;
194
}
0 commit comments