28 nEvents_(0), nAccepted_(0)
54 bool accepted =
false;
60 if (!
muons.isValid()) {
61 edm::LogError(
"RecoDiMuon") <<
"FAILED to get Muon Track Collection. ";
65 if (
muons->empty() ) {
71 int nMuonOver2ndCut = 0;
77 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