Skip to content

Commit

Permalink
Fix config parameter name in SectorProcessorShower.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
eyigitba committed Mar 28, 2023
1 parent e9062c8 commit d47cdc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions L1Trigger/L1TMuonEndCap/src/SectorProcessorShower.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ void SectorProcessorShower::configure(const edm::ParameterSet& pset, int endcap,

enableOneLooseShower_ = pset.getParameter<bool>("enableOneLooseShower");
enableTwoLooseShowers_ = pset.getParameter<bool>("enableTwoLooseShowers");
enableOneNominalShower_ = pset.getParameter<bool>("enableOneNominalShowers");
enableOneTightShower_ = pset.getParameter<bool>("enableOneTightShowers");
enableOneNominalShower_ = pset.getParameter<bool>("enableOneNominalShower");
enableOneTightShower_ = pset.getParameter<bool>("enableOneTightShower");
}

void SectorProcessorShower::process(const CSCShowerDigiCollection& in_showers,
Expand Down

0 comments on commit d47cdc6

Please sign in to comment.