diff --git a/PhysicsTools/FWLite/src/CommandLineParser.cc b/PhysicsTools/FWLite/src/CommandLineParser.cc index 4dabf9f3aa85a..913fd2db92acf 100644 --- a/PhysicsTools/FWLite/src/CommandLineParser.cc +++ b/PhysicsTools/FWLite/src/CommandLineParser.cc @@ -752,7 +752,7 @@ CommandLineParser::_getSectionFiles (const SVec &inputList, SVec &outputList, void CommandLineParser::_finishDefaultOptions (std::string tag) { - if (! m_optionsType & kEventContOpt) + if (! (m_optionsType & kEventContOpt) ) { // nothing to see here, folks return;