#include <GetJetsFromHLTobject.h>
Public Member Functions | |
GetJetsFromHLTobject (const edm::ParameterSet &) | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
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 | |
edm::InputTag | m_jets |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Description: HLT algorithms produced trigger::TriggerFilterObjectWithRefs containing the jets etc. that caused the trigger to fire. This class gets these jets and stores references to them directly in the event in a RefVector.
Implementation: <Notes on="" implementation>="">
Definition at line 32 of file GetJetsFromHLTobject.h.
|
explicit |
Definition at line 7 of file GetJetsFromHLTobject.cc.
|
virtual |
Implements edm::EDProducer.
Definition at line 15 of file GetJetsFromHLTobject.cc.
References edm::Event::getByLabel(), i, analyzePatCleaning_cfg::jets, m_jets, edm::Event::put(), dt_dqm_sourceclient_common_cff::reco, and trigger::TriggerBJet.
|
private |
Definition at line 38 of file GetJetsFromHLTobject.h.
Referenced by produce().