Skip to content

Commit

Permalink
Merge pull request #263 from wmtan/registerEmptyParameterSet
Browse files Browse the repository at this point in the history
Register empty parameter set in initialization
  • Loading branch information
ktf committed Aug 9, 2013
2 parents 8e92052 + 229aaef commit bbf5dbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FWCore/Framework/src/EventProcessor.cc
Expand Up @@ -584,6 +584,9 @@ namespace edm {

ROOT::Cintex::Cintex::Enable();

// register the empty parameter set, once and for all.
ParameterSet().registerIt();

boost::shared_ptr<ParameterSet> parameterSet = processDesc->getProcessPSet();
//std::cerr << parameterSet->dump() << std::endl;

Expand Down

0 comments on commit bbf5dbf

Please sign in to comment.