![]() |
ATLAS Offline Software
|
#include "AthenaKernel/errorcheck.h"#include "TrigDecisionInterface/GroupProperties.h"#include "TrigDecisionTool/ChainGroup.h"#include "TrigDecisionEvent/TrigDecision.h"#include "TrigConfHLTData/HLTChainList.h"#include "TrigDecisionCnvTool.h"Go to the source code of this file.
Namespaces | |
| namespace | xAODMaker |
| namespace | xAODMaker::TrigDefs |
Variables | |
| static const unsigned int | xAODMaker::TrigDefs::requireDecision = 0x1 |
| static const unsigned int | xAODMaker::TrigDefs::enforceLogicalFlow = 0x1 << 5 |
| static const unsigned int | xAODMaker::TrigDefs::Physics = requireDecision | enforceLogicalFlow |
| static const unsigned int | xAODMaker::TrigDefs::EF_passedRaw =0x1 |
| static const unsigned int | xAODMaker::TrigDefs::EF_passThrough =0x1 << 1 |
| static const unsigned int | xAODMaker::TrigDefs::EF_prescaled =0x1 << 2 |
| static const unsigned int | xAODMaker::TrigDefs::EF_resurrected =0x1 << 3 |
| static const unsigned int | xAODMaker::TrigDefs::L2_passedRaw =0x1 << 8 |
| static const unsigned int | xAODMaker::TrigDefs::L2_passThrough =0x1 << 9 |
| static const unsigned int | xAODMaker::TrigDefs::L2_prescaled =0x1 << 10 |
| static const unsigned int | xAODMaker::TrigDefs::L2_resurrected =0x1 << 11 |
| static const uint32_t | xAODMaker::MAXIMUM_CHAIN_ID = 8192 |
| The range in which we copy the trigger decision for the chains. | |
| static const uint32_t | xAODMaker::BITSET_SIZE = MAXIMUM_CHAIN_ID / 32 |
| Size of the bitset vectors. | |