ATLAS Offline Software
Loading...
Searching...
No Matches
MuonAccessors_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef XAODMUON_MUONACCESSORS_V1_H
6#define XAODMUON_MUONACCESSORS_V1_H
7
8// EDM include(s):
10
11// Local include(s):
13
14namespace xAOD {
15
16 // Helper functions for managing Muon Accessor objects
17
21 template <class T>
22 const SG::Accessor< T >*
23 parameterAccessorV1( Muon_v1::ParamDef type );
24
25} // namespace xAOD
26
27#include "MuonAccessors_v1.icc"
28#endif // XAODMUON_MUONACCESSORS_V1_H
Base class for elements of a container that can have aux data.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
const SG::Accessor< T > * parameterAccessorV1(Muon_v1::ParamDef type)
This function holds on to Accessor objects that can be used by each Muon_v1 object at runtime to get/...