 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef XAODTRIGGER_VERSIONS_CTPRESULT_V1_H
6 #define XAODTRIGGER_VERSIONS_CTPRESULT_V1_H
91 #endif // XAODTRIGGER_VERSIONS_CTPRESULT_V1_H
Base class for elements of a container that can have aux data.
uint32_t ctpVersionNumber() const
Get the CTP version number.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
This is the trigger result for each item before prescale, after prescale and after veto....
uint32_t turnCounter() const
Get the turn counter.
uint32_t l1AcceptBunchPosition() const
Get the L1 accept bunch position.
void setL1AcceptBunchPosition(const uint32_t pos)
Set the L1Accept bunch position.
uint32_t numberOfAdditionalWords() const
Get the number of additional data words.
void setDataWords(const std::vector< uint32_t > &words)
Set the raw data words.
uint32_t numberOfBunches() const
Get the number of bunch crossings.
void setTurnCounter(const uint32_t val)
Set the turn counter.
const std::vector< uint32_t > & dataWords() const
Get the raw data words.
void setCtpVersionNumber(const uint32_t ctpNumber)
Set the CTP version number.
Base class for elements of a container that can have aux data.