You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
desc.add<unsignedint>("muonSelection", 1)->setComment("Specify the muon SelectionType, default is 'AllGlobalMuons'.");
513
+
desc.add<edm::InputTag>("leptons", edm::InputTag("muons"))->setComment("InputTag for the lepton collection.");
514
+
desc.add<edm::InputTag>("primaryVertex", edm::InputTag("offlinePrimaryVertices"))->setComment("InputTag for the primary vertex collection.");
515
+
desc.add<edm::InputTag>("leptonCands", edm::InputTag())->setComment("InputTag for the lepton candidates collection, optional.");
516
+
desc.add<edm::InputTag>("leptonId", edm::InputTag())->setComment("InputTag for the lepton ID collection, optional.");
517
+
desc.add<unsignedint>("refineJetAxis", 0)->setComment("Specify if a modified jet axis is to be used. See SoftLepton::AxisType for details.");
518
+
desc.add<edm::InputTag>("jets", edm::InputTag("ak4PFJetsCHS"))->setComment("InputTag for the jet collection.");
519
+
desc.add<double>("leptonDeltaRCut", 0.4)->setComment("Specify the maximum allowed value for the distance in DeltaR between the lepton and the jet axis.");
520
+
desc.add<double>("leptonChi2Cut", 9999.0)->setComment("Specify the maximum allowed value for the normalized chi2 of the lepton.");
0 commit comments