#include <EgammaHLTMulti5x5ClusterProducer.h>
Public Member Functions | |
EgammaHLTMulti5x5ClusterProducer (const edm::ParameterSet &ps) | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
~EgammaHLTMulti5x5ClusterProducer () | |
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 Member Functions | |
void | clusterizeECALPart (edm::Event &evt, const edm::EventSetup &es, const std::string &hitProducer, const std::string &hitCollection, const std::string &clusterCollection, const std::vector< EcalEtaPhiRegion > ®ions, const reco::CaloID::Detectors detector) |
bool | counterExceeded () const |
const EcalRecHitCollection * | getCollection (edm::Event &evt, const std::string &hitProducer_, const std::string &hitCollection_) |
void | outputValidationInfo (reco::CaloClusterPtrVector &clusterPtrVector) |
Private Attributes | |
std::string | barrelClusterCollection_ |
std::string | barrelHitCollection_ |
edm::InputTag | barrelHitProducer_ |
bool | doBarrel_ |
bool | doEndcaps_ |
bool | doIsolated_ |
std::string | endcapClusterCollection_ |
std::string | endcapHitCollection_ |
edm::InputTag | endcapHitProducer_ |
double | l1LowerThr_ |
double | l1LowerThrIgnoreIsolation_ |
edm::InputTag | l1TagIsolated_ |
edm::InputTag | l1TagNonIsolated_ |
double | l1UpperThr_ |
Multi5x5ClusterAlgo * | Multi5x5_p |
int | nEvt_ |
int | nMaxPrintout_ |
PositionCalc | posCalculator_ |
double | regionEtaMargin_ |
double | regionPhiMargin_ |
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 26 of file EgammaHLTMulti5x5ClusterProducer.h.
EgammaHLTMulti5x5ClusterProducer::EgammaHLTMulti5x5ClusterProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 43 of file EgammaHLTMulti5x5ClusterProducer.cc.
References barrelClusterCollection_, barrelHitCollection_, barrelHitProducer_, doBarrel_, doEndcaps_, doIsolated_, endcapClusterCollection_, endcapHitCollection_, endcapHitProducer_, edm::ParameterSet::getParameter(), l1LowerThr_, l1LowerThrIgnoreIsolation_, l1TagIsolated_, l1TagNonIsolated_, l1UpperThr_, Multi5x5_p, nEvt_, posCalculator_, regionEtaMargin_, and regionPhiMargin_.
EgammaHLTMulti5x5ClusterProducer::~EgammaHLTMulti5x5ClusterProducer | ( | ) |
Definition at line 117 of file EgammaHLTMulti5x5ClusterProducer.cc.
References Multi5x5_p.
|
private |
Definition at line 273 of file EgammaHLTMulti5x5ClusterProducer.cc.
References barrelClusterCollection_, reco::CaloID::DET_ECAL_BARREL, DetId::Ecal, EcalBarrel, EcalEndcap, EcalPreshower, endcapClusterCollection_, edm::EventSetup::get(), getCollection(), Multi5x5ClusterAlgo::makeClusters(), Multi5x5_p, and edm::Event::put().
Referenced by produce().
|
inlineprivate |
Definition at line 75 of file EgammaHLTMulti5x5ClusterProducer.h.
References nEvt_, and nMaxPrintout_.
|
private |
Definition at line 256 of file EgammaHLTMulti5x5ClusterProducer.cc.
References gather_cfg::cout, edm::Event::getByLabel(), edm::HandleBase::isValid(), and edm::Handle< T >::product().
Referenced by clusterizeECALPart().
|
private |
|
virtual |
Implements edm::EDProducer.
Definition at line 123 of file EgammaHLTMulti5x5ClusterProducer.cc.
References barrelClusterCollection_, barrelHitCollection_, barrelHitProducer_, clusterizeECALPart(), reco::CaloID::DET_ECAL_BARREL, reco::CaloID::DET_ECAL_ENDCAP, doBarrel_, doEndcaps_, doIsolated_, endcapClusterCollection_, endcapHitCollection_, endcapHitProducer_, edm::EventSetup::get(), edm::Event::getByLabel(), l1LowerThr_, l1LowerThrIgnoreIsolation_, l1TagIsolated_, l1TagNonIsolated_, l1UpperThr_, edm::InputTag::label(), nEvt_, regionEtaMargin_, and regionPhiMargin_.
|
private |
Definition at line 51 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by clusterizeECALPart(), EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 48 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 46 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 42 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 43 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 44 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 52 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by clusterizeECALPart(), EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 49 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 47 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 64 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 66 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 62 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 63 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 65 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 72 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by clusterizeECALPart(), EgammaHLTMulti5x5ClusterProducer(), and ~EgammaHLTMulti5x5ClusterProducer().
|
private |
Definition at line 39 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by counterExceeded(), EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 38 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by counterExceeded().
|
private |
Definition at line 71 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer().
|
private |
Definition at line 68 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 69 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().