8#ifndef XAODTRIGL1CALO_VERSIONS_CMXCPTOB_V1_H
9#define XAODTRIGL1CALO_VERSIONS_CMXCPTOB_V1_H
12#include "AthLinks/ElementLink.h"
43 const std::vector<uint32_t>&
errorVec,
50 const std::vector<uint32_t>&
errorVec,
Base class for elements of a container that can have aux data.
Base class for elements of a container that can have aux data.
uint8_t cmx() const
get cmx
void setCmx(uint8_t)
set cmx
uint8_t cpm() const
get cpm
uint32_t error() const
get errorVec at peak bunch crossing
const std::vector< uint8_t > & energyVec() const
get energyVec
void setErrorVec(const std::vector< uint32_t > &)
set errorVec
uint16_t presenceMap() const
get presenceMapVec at peak bunch crossing
uint8_t crate() const
get crate
uint8_t energy() const
Peak functions - return value of peak bunch crossing Assuming we have got the timing calibration corr...
void setPeak(uint8_t)
set peak
const std::vector< uint32_t > & errorVec() const
get errorVec
void setEnergyVec(const std::vector< uint8_t > &)
set energyVec
const std::vector< uint8_t > & isolationVec() const
get isolationVec
void setLocation(uint8_t)
set location
CMXCPTob_v1()
Default constructor.
void setChip(uint8_t)
set chip
void setCpm(uint8_t)
set cpm
void setPresenceMapVec(const std::vector< uint16_t > &)
set presenceMapVec
void addTob(const std::vector< uint8_t > &energyVec, const std::vector< uint8_t > &isolationVec, const std::vector< uint32_t > &errorVec, const std::vector< uint16_t > &presenceMapVec)
add data to existing object
const std::vector< uint16_t > & presenceMapVec() const
get presenceMapVec
void setIsolationVec(const std::vector< uint8_t > &)
set isolationVec
uint8_t chip() const
get chip
uint8_t peak() const
get peak
void setCrate(uint8_t)
set crate
uint8_t location() const
get location
virtual ~CMXCPTob_v1()
Default desturctor.
uint8_t isolation() const
get isolationVec at peak bunch crossing
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.