Skip to content

Commit

Permalink
code checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Harper committed Dec 14, 2020
1 parent f12beb6 commit d27b823
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -55,7 +55,8 @@ class MCSmartSingleParticleFilter : public edm::global::EDFilter<> {
using namespace std;

MCSmartSingleParticleFilter::MCSmartSingleParticleFilter(const edm::ParameterSet& iConfig)
: token_(consumes<edm::HepMCProduct>(iConfig.getUntrackedParameter<edm::InputTag>("moduleLabel", edm::InputTag("generator","unsmeared")))),
: token_(consumes<edm::HepMCProduct>(
iConfig.getUntrackedParameter<edm::InputTag>("moduleLabel", edm::InputTag("generator", "unsmeared")))),
betaBoost(iConfig.getUntrackedParameter("BetaBoost", 0.)) {
vector<int> defpid;
defpid.push_back(0);
Expand Down

0 comments on commit d27b823

Please sign in to comment.