|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef ANALYSISTRIGGEREVENT_CTP_DECISION_H
9 #define ANALYSISTRIGGEREVENT_CTP_DECISION_H
103 const std::string
dump()
const;
114 #endif // ANALYSISTRIGGEREVENT_CTP_DECISION_H
void setWords(const std::vector< uint32_t > &words)
Set vector of CTP trigger words.
void setWord4(const uint32_t word)
set 5.
uint32_t getWord1() const
get 2.
uint32_t m_triggerTypeWord
LVL1 trigger type word.
bool isAccepted() const
Test if event was accepted at LVL1.
void setItems(const items_type &items)
Set vector of fired LVL1 items.
std::vector< uint32_t > m_CTPResultWord
vector of CTP trigger words
const std::string dump() const
Dump raw content of object to string.
std::vector< std::string > items_type
Type storing the names of the passed LVL1 items.
void setWord5(const uint32_t word)
set 6.
const std::vector< uint32_t > & getWords() const
Get vector of CTP trigger words.
void setItem(const items_type::value_type &item)
Set a fired LVL1 item.
Legacy data class representing the LVL1 CTP trigger decision.
uint32_t getWord2() const
get 3.
void setWord3(const uint32_t word)
set 4.
uint32_t getWord4() const
get 5.
virtual ~CTP_Decision()
Destructor.
uint32_t getWord6() const
get 7.
uint32_t getWord3() const
get 4.
void setWord2(const uint32_t word)
set 3.
void setWord(const unsigned int i, const uint32_t word)
Set one CTP trigger word.
void setWord6(const uint32_t word)
set 7.
uint32_t getTriggerTypeWord() const
Get trigger type word.
void setWord0(const uint32_t word)
set 1.
uint32_t getWord5() const
get 6.
void setWord1(const uint32_t word)
set 2.
const items_type & getItems() const
Get a vector of fired LVL1 items.
items_type m_items
vector of fired LVL1 items
void setTriggerTypeWord(uint32_t word)
Set trigger type word.
uint32_t getWord0() const
get 1.
void setWord7(const uint32_t word)
set 8.
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
uint32_t getWord7() const
get 8.
CTP_Decision()
Default (empty) constructor.
macros to associate a CLID to a type
uint32_t getWord(const unsigned int i) const
Get one CTP trigger word.