Skip to content

Commit 54cc22d

Browse files
committed
apply code format
1 parent 1f8c2b0 commit 54cc22d

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

RecoBTag/SoftLepton/plugins/SoftLepton.cc

+12-6
Original file line numberDiff line numberDiff line change
@@ -509,15 +509,21 @@ double SoftLepton::boostedPPar(const math::XYZVector &vector, const math::XYZVec
509509
// ------------ method fills 'descriptions' with the allowed parameters for the module ------------
510510
void SoftLepton::fillDescriptions(edm::ConfigurationDescriptions &descriptions) {
511511
edm::ParameterSetDescription desc;
512-
desc.add<unsigned int>("muonSelection", 1)->setComment("Specify the muon SelectionType, default is 'AllGlobalMuons'.");
512+
desc.add<unsigned int>("muonSelection", 1)
513+
->setComment("Specify the muon SelectionType, default is 'AllGlobalMuons'.");
513514
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.");
515+
desc.add<edm::InputTag>("primaryVertex", edm::InputTag("offlinePrimaryVertices"))
516+
->setComment("InputTag for the primary vertex collection.");
517+
desc.add<edm::InputTag>("leptonCands", edm::InputTag())
518+
->setComment("InputTag for the lepton candidates collection, optional.");
516519
desc.add<edm::InputTag>("leptonId", edm::InputTag())->setComment("InputTag for the lepton ID collection, optional.");
517-
desc.add<unsigned int>("refineJetAxis", 0)->setComment("Specify if a modified jet axis is to be used. See SoftLepton::AxisType for details.");
520+
desc.add<unsigned int>("refineJetAxis", 0)
521+
->setComment("Specify if a modified jet axis is to be used. See SoftLepton::AxisType for details.");
518522
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.");
521527
descriptions.addWithDefaultLabel(desc);
522528
}
523529

0 commit comments

Comments
 (0)