#include <UncleanSCRecoveryProducer.h>
Public Member Functions | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
UncleanSCRecoveryProducer (const edm::ParameterSet &ps) | |
~UncleanSCRecoveryProducer () | |
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 | |
std::string | bcCollection_ |
edm::InputTag | cleanBcCollection_ |
edm::InputTag | cleanScCollection_ |
std::string | scCollection_ |
edm::InputTag | uncleanBcCollection_ |
edm::InputTag | uncleanScCollection_ |
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) |
static void | prevalidate (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) |
Definition at line 17 of file UncleanSCRecoveryProducer.h.
UncleanSCRecoveryProducer::UncleanSCRecoveryProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 39 of file UncleanSCRecoveryProducer.cc.
References bcCollection_, cleanBcCollection_, cleanScCollection_, edm::ParameterSet::getParameter(), scCollection_, uncleanBcCollection_, and uncleanScCollection_.
UncleanSCRecoveryProducer::~UncleanSCRecoveryProducer | ( | ) |
Definition at line 59 of file UncleanSCRecoveryProducer.cc.
|
virtual |
Implements edm::EDProducer.
Definition at line 61 of file UncleanSCRecoveryProducer.cc.
References bcCollection_, cleanScCollection_, reco::SuperCluster::clustersBegin(), reco::SuperCluster::clustersEnd(), reco::CaloCluster::common, reco::CaloCluster::energy(), reco::CaloCluster::eta(), edm::Event::getByLabel(), i, reco::CaloCluster::isInClean(), reco::CaloCluster::isInUnclean(), edm::OrphanHandleBase::isValid(), edm::HandleBase::isValid(), LogTrace, reco::CaloCluster::position(), edm::Handle< T >::product(), edm::PtrVector< T >::push_back(), edm::Event::put(), scCollection_, reco::SuperCluster::seed(), reco::CaloCluster::setFlags(), uncleanBcCollection_, reco::CaloCluster::uncleanOnly, and uncleanScCollection_.
|
private |
Definition at line 36 of file UncleanSCRecoveryProducer.h.
Referenced by produce(), and UncleanSCRecoveryProducer().
|
private |
Definition at line 30 of file UncleanSCRecoveryProducer.h.
Referenced by UncleanSCRecoveryProducer().
|
private |
Definition at line 31 of file UncleanSCRecoveryProducer.h.
Referenced by produce(), and UncleanSCRecoveryProducer().
|
private |
Definition at line 37 of file UncleanSCRecoveryProducer.h.
Referenced by produce(), and UncleanSCRecoveryProducer().
|
private |
Definition at line 33 of file UncleanSCRecoveryProducer.h.
Referenced by produce(), and UncleanSCRecoveryProducer().
|
private |
Definition at line 34 of file UncleanSCRecoveryProducer.h.
Referenced by produce(), and UncleanSCRecoveryProducer().