![]() |
ATLAS Offline Software
|
Classes | |
| class | Lvl1Item |
| class | Lvl1Result |
| class | Lvl1Result_p1 |
| class | Lvl1Result_p2 |
| class | Lvl1ResultCnv_p1 |
| class | Lvl1ResultCnv_p2 |
| class | CTPSimulation |
| class | CTPTriggerItem |
| Class storing information helping to make the CTP decision. More... | |
| class | CTPTriggerThreshold |
| Helper class holding trigger threshold multiplicity. More... | |
| class | CTPUtil |
| Class grouping useful functions together. More... | |
| class | ItemMap |
| Map associating item name to CTPTriggerItem objects. More... | |
| class | ResultBuilder |
| Class used to create the CTP output (RDO, SLink and TriggerInfo). More... | |
| class | ISpecialTrigger |
| class | RandomTrigger |
| class | BunchGroupTrigger |
| Class for simulating the internal bunch group trigger. More... | |
| class | ThresholdMap |
| Access to TrigConf::CTPTriggerThreshold by name. More... | |
| class | CTPSLink |
| CTP RoI output. More... | |
| class | SlinkWord |
| Simple wrapper around a 32-bit integer. More... | |
| class | TrigT1CTPDefs |
| Class holding common constants for the CTP simulation. More... | |
Typedefs | |
| typedef std::vector< uint32_t >(ResultBuilder::* | Result) () const |
| typedef std::map< std::string, const ISpecialTrigger * > | InternalTriggerMap |
Functions | |
| const std::string | convertRawCTPData (const std::vector< uint32_t > &data, const bool longFormat=false, int ctpVersionNumber=4) |
| helper function to dump raw CTP content | |
| const std::string | convertToHex (const uint32_t word) |
| helper function to dump a number in hex format | |
| const std::string | convertToHex (const std::vector< uint32_t > &words) |
| helper function to dump a vector of numbers in hex format | |
| std::ostream & | operator<< (std::ostream &os, const std::vector< unsigned int > &rhs) |
| operator to dump a vector of numbers | |
Variables | |
| static const std::string | DEFAULT_CTPSLinkLocation = "CTPSLinkLocation" |
| default StoreGate location for CTPSLink | |
| static const std::string | DEFAULT_CTPSLinkLocation_Rerun = "CTPSLinkLocation_Rerun" |
| default StoreGate location for CTPSLink for simulation rerun on data | |
| static const std::string | DEFAULT_RDOOutputLocation = "CTP_RDO" |
| location of CTP RDO output in StoreGate | |
| static const std::string | DEFAULT_RDOOutputLocation_Rerun = "CTP_RDO_Rerun" |
| location of CTP RDO output in StoreGate for simulation rerun on data | |
| static const std::string | DEFAULT_CTPResultOutputLocation = "CTPResult" |
| location of CTPResult output in StoreGate | |
| static const std::string | DEFAULT_CTPResultOutputLocation_Rerun = "CTPResult_Rerun" |
| location of CTPResult output in StoreGate for simulation rerun on data | |
| typedef std::map< std::string, const ISpecialTrigger*> LVL1CTP::InternalTriggerMap |
Definition at line 17 of file SpecialTrigger.h.
| typedef std::vector< uint32_t >(ResultBuilder::* LVL1CTP::Result) () const |
Definition at line 117 of file ResultBuilder.h.
| const std::string LVL1CTP::convertRawCTPData | ( | const std::vector< uint32_t > & | data, |
| const bool | longFormat, | ||
| int | ctpFormatVersionNumber ) |
helper function to dump raw CTP content
Definition at line 13 of file TrigT1CTPDefs.cxx.
helper function to dump a vector of numbers in hex format
Definition at line 50 of file TrigT1CTPDefs.h.
helper function to dump a number in hex format
Definition at line 41 of file TrigT1CTPDefs.h.
|
inline |
operator to dump a vector of numbers
Definition at line 69 of file TrigT1CTPDefs.h.
|
static |
location of CTPResult output in StoreGate
Definition at line 66 of file TrigT1StoreGateKeys.h.
|
static |
location of CTPResult output in StoreGate for simulation rerun on data
Definition at line 68 of file TrigT1StoreGateKeys.h.
|
static |
default StoreGate location for CTPSLink
Definition at line 57 of file TrigT1StoreGateKeys.h.
|
static |
default StoreGate location for CTPSLink for simulation rerun on data
Definition at line 59 of file TrigT1StoreGateKeys.h.
|
static |
location of CTP RDO output in StoreGate
Definition at line 62 of file TrigT1StoreGateKeys.h.
|
static |
location of CTP RDO output in StoreGate for simulation rerun on data
Definition at line 64 of file TrigT1StoreGateKeys.h.