|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TriggerMatchingTool_MatchFromCompositeTool_H
6 #define TriggerMatchingTool_MatchFromCompositeTool_H
11 #include "AthLinks/ElementLink.h"
52 const std::string&
chain,
53 double=0.1,
bool=
false)
const override;
66 const std::vector<const xAOD::IParticle*>& recoObject,
67 const std::string&
chain,
68 double=0.1,
bool=
false)
const override;
90 #ifdef XAOD_STANDALONE
91 bool m_remapBrokenLinks =
false;
95 std::vector<std::string> m_remapContainers{
96 "Electrons",
"Photons",
"Muons",
"TauJets"};
98 std::vector<CLID> m_remapCLIDs{
99 1087532415, 1105575213, 1178459224, 1177172564};
113 const vecLink_t<xAOD::IParticleContainer>& onlineLinks,
114 const std::vector<const xAOD::IParticle*>&
offline)
const;
125 #endif //> TriggerMatchingTool_MatchFromCompositeTool_H
The common trigger namespace for trigger analysis tools.
Helper class to provide constant type-safe access to aux data.
Class providing the definition of the 4-vector interface.
Helper class to provide type-safe access to aux data.
::StatusCode StatusCode
StatusCode definition for legacy code.
Define the type used for hashed StoreGate key+CLID pairs.
Base class for elements of a container that can have aux data.