Public Member Functions | |
void | eventSetup (const edm::EventSetup &es) override |
HGCalTowerProcessor (const edm::ParameterSet &conf) | |
void | run (const std::pair< edm::Handle< l1t::HGCalTowerMapBxCollection >, edm::Handle< l1t::HGCalClusterBxCollection >> &collHandle, l1t::HGCalTowerBxCollection &collTowers, const edm::EventSetup &es) override |
Public Member Functions inherited from HGCalProcessorBaseT< InputCollection, OutputCollection > | |
HGCalProcessorBaseT (const edm::ParameterSet &conf) | |
const std::string & | name () const |
virtual void | run (const InputCollection &inputColl, OutputCollection &outColl, const edm::EventSetup &es)=0 |
void | setGeometry (const HGCalTriggerGeometryBase *const geom) |
virtual | ~HGCalProcessorBaseT () |
Private Attributes | |
bool | includeTrigCells_ |
std::unique_ptr< HGCalTowerMap2DImpl > | towermap2D_ |
std::unique_ptr< HGCalTowerMap3DImpl > | towermap3D_ |
edm::ESHandle< HGCalTriggerGeometryBase > | triggerGeometry_ |
Additional Inherited Members | |
Protected Attributes inherited from HGCalProcessorBaseT< InputCollection, OutputCollection > | |
const HGCalTriggerGeometryBase * | geometry_ |
Definition at line 12 of file HGCalTowerProcessor.cc.
|
inline |
Definition at line 14 of file HGCalTowerProcessor.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), includeTrigCells_, towermap2D_, and towermap3D_.
|
inlineoverridevirtual |
Reimplemented from HGCalProcessorBaseT< InputCollection, OutputCollection >.
Definition at line 20 of file HGCalTowerProcessor.cc.
References towermap2D_.
|
inlineoverride |
Definition at line 22 of file HGCalTowerProcessor.cc.
References l1t::HGCalClusterT< C >::constituents(), edm::EventSetup::get(), get, mps_fire::i, includeTrigCells_, BXVector< T >::size(), towermap2D_, towermap3D_, and triggerGeometry_.
|
private |
Definition at line 69 of file HGCalTowerProcessor.cc.
Referenced by HGCalTowerProcessor(), and run().
|
private |
Definition at line 72 of file HGCalTowerProcessor.cc.
Referenced by eventSetup(), HGCalTowerProcessor(), and run().
|
private |
Definition at line 73 of file HGCalTowerProcessor.cc.
Referenced by HGCalTowerProcessor(), and run().
|
private |
Definition at line 68 of file HGCalTowerProcessor.cc.
Referenced by run().