#include <RecoDiMuon.h>
Public Member Functions | |
virtual void | endJob () |
virtual bool | filter (edm::Event &, const edm::EventSetup &) |
RecoDiMuon (const edm::ParameterSet &) | |
~RecoDiMuon () | |
Public Member Functions inherited from edm::EDFilter | |
EDFilter () | |
virtual | ~EDFilter () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Attributes | |
double | diMuonPtMin_ |
edm::InputTag | muonLabel_ |
unsigned int | nAccepted_ |
unsigned int | nEvents_ |
double | singleMuonPtMin_ |
Additional Inherited Members | |
Public Types inherited from edm::EDFilter | |
typedef EDFilter | ModuleType |
typedef WorkerT< EDFilter > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDFilter | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDFilter | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
This class is an EDFilter choosing reconstructed di-muons
This class is an EDFilter choosing reconstructed di-muons
Definition at line 28 of file RecoDiMuon.h.
|
explicit |
Definition at line 27 of file RecoDiMuon.cc.
References diMuonPtMin_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), muonLabel_, and singleMuonPtMin_.
RecoDiMuon::~RecoDiMuon | ( | ) |
Definition at line 36 of file RecoDiMuon.cc.
|
virtual |
Reimplemented from edm::EDFilter.
Definition at line 40 of file RecoDiMuon.cc.
References nAccepted_, and nEvents_.
|
virtual |
Implements edm::EDFilter.
Definition at line 50 of file RecoDiMuon.cc.
References diMuonPtMin_, edm::Event::getByLabel(), metsig::muon, muonLabel_, patZpeak::muons, nAccepted_, nEvents_, and singleMuonPtMin_.
|
private |
Definition at line 39 of file RecoDiMuon.h.
Referenced by filter(), and RecoDiMuon().
|
private |
Definition at line 37 of file RecoDiMuon.h.
Referenced by filter(), and RecoDiMuon().
|
private |
Definition at line 41 of file RecoDiMuon.h.
|
private |
Definition at line 40 of file RecoDiMuon.h.
|
private |
Definition at line 38 of file RecoDiMuon.h.
Referenced by filter(), and RecoDiMuon().