Skip to content

Commit

Permalink
fix code-format
Browse files Browse the repository at this point in the history
  • Loading branch information
cramonal committed Sep 9, 2022
1 parent f1adb37 commit a60ca3c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions PhysicsTools/NanoAOD/plugins/EvaluateMuonMVAID.cc
@@ -1,5 +1,5 @@
//
//
//
//
//

Expand Down Expand Up @@ -44,19 +44,15 @@ class EvaluateMuonMVAID : public BaseMVAValueMapProducer<pat::Muon> {
norm_chi2 = -99;
n_Valid_hits = -99;
}


this->setValue("Muon_norm_chi2_extended", norm_chi2);
this->setValue("Muon_n_Valid_hits_extended", n_Valid_hits);

}

static void fillDescriptions(edm::ConfigurationDescriptions& descriptions) {
edm::ParameterSetDescription desc = BaseMVAValueMapProducer<pat::Muon>::getDescription();
descriptions.add("EvaluateMuonMVAID", desc);
}


};

//define this as a plug-in
Expand Down

0 comments on commit a60ca3c

Please sign in to comment.