#include <HGCalProcessorBaseT.h>
Public Member Functions | |
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 () |
Protected Attributes | |
const HGCalTriggerGeometryBase * | geometry_ |
Private Attributes | |
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.
|
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 |
|
inline |
Definition at line 19 of file HGCalProcessorBaseT.h.
References relativeConstraints::geom, HGCalProcessorBaseT< InputCollection, OutputCollection >::geometry_, HLT_2018_cff::inputColl, SimL1EmulatorRepack_GT2_cff::InputCollection, ecalCompactTrigPrim_cfi::outColl, HLTTauReferences_cfi::OutputCollection, and HGCalProcessorBaseT< InputCollection, OutputCollection >::run().
|
protected |
Definition at line 24 of file HGCalProcessorBaseT.h.
Referenced by HGCalVFEProcessorSums::run(), HGCalConcentratorProcessorSelection::run(), and HGCalProcessorBaseT< InputCollection, OutputCollection >::setGeometry().
|
private |
Definition at line 27 of file HGCalProcessorBaseT.h.
Referenced by HGCalProcessorBaseT< InputCollection, OutputCollection >::name().