ATLAS Offline Software
|
Classes | |
class | BunchGroupTrigger |
Class for simulating the internal bunch group trigger. More... | |
class | CTPSimulation |
class | CTPSLink |
CTP RoI output. More... | |
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 | ISpecialTrigger |
class | ItemMap |
Map associating item name to CTPTriggerItem objects. More... | |
class | Lvl1Item |
class | Lvl1Result |
class | Lvl1Result_p1 |
class | Lvl1Result_p2 |
class | Lvl1ResultCnv_p1 |
class | Lvl1ResultCnv_p2 |
class | RandomTrigger |
class | ResultBuilder |
Class used to create the CTP output (RDO, SLink and TriggerInfo) More... | |
class | SlinkWord |
Simple wrapper around a 32-bit integer. More... | |
class | ThresholdMap |
Access to TrigConf::CTPTriggerThreshold by name. 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 More... | |
const std::string | convertToHex (const uint32_t word) |
helper function to dump a number in hex format More... | |
const std::string | convertToHex (const std::vector< uint32_t > &words) |
helper function to dump a vector of numbers in hex format More... | |
std::ostream & | operator<< (std::ostream &os, const std::vector< unsigned int > &rhs) |
operator to dump a vector of numbers More... | |
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 99 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 |