|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef XAODTRIGL1CALO_VERSIONS_CPMHITS_V1_H
9 #define XAODTRIGL1CALO_VERSIONS_CPMHITS_V1_H
11 #include "AthLinks/ElementLink.h"
44 const std::vector<unsigned int>&
hitsVec0()
const;
49 const std::vector<unsigned int>&
hitsVec1()
const;
54 void addHits(
const std::vector<unsigned int>& hits0,
const std::vector<unsigned int>& hits1);
70 #endif // XAODTRIGL1CALO_VERSIONS_CPMHITS_V1_H
Description of CPMHits_v1.
int crate() const
get crate number
void setHitsVec1(const std::vector< unsigned int > &)
set hitsVec1 - hits for all time slices
unsigned int hitWord0() const
get hitword for hitsVec0[peak] - time slice that (hopefully) contains the collision
void setModule(int)
set module
Base class for elements of a container that can have aux data.
const std::vector< unsigned int > & hitsVec0() const
get hitsVec0 - hits for all time slices
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
unsigned int HitWord0() const
Backwards Compatibility with Trigger/TrigT1/TrigT1CaloEvent Run1 EDM did not strictly follow camelCas...
int module() const
get module
unsigned int hitWord1() const
get hitword for hitsVec1[peak] - time slice that (hopefully) contains the collision
void setCrate(int)
set crate number
void setHitsVec0(const std::vector< unsigned int > &)
set hitsVec0 - hits for all time slices
void addHits(const std::vector< unsigned int > &hits0, const std::vector< unsigned int > &hits1)
unsigned int HitWord1() const
const std::vector< unsigned int > & hitsVec1() const
get hitsVec1 - hits for all time slices
void setPeak(int)
set peak
Base class for elements of a container that can have aux data.