33 const std::vector<uint32_t>&
errorVec,
52 const std::vector<uint32_t>&
errorVec,
#define AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(CL, TYPE, NAME, SETTER)
Macro creating the accessors of primitive auxiliary properties.
#define AUXSTORE_OBJECT_SETTER_AND_GETTER(CL, TYPE, NAME, SETTER)
Macro creating the accessors of complex auxiliary properties.
AuxElement()
Default constructor.
Description of CMXJetTob_v1.
uint8_t peak() const
get peak
virtual void initialize(const uint8_t crate, const uint8_t jem, const uint8_t frame, const uint8_t loc)
initialize
void setEnergyLargeVec(const std::vector< uint16_t > &)
set energyLargeVec
const std::vector< uint16_t > & energySmallVec() const
get energySmallVec
uint16_t presenceMap() const
get presenceMapVec at peak bunch crossing
void setPeak(uint8_t)
set peak
const std::vector< uint16_t > & energyLargeVec() const
get energyLargeVec
void setJem(uint8_t)
set jem
void setCrate(uint8_t)
set crate
uint32_t error() const
get errorVec at peak bunch crossing
const std::vector< uint32_t > & errorVec() const
get errorVec
uint8_t frame() const
get frame
const std::vector< uint16_t > & presenceMapVec() const
get presenceMapVec
void setFrame(uint8_t)
set frame
CMXJetTob_v1()
Default constructor.
void setEnergySmallVec(const std::vector< uint16_t > &)
set energySmallVec
uint16_t energyLarge() const
Peak functions - return value of peak bunch crossing Assuming we have got the timing calibration corr...
uint8_t jem() const
get jem
void setPresenceMapVec(const std::vector< uint16_t > &)
set presenceMapVec
void addTob(const std::vector< uint16_t > &energyLargeVec, const std::vector< uint16_t > &energySmallVec, const std::vector< uint32_t > &errorVec, const std::vector< uint16_t > &presenceMapVec)
add data to existing object
void setLocation(uint8_t)
set location
uint16_t energySmall() const
get energySmallVec at peak bunch crossing
uint8_t crate() const
get crate
void setErrorVec(const std::vector< uint32_t > &)
set errorVec
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.