|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef XAODTRIGL1CALO_VERSIONS_CMXCPHITS_V1_H
9 #define XAODTRIGL1CALO_VERSIONS_CMXCPHITS_V1_H
12 #include "AthLinks/ElementLink.h"
43 const std::vector<uint32_t>&
hitsVec0,
44 const std::vector<uint32_t>&
hitsVec1,
51 const std::vector<uint32_t>&
hitsVec1,
void addHits(const std::vector< uint32_t > &hitsVec0, const std::vector< uint32_t > &hitsVec1, const std::vector< uint32_t > &errorVec0, const std::vector< uint32_t > &errorVec1)
add hits to existing object
uint32_t hits0() const
Peak functions - return value of peak bunch crossing Assuming we have got the timing calibration corr...
Base class for elements of a container that can have aux data.
uint8_t peak() const
get peak
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
void setCrate(uint8_t)
set crate
virtual ~CMXCPHits_v1()
Default desturctor.
void setErrorVec1(const std::vector< uint32_t > &)
set errorVec1
void setSourceComponent(uint8_t)
set source
void setPeak(uint8_t)
set peak
const std::vector< uint32_t > & hitsVec1() const
get hitsVec1
void setErrorVec0(const std::vector< uint32_t > &)
set errorVec0
CMXCPHits_v1()
Default constructor.
uint8_t cmx() const
get cmx
virtual void initialize(const uint8_t crate, const uint8_t cmx, const uint8_t source)
initialize
uint32_t error0() const
get errorVec0 at peak bunch crossing
const std::vector< uint32_t > & hitsVec0() const
get hitsVec0
const std::vector< uint32_t > & errorVec1() const
get errorVec1
void setCmx(uint8_t)
set cmx
void setHitsVec1(const std::vector< uint32_t > &)
set hitsVec1
uint8_t crate() const
get crate
void setHitsVec0(const std::vector< uint32_t > &)
set hitsVec0
const std::vector< uint32_t > & errorVec0() const
get errorVec0
uint32_t error1() const
get errorVec1 at peak bunch crossing
uint8_t sourceComponent() const
get source
Description of CMXCPHits_v1.
uint32_t hits1() const
get hitsVec1 at peak bunch crossing
Base class for elements of a container that can have aux data.