Skip to content

Commit

Permalink
Update multilep.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
martinavit committed Jan 10, 2019
1 parent f4d0fab commit 5efb33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multilep/plugins/multilep.cc
Expand Up @@ -43,7 +43,7 @@ multilep::multilep(const edm::ParameterSet& iConfig):
isData( iConfig.getUntrackedParameter<bool>("isData")),
is2017( iConfig.getUntrackedParameter<bool>("is2017")),
isSUSY( iConfig.getUntrackedParameter<bool>("isSUSY")),
storeLheParticles( iConfig.getUntrackedParameter<bool>("storeLheParticles"))
storeLheParticles( iConfig.getUntrackedParameter<bool>("storeLheParticles")),
jecPath( iConfig.getParameter<edm::FileInPath>("JECtxtPath").fullPath())
{
useTriggerAnalyzer = iConfig.existsAs<edm::InputTag>("recoResults");
Expand Down

0 comments on commit 5efb33f

Please sign in to comment.