#include <RecoLocalCalo/Castor/src/CastorCellProducer.cc>
Public Member Functions | |
CastorCellProducer (const edm::ParameterSet &) | |
~CastorCellProducer () | |
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 Types | |
typedef std::vector < reco::CastorCell > | CastorCellCollection |
typedef ROOT::Math::RhoZPhiPoint | CellPoint |
typedef math::XYZPointD | Point |
Private Member Functions | |
virtual void | beginJob () |
virtual void | endJob () |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
Private Attributes | |
std::string | input_ |
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) |
Description: CastorCell Reconstruction Producer. Produce CastorCells from CastorRecHits. Implementation:
Definition at line 45 of file CastorCellProducer.cc.
|
private |
Definition at line 58 of file CastorCellProducer.cc.
|
private |
Definition at line 57 of file CastorCellProducer.cc.
|
private |
Definition at line 56 of file CastorCellProducer.cc.
|
explicit |
Definition at line 76 of file CastorCellProducer.cc.
CastorCellProducer::~CastorCellProducer | ( | ) |
Definition at line 85 of file CastorCellProducer.cc.
|
privatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 180 of file CastorCellProducer.cc.
References LogDebug.
|
privatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 186 of file CastorCellProducer.cc.
References LogDebug.
|
privatevirtual |
Implements edm::EDProducer.
Definition at line 98 of file CastorCellProducer.cc.
References CaloRecHit::energy(), relval_parameters_module::energy, edm::Event::getByLabel(), i, CastorRecHit::id(), input_, j, LogDebug, HcalCastorDetId::module(), MYR2D, edm::Event::put(), dt_dqm_sourceclient_common_cff::reco, HcalCastorDetId::sector(), and HcalCastorDetId::zside().
|
private |
Definition at line 59 of file CastorCellProducer.cc.
Referenced by produce().