![]() |
ATLAS Offline Software
|
#include "TrigJetHypoTool.h"#include "GaudiKernel/StatusCode.h"#include "TrigHLTJetHypo/TrigHLTJetHypoUtils/xAODJetAsIJetFactory.h"#include "TrigHLTJetHypo/TrigHLTJetHypoUtils/lineSplitter.h"#include "./DebugInfoCollector.h"#include "./xAODJetCollector.h"#include "TrigCompositeUtils/TrigCompositeUtils.h"#include "AthenaMonitoringKernel/Monitored.h"#include <sstream>Go to the source code of this file.
Typedefs | |
| typedef unsigned int | DecisionID |
| typedef xAOD::TrigComposite | Decision |
| typedef xAOD::TrigCompositeContainer | DecisionContainer |
Functions | |
| bool | isLegId (const HLT::Identifier &legIdentifier) |
| Recognise whether the chain ID is a leg ID. | |
| HLT::Identifier | getIDFromLeg (const HLT::Identifier &legIdentifier) |
| Generate the HLT::Identifier which corresponds to the chain name from the leg name. | |
| HLT::Identifier | createLegName (const HLT::Identifier &chainIdentifier, size_t counter) |
| Generate the HLT::Identifier which corresponds to a specific leg of a given chain. | |
Definition at line 20 of file Event/xAOD/xAODTrigger/xAODTrigger/TrigComposite.h.
Definition at line 21 of file Event/xAOD/xAODTrigger/xAODTrigger/TrigCompositeContainer.h.
| typedef unsigned int TrigCompositeUtils::DecisionID |
Definition at line 27 of file TrigComposite_v1.h.
| HLT::Identifier TrigCompositeUtils::createLegName | ( | const HLT::Identifier & | chainIdentifier, |
| size_t | counter ) |
Generate the HLT::Identifier which corresponds to a specific leg of a given chain.
This can be queried for its DecisionID.
| chainIdentifier | The HLT::Identifier corresponding to the chain. |
| counter | The numeral of the leg. |
Definition at line 166 of file TrigCompositeUtilsRoot.cxx.
| HLT::Identifier TrigCompositeUtils::getIDFromLeg | ( | const HLT::Identifier & | legIdentifier | ) |
Generate the HLT::Identifier which corresponds to the chain name from the leg name.
This can be queried for its DecisionID.
| legIdentifier | The HLT::Identifier corresponding to the specific leg. |
Definition at line 180 of file TrigCompositeUtilsRoot.cxx.
| bool TrigCompositeUtils::isLegId | ( | const HLT::Identifier & | legIdentifier | ) |
Recognise whether the chain ID is a leg ID.
| legIdentifier | The HLT::Identifier corresponding to the specific ID. |
Definition at line 219 of file TrigCompositeUtilsRoot.cxx.