Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Reconstruction
MuonIdentification
MuonCombinedToolInterfaces
MuonCombinedToolInterfaces
IMuonPrintingTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef REC_IMUONPRINTINGTOOL_H
6
#define REC_IMUONPRINTINGTOOL_H
7
8
// Include files
9
#include "GaudiKernel/IAlgTool.h"
10
#include "
xAODMuon/Muon.h
"
11
#include "
xAODMuon/MuonContainer.h
"
12
13
namespace
Rec
{
14
16
static
const
InterfaceID IID_IMuonPrintingTool(
"Rec::IMuonPrintingTool"
, 1, 0);
17
23
class
IMuonPrintingTool
:
virtual
public
IAlgTool {
24
public
:
25
static
const
InterfaceID&
interfaceID
() {
return
IID_IMuonPrintingTool; };
26
28
virtual
std::string
print
(
const
xAOD::Muon
& muon)
const
= 0;
29
31
virtual
std::string
print
(
const
xAOD::MuonContainer
& muons)
const
= 0;
32
};
33
34
}
// namespace Rec
35
36
#endif // REC_IMUONPRINTINGTOOL_H
Rec::IMuonPrintingTool::print
virtual std::string print(const xAOD::MuonContainer &muons) const =0
print a muon container to a string
Muon.h
Rec::IMuonPrintingTool::interfaceID
static const InterfaceID & interfaceID()
Definition:
IMuonPrintingTool.h:25
Rec::IMuonPrintingTool::print
virtual std::string print(const xAOD::Muon &muon) const =0
print muon object to a string
xAOD::Muon_v1
Class describing a Muon.
Definition:
Muon_v1.h:38
Rec
Name: MuonSpContainer.h Package : offline/Reconstruction/MuonIdentification/muonEvent.
Definition:
FakeTrackBuilder.h:10
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
MuonContainer.h
Rec::IMuonPrintingTool
interface for tool that creates a dump output of different detail to strings or files
Definition:
IMuonPrintingTool.h:23
Generated on Wed Apr 9 2025 21:11:56 for ATLAS Offline Software by
1.8.18