#include <Lvl1Result.h>
Definition at line 31 of file Lvl1Result.h.
◆ Lvl1Result()
| LVL1CTP::Lvl1Result::Lvl1Result |
( |
bool |
config = false | ) |
|
|
inline |
◆ anyActiveL1ItemAfterVeto()
| bool Lvl1Result::anyActiveL1ItemAfterVeto |
( |
| ) |
const |
◆ isAccepted()
| bool Lvl1Result::isAccepted |
( |
| ) |
const |
◆ isConfigured()
| bool LVL1CTP::Lvl1Result::isConfigured |
( |
| ) |
const |
|
inline |
◆ isPassedAfterPrescale()
| bool Lvl1Result::isPassedAfterPrescale |
( |
unsigned int |
item | ) |
const |
◆ isPassedAfterVeto()
| bool Lvl1Result::isPassedAfterVeto |
( |
unsigned int |
item | ) |
const |
final L1 decision for this item
Definition at line 39 of file Lvl1Result.cxx.
43 return (((word >> (
item % 32)) & 0
x1) != 0);
◆ isPassedBeforePrescale()
| bool Lvl1Result::isPassedBeforePrescale |
( |
unsigned int |
item | ) |
const |
◆ isPassedRaw()
| bool Lvl1Result::isPassedRaw |
( |
unsigned int |
item | ) |
const |
◆ isPrescaled()
| bool Lvl1Result::isPrescaled |
( |
unsigned int |
item | ) |
const |
item isPassedBeforePrescale and not isPassedAfterPrescale
Definition at line 53 of file Lvl1Result.cxx.
◆ isVeto()
| bool Lvl1Result::isVeto |
( |
unsigned int |
item | ) |
const |
item isPassedAfterPrescale and not isPassedAfterVeto
Definition at line 58 of file Lvl1Result.cxx.
◆ itemsAfterPrescale() [1/2]
| std::vector<uint32_t>& LVL1CTP::Lvl1Result::itemsAfterPrescale |
( |
| ) |
|
|
inline |
◆ itemsAfterPrescale() [2/2]
| const std::vector<uint32_t>& LVL1CTP::Lvl1Result::itemsAfterPrescale |
( |
| ) |
const |
|
inline |
◆ itemsAfterVeto() [1/2]
| std::vector<uint32_t>& LVL1CTP::Lvl1Result::itemsAfterVeto |
( |
| ) |
|
|
inline |
◆ itemsAfterVeto() [2/2]
| const std::vector<uint32_t>& LVL1CTP::Lvl1Result::itemsAfterVeto |
( |
| ) |
const |
|
inline |
◆ itemsBeforePrescale() [1/2]
| std::vector<uint32_t>& LVL1CTP::Lvl1Result::itemsBeforePrescale |
( |
| ) |
|
|
inline |
◆ itemsBeforePrescale() [2/2]
| const std::vector<uint32_t>& LVL1CTP::Lvl1Result::itemsBeforePrescale |
( |
| ) |
const |
|
inline |
◆ itemsPassed() [1/2]
| std::vector<uint32_t>& LVL1CTP::Lvl1Result::itemsPassed |
( |
| ) |
|
|
inline |
◆ itemsPassed() [2/2]
| const std::vector<uint32_t>& LVL1CTP::Lvl1Result::itemsPassed |
( |
| ) |
const |
|
inline |
◆ nItems()
| unsigned int LVL1CTP::Lvl1Result::nItems |
( |
| ) |
const |
|
inline |
◆ m_configured
| bool LVL1CTP::Lvl1Result::m_configured |
|
private |
◆ m_l1_itemsTAP
| std::vector<uint32_t> LVL1CTP::Lvl1Result::m_l1_itemsTAP |
|
private |
Trigger (level 1 items) After Prescale.
Definition at line 74 of file Lvl1Result.h.
◆ m_l1_itemsTAV
| std::vector<uint32_t> LVL1CTP::Lvl1Result::m_l1_itemsTAV |
|
private |
Trigger (level 1 items) After Veto (==final L1 decision)
Definition at line 75 of file Lvl1Result.h.
◆ m_l1_itemsTBP
| std::vector<uint32_t> LVL1CTP::Lvl1Result::m_l1_itemsTBP |
|
private |
Trigger (level 1 items) Before Prescale.
Definition at line 73 of file Lvl1Result.h.
The documentation for this class was generated from the following files: