#include <HGCalProcessorBaseT.h>
Public Member Functions | |
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 () |
Protected Member Functions | |
const HGCalTriggerGeometryBase * | geometry () const |
Private Attributes | |
const HGCalTriggerGeometryBase * | geometry_ |
const std::string | name_ |
Definition at line 10 of file HGCalProcessorBaseT.h.
|
inline |
Definition at line 12 of file HGCalProcessorBaseT.h.
|
inlinevirtual |
Definition at line 15 of file HGCalProcessorBaseT.h.
|
inlineprotected |
Definition at line 24 of file HGCalProcessorBaseT.h.
References Exception, HGCalProcessorBaseT< InputCollection, OutputCollection >::geometry_, and HGCalProcessorBaseT< InputCollection, OutputCollection >::name_.
Referenced by HGCalBackendLayer1Processor::run(), HGCalVFEProcessorSums::run(), HGCalBackendStage1Processor::run(), HGCalTowerMapProcessor::run(), HGCalTowerProcessorSA::run(), HGCalConcentratorProcessorSelection::run(), HGCalBackendLayer1Processor2DClustering::run(), HGCalBackendLayer2Processor3DClustering::run(), and HGCalBackendLayer2Processor3DClusteringSA::run().
|
inline |
Definition at line 17 of file HGCalProcessorBaseT.h.
References HGCalProcessorBaseT< InputCollection, OutputCollection >::name_.
Referenced by config.CFG::__str__(), validation.Sample::digest(), and VIDSelectorBase.VIDSelectorBase::initialize().
|
pure virtual |
|
inlinevirtual |
Reimplemented in HGCalTowerProcessor.
Definition at line 19 of file HGCalProcessorBaseT.h.
References relativeConstraints::geom, and HGCalProcessorBaseT< InputCollection, OutputCollection >::geometry_.
Referenced by HGCalTowerProcessor::setGeometry().
|
private |
Definition at line 31 of file HGCalProcessorBaseT.h.
Referenced by HGCalProcessorBaseT< InputCollection, OutputCollection >::geometry(), and HGCalProcessorBaseT< InputCollection, OutputCollection >::setGeometry().
|
private |
Definition at line 32 of file HGCalProcessorBaseT.h.
Referenced by HGCalProcessorBaseT< InputCollection, OutputCollection >::geometry(), and HGCalProcessorBaseT< InputCollection, OutputCollection >::name().