CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Public Attributes | Static Public Attributes
HGCalBestChoiceDataPayload Struct Reference

#include <HGCalBestChoiceCodecImpl.h>

Public Types

typedef std::array< uint32_t, sizetrigger_cell_list
 

Public Member Functions

void reset ()
 

Public Attributes

trigger_cell_list payload
 

Static Public Attributes

static const size_t size = 116
 

Detailed Description

Definition at line 13 of file HGCalBestChoiceCodecImpl.h.

Member Typedef Documentation

typedef std::array<uint32_t, size> HGCalBestChoiceDataPayload::trigger_cell_list

Definition at line 16 of file HGCalBestChoiceCodecImpl.h.

Member Function Documentation

void HGCalBestChoiceDataPayload::reset ( void  )
inline

Definition at line 19 of file HGCalBestChoiceCodecImpl.h.

Referenced by HGCalBestChoiceCodecImpl::decode(), and HGCalBestChoiceCodec::setDataPayloadImpl().

20  {
21  payload.fill(0);
22  }

Member Data Documentation

trigger_cell_list HGCalBestChoiceDataPayload::payload
const size_t HGCalBestChoiceDataPayload::size = 116
static