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
Event
xAOD
xAODTrackingCnv
xAODTrackingCnv
ITrackParticleMonitoring.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef _IMON_TrigInDetTrackMonitoringTool_H
5
#define _IMON_TrigInDetTrackMonitoringTool_H
6
7
// Normal STL and physical vectors
8
#include <vector>
9
// Gaudi includes
10
#include "GaudiKernel/IAlgTool.h"
11
#include "GaudiKernel/ToolHandle.h"
12
13
//xAODs
14
#include "
xAODTracking/TrackParticleContainer.h
"
15
16
17
18
/* Interface to the inner detector trigger track monitoring */
19
class
ITrackParticleMonitoring
:
virtual
public
IAlgTool{
20
public
:
21
DeclareInterfaceID
(
ITrackParticleMonitoring
, 1, 0);
22
23
24
/* Monitor track parameters via mon tool, prefix and suffix allows to switch between different Track collections if needed */
25
virtual
void
monitor_tracks
(
const
std::string &
prefix
,
const
std::string &
suffix
,
const
xAOD::TrackParticleContainer
&tracks )
const
= 0;
26
27
};
28
29
30
#endif
hotSpotInTAG.suffix
string suffix
Definition:
hotSpotInTAG.py:186
ITrackParticleMonitoring::monitor_tracks
virtual void monitor_tracks(const std::string &prefix, const std::string &suffix, const xAOD::TrackParticleContainer &tracks) const =0
ITrackParticleMonitoring
Definition:
ITrackParticleMonitoring.h:19
checkCorrelInHIST.prefix
dictionary prefix
Definition:
checkCorrelInHIST.py:391
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
TrackParticleContainer.h
ITrackParticleMonitoring::DeclareInterfaceID
DeclareInterfaceID(ITrackParticleMonitoring, 1, 0)
Generated on Wed Apr 23 2025 21:12:44 for ATLAS Offline Software by
1.8.18