From be1e342e811686e298a29ca9747087949bfd2970 Mon Sep 17 00:00:00 2001 From: drankincms Date: Wed, 8 Jun 2016 14:25:50 +0200 Subject: [PATCH] Update ljmet.cc necessary for 80X compilation --- bin/ljmet.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ljmet.cc b/bin/ljmet.cc index bc4eeed..7420540 100644 --- a/bin/ljmet.cc +++ b/bin/ljmet.cc @@ -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(*name); mPar.insert( std::pair(*name, _ps) );