ATLAS Offline Software
|
Support class for use in AthenaPoolMultiTest event splitting.
Acts as dummy trigger information in event. FOR TESTING ONLY.
More...
#include <FauxTriggerMap.h>
Public Types | |
typedef unsigned int | NUMBER_TYPE |
Public Member Functions | |
FauxTriggerMap () | |
virtual | ~FauxTriggerMap () |
bool | addPath (const TrigPath &tp) |
Add the trigger path to the current map. More... | |
bool | hasL1 (int l1bit) const |
Query whether l1bit is in the map. More... | |
NUMBER_TYPE | bits () const |
Return the bits stored in the map. More... | |
Private Attributes | |
bool | m_l1results [64] |
NUMBER_TYPE | m_bits |
Support class for use in AthenaPoolMultiTest event splitting.
Acts as dummy trigger information in event. FOR TESTING ONLY.
Definition at line 26 of file FauxTriggerMap.h.
typedef unsigned int FauxTriggerMap::NUMBER_TYPE |
Definition at line 29 of file FauxTriggerMap.h.
FauxTriggerMap::FauxTriggerMap | ( | ) |
Definition at line 15 of file FauxTriggerMap.cxx.
|
virtual |
Definition at line 24 of file FauxTriggerMap.cxx.
Add the trigger path to the current map.
Definition at line 27 of file FauxTriggerMap.cxx.
FauxTriggerMap::NUMBER_TYPE FauxTriggerMap::bits | ( | ) | const |
bool FauxTriggerMap::hasL1 | ( | int | l1bit | ) | const |
Query whether l1bit is in the map.
Definition at line 42 of file FauxTriggerMap.cxx.
|
private |
Definition at line 44 of file FauxTriggerMap.h.
|
private |
Definition at line 43 of file FauxTriggerMap.h.