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
Trigger
TrigAlgorithms
TrigL2MuonSA
src
MuFastDataPreparatorOptions.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 TRIGL2MUONSA_MUFASTDATAPREPARATOROPTIONS_H
6
#define TRIGL2MUONSA_MUFASTDATAPREPARATOROPTIONS_H
7
8
#include "
TgcDataPreparatorOptions.h
"
9
#include "
MdtDataPreparatorOptions.h
"
10
11
namespace
TrigL2MuonSA
{
12
13
// --------------------------------------------------------------------------------
14
// --------------------------------------------------------------------------------
15
16
class
MuFastDataPreparatorOptions
17
{
18
public
:
19
MuFastDataPreparatorOptions
() :
m_tgcOptions
(),
m_mdtOptions
(),
m_doTgcPatRec
(true)
20
{};
21
22
public
:
23
const
TrigL2MuonSA::TgcDataPreparatorOptions
&
tgcOptions
()
const
{
return
m_tgcOptions
; };
24
const
TrigL2MuonSA::MdtDataPreparatorOptions
&
mdtOptions
()
const
{
return
m_mdtOptions
; };
25
26
27
public
:
28
TrigL2MuonSA::TgcDataPreparatorOptions
m_tgcOptions
;
29
TrigL2MuonSA::MdtDataPreparatorOptions
m_mdtOptions
;
30
bool
m_doTgcPatRec
;
31
};
32
33
}
34
35
#endif // TRIGL2MUONSA_MUFASTDATAPREPARATOROPTIONS_H
TrigL2MuonSA::MuFastDataPreparatorOptions::tgcOptions
const TrigL2MuonSA::TgcDataPreparatorOptions & tgcOptions() const
Definition:
MuFastDataPreparatorOptions.h:23
TrigL2MuonSA::MuFastDataPreparatorOptions
Definition:
MuFastDataPreparatorOptions.h:17
TrigL2MuonSA::TgcDataPreparatorOptions
Definition:
TgcDataPreparatorOptions.h:47
TgcDataPreparatorOptions.h
TrigL2MuonSA::MdtDataPreparatorOptions
Definition:
MdtDataPreparatorOptions.h:14
TrigL2MuonSA::MuFastDataPreparatorOptions::MuFastDataPreparatorOptions
MuFastDataPreparatorOptions()
Definition:
MuFastDataPreparatorOptions.h:19
TrigL2MuonSA::MuFastDataPreparatorOptions::m_doTgcPatRec
bool m_doTgcPatRec
Definition:
MuFastDataPreparatorOptions.h:30
MdtDataPreparatorOptions.h
TrigL2MuonSA::MuFastDataPreparatorOptions::m_mdtOptions
TrigL2MuonSA::MdtDataPreparatorOptions m_mdtOptions
Definition:
MuFastDataPreparatorOptions.h:29
TrigL2MuonSA::MuFastDataPreparatorOptions::mdtOptions
const TrigL2MuonSA::MdtDataPreparatorOptions & mdtOptions() const
Definition:
MuFastDataPreparatorOptions.h:24
TrigL2MuonSA::MuFastDataPreparatorOptions::m_tgcOptions
TrigL2MuonSA::TgcDataPreparatorOptions m_tgcOptions
Definition:
MuFastDataPreparatorOptions.h:24
TrigL2MuonSA
Definition:
AlignmentBarrelLUT.h:13
Generated on Wed Apr 16 2025 21:15:19 for ATLAS Offline Software by
1.8.18