Public Member Functions | |
HGCalTowerMapProcessor (const edm::ParameterSet &conf) | |
void | run (const edm::Handle< l1t::HGCalTriggerSumsBxCollection > &collHandle, l1t::HGCalTowerMapBxCollection &collTowerMap) 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)=0 |
virtual void | setGeometry (const HGCalTriggerGeometryBase *const geom) |
virtual | ~HGCalProcessorBaseT () |
Private Attributes | |
std::unique_ptr< HGCalTowerMap2DImpl > | towermap2D_ |
Additional Inherited Members | |
Protected Member Functions inherited from HGCalProcessorBaseT< InputCollection, OutputCollection > | |
const HGCalTriggerGeometryBase * | geometry () const |
Definition at line 11 of file HGCalTowerMapProcessor.cc.
|
inline |
Definition at line 13 of file HGCalTowerMapProcessor.cc.
References edm::ParameterSet::getParameterSet(), and towermap2D_.
|
inlineoverride |
Definition at line 17 of file HGCalTowerMapProcessor.cc.
References HGCalProcessorBaseT< InputCollection, OutputCollection >::geometry(), mps_fire::i, BXVector< T >::size(), and towermap2D_.
|
private |
Definition at line 34 of file HGCalTowerMapProcessor.cc.
Referenced by HGCalTowerMapProcessor(), and run().