Loading [MathJax]/jax/output/SVG/config.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
w
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
InnerDetector
InDetRecTools
TRT_ElectronPidTools
TRT_ElectronPidTools
ITRT_ElectronToTTool.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
6
#ifndef ITRT_ELECTRONTOTTOOL_H
7
#define ITRT_ELECTRONTOTTOOL_H
8
9
// Gaudi
10
#include "GaudiKernel/IAlgTool.h"
11
12
namespace
Trk
{
class
Track
; }
13
namespace
Trk
{
class
TrackStateOnSurface ; }
14
15
static
const
InterfaceID IID_ITRT_ElectronToTTool(
"ITRT_ElectronToTTool"
, 1, 0);
16
17
class
ITRT_ElectronToTTool
:
virtual
public
IAlgTool {
18
19
public
:
20
22
virtual
~ITRT_ElectronToTTool
(){};
23
25
static
const
InterfaceID&
interfaceID
() {
return
IID_ITRT_ElectronToTTool; };
26
27
// get the ToT from the bitpattern and correct for local variations
28
//virtual double GetToT(unsigned int bitpattern, double HitZ, double HitR, int BEC, int Layer, int Strawlayer) const = 0;
29
30
// get the distance used to normalize the ToT
31
//virtual double GetD(double R_track) const = 0;
32
33
};
34
35
#endif // ITRT_ELECTRONTOTTOOL_H
ITRT_ElectronToTTool
Definition:
ITRT_ElectronToTTool.h:17
ITRT_ElectronToTTool::interfaceID
static const InterfaceID & interfaceID()
AlgTool interface methods.
Definition:
ITRT_ElectronToTTool.h:25
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
ITRT_ElectronToTTool::~ITRT_ElectronToTTool
virtual ~ITRT_ElectronToTTool()
Virtual destructor.
Definition:
ITRT_ElectronToTTool.h:22
Track
Definition:
TriggerChamberClusterOnTrackCreator.h:21
Generated on Wed May 14 2025 21:11:35 for ATLAS Offline Software by
1.8.18