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
->setComment("InputTag for the lepton candidates collection, optional.");
516
519
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.");
520
+
desc.add<unsignedint>("refineJetAxis", 0)
521
+
->setComment("Specify if a modified jet axis is to be used. See SoftLepton::AxisType for details.");
518
522
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.");
523
+
desc.add<double>("leptonDeltaRCut", 0.4)
524
+
->setComment("Specify the maximum allowed value for the distance in DeltaR between the lepton and the jet axis.");
525
+
desc.add<double>("leptonChi2Cut", 9999.0)
526
+
->setComment("Specify the maximum allowed value for the normalized chi2 of the lepton.");
0 commit comments