5#ifndef CALOEVENT_CALOCOMPACTCELL_H
6#define CALOEVENT_CALOCOMPACTCELL_H
58 inline const std::vector<value_type> &
getData()
const {
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
holds compactified CaloCell information
MASKS
mask to project all bits of the value_type defined above.
std::vector< value_type > m_compactData
vector containing the compactified CaloCell information.
unsigned short value_type
value type for the compact CaloCell data
CaloCompactCell(const std::vector< value_type > &theCompactData)
Constructor.
~CaloCompactCell()=default
const std::vector< value_type > & getData() const
returns the vector of compactified CaloCell data.