|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef XAODTRIGL1CALO_VERSIONS_CMMJETHITS_V1_H
9 #define XAODTRIGL1CALO_VERSIONS_CMMJETHITS_V1_H
11 #include "AthLinks/ElementLink.h"
44 const std::vector<unsigned int>&
hitsVec()
const;
54 void addHits(
const std::vector<unsigned int>&
hits,
const std::vector<int>&
error);
57 unsigned int hits()
const;
65 inline unsigned int Hits()
const {
return this->
hits();}
70 #endif // XAODTRIGL1CALO_VERSIONS_CMMJETHITS_V1_H
void setDataID(int)
set dataID
unsigned int hits() const
get hits for hitsVec[peak] - time slice that (hopefully) contains the collision
int dataID() const
get dataID
Description of CMMJetHits_v1.
int error() const
get error for errorVec[peak] - time slice that (hopefully) contains the collision
void setCrate(int)
set crate number
Base class for elements of a container that can have aux data.
void setPeak(int)
set peak
unsigned int Hits() const
Backwards Compatibility with Trigger/TrigT1/TrigT1CaloEvent Run1 EDM did not strictly follow camelCas...
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
void setErrorVec(const std::vector< int > &)
set errorVec - errors for all time slices
void setHitsVec(const std::vector< unsigned int > &)
set hitsVec - hits for all time slices
const std::vector< int > & errorVec() const
get errorVec - errors for all time slices
const std::vector< unsigned int > & hitsVec() const
get hitsVec - hits for all time slices
int crate() const
get crate number
Base class for elements of a container that can have aux data.
void addHits(const std::vector< unsigned int > &hits, const std::vector< int > &error)
add hits. Internally calls setHitsVec(hits);setErrorVec(error);