Skip to content

Commit

Permalink
Update ljmet.cc
Browse files Browse the repository at this point in the history
necessary for 80X compilation
  • Loading branch information
dsrankin committed Jun 8, 2016
1 parent b3b5b74 commit be1e342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/ljmet.cc
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ int main (int argc, char* argv[]) {

if ( name->find("@")==std::string::npos ){
// skip weird entries starting with @
if (*name=="subProcesses") continue; //no idea why this is now necessary, comes from upstream somewhere...
std::cout << legend << *name << std::endl;
edm::ParameterSet const _ps = parameters->getParameter<edm::ParameterSet>(*name);
mPar.insert( std::pair<std::string, edm::ParameterSet const>(*name, _ps) );
Expand Down

0 comments on commit be1e342

Please sign in to comment.