Skip to content

Commit

Permalink
Merge pull request #32679 from Sam-Harper/MCStartFilterInputCollFix_1…
Browse files Browse the repository at this point in the history
…110pre6

Switching MCSmartSingleParticleFilter to use an input tag (11.1.x)
  • Loading branch information
cmsbuild committed Jan 19, 2021
2 parents 5deb424 + d27b823 commit bbf3d5e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@ using namespace std;

MCSmartSingleParticleFilter::MCSmartSingleParticleFilter(const edm::ParameterSet& iConfig)
: token_(consumes<edm::HepMCProduct>(
edm::InputTag(iConfig.getUntrackedParameter("moduleLabel", std::string("generator")), "unsmeared"))),
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 bbf3d5e

Please sign in to comment.