Public Member Functions | |
HGCalTowerProcessorSA (const edm::ParameterSet &conf) | |
void | run (const std::pair< edm::Handle< l1t::HGCalTowerMapBxCollection >, edm::Handle< l1t::HGCalClusterBxCollection >> &collHandle, l1t::HGCalTowerBxCollection &collTowers) 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 | |
const edm::ParameterSet | conf_ |
std::unique_ptr< HGCalTowerMapsWrapperBase > | towerMapWrapper_ |
edm::ESHandle< HGCalTriggerGeometryBase > | triggerGeometry_ |
Additional Inherited Members | |
Protected Member Functions inherited from HGCalProcessorBaseT< InputCollection, OutputCollection > | |
const HGCalTriggerGeometryBase * | geometry () const |
Definition at line 13 of file HGCalTowerProcessor_SA.cc.
|
inline |
Definition at line 15 of file HGCalTowerProcessor_SA.cc.
References get, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), AlCaHLTBitMon_QueryRunRegistry::string, and towerMapWrapper_.
|
inlineoverride |
Definition at line 22 of file HGCalTowerProcessor_SA.cc.
References conf_, JetHT_cfg::configuration, HGCalProcessorBaseT< InputCollection, OutputCollection >::geometry(), mps_fire::i, and towerMapWrapper_.
|
private |
Definition at line 45 of file HGCalTowerProcessor_SA.cc.
Referenced by run().
|
private |
Definition at line 43 of file HGCalTowerProcessor_SA.cc.
Referenced by HGCalTowerProcessorSA(), and run().
|
private |
Definition at line 40 of file HGCalTowerProcessor_SA.cc.