Public Member Functions | |
HGCalTowerMapProcessor (const edm::ParameterSet &conf) | |
void | run (const edm::Handle< l1t::HGCalTriggerCellBxCollection > &collHandle, l1t::HGCalTowerMapBxCollection &collTowerMap, 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 | |
std::unique_ptr< HGCalTowerMap2DImpl > | towermap2D_ |
edm::ESHandle< HGCalTriggerGeometryBase > | triggerGeometry_ |
Additional Inherited Members | |
Protected Attributes inherited from HGCalProcessorBaseT< InputCollection, OutputCollection > | |
const HGCalTriggerGeometryBase * | geometry_ |
Definition at line 12 of file HGCalTowerMapProcessor.cc.
|
inline |
Definition at line 14 of file HGCalTowerMapProcessor.cc.
References edm::ParameterSet::getParameterSet(), and towermap2D_.
|
inlineoverride |
Definition at line 18 of file HGCalTowerMapProcessor.cc.
References edm::EventSetup::get(), mps_fire::i, BXVector< T >::size(), towermap2D_, and triggerGeometry_.
|
private |
Definition at line 39 of file HGCalTowerMapProcessor.cc.
Referenced by HGCalTowerMapProcessor(), and run().
|
private |
Definition at line 36 of file HGCalTowerMapProcessor.cc.
Referenced by run().