#include <HGCalTriggerFECodecBase.h>
Public Member Functions | |
virtual void | decode (const l1t::HGCFETriggerDigi &)=0 |
virtual void | encode (l1t::HGCFETriggerDigi &)=0 |
const unsigned char | getCodecType () const |
virtual std::vector< bool > | getDataPayload () const =0 |
HGCalTriggerFECodecBase (const edm::ParameterSet &conf) | |
const std::string & | name () const |
virtual void | print (const l1t::HGCFETriggerDigi &digi, std::ostream &out=std::cout) const =0 |
virtual void | setDataPayload (const HGCalTriggerGeometryBase &, const HGCEEDigiCollection &, const HGCHEDigiCollection &, const HGCHEDigiCollection &)=0 |
virtual void | setDataPayload (const HGCalTriggerGeometryBase &, const l1t::HGCFETriggerDigi &)=0 |
virtual void | unSetDataPayload ()=0 |
virtual | ~HGCalTriggerFECodecBase () |
Private Attributes | |
unsigned char | codec_idx_ |
const std::string | name_ |
Definition at line 26 of file HGCalTriggerFECodecBase.h.
|
inline |
Definition at line 28 of file HGCalTriggerFECodecBase.h.
|
inlinevirtual |
Definition at line 32 of file HGCalTriggerFECodecBase.h.
|
pure virtual |
|
pure virtual |
|
inline |
Definition at line 36 of file HGCalTriggerFECodecBase.h.
References codec_idx_.
Referenced by HGCalBestChoiceCodec::setDataPayloadImpl().
|
pure virtual |
|
inline |
Definition at line 34 of file HGCalTriggerFECodecBase.h.
References name_.
Referenced by cuy.divideElement::__init__(), cuy.plotElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), cuy.graphElement::__init__(), config.CFG::__str__(), HGCalTriggerFE::Codec< HGCalBestChoiceCodec, HGCalBestChoiceDataPayload >::decode(), validation.Sample::digest(), HGCalTriggerFE::Codec< HGCalBestChoiceCodec, HGCalBestChoiceDataPayload >::encode(), VIDSelectorBase.VIDSelectorBase::initialize(), HGCalTriggerFE::Codec< HGCalBestChoiceCodec, HGCalBestChoiceDataPayload >::setDataPayload(), and HGCalBestChoiceCodec::setDataPayloadImpl().
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
private |
Definition at line 59 of file HGCalTriggerFECodecBase.h.
Referenced by getCodecType().
|
private |
Definition at line 58 of file HGCalTriggerFECodecBase.h.
Referenced by name().