26 nEvents_(0), nAccepted_(0)
52 bool accepted =
false;
58 if (!
muons.isValid()) {
59 edm::LogError(
"RecoDiMuon") <<
"FAILED to get Muon Track Collection. ";
63 if (
muons->empty() ) {
69 int nMuonOver2ndCut = 0;
75 if ( nMuonOver2ndCut >= 2 ) accepted =
true;
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
RecoDiMuon(const edm::ParameterSet &)
virtual bool filter(edm::Event &, const edm::EventSetup &)
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const