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
MuonSpectrometer
MuonCnv
MuonEventTPCnv
MuonEventTPCnv
MuonCompetingRIOsOnTrack
CompetingMuonClustersOnTrack_p1.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 MUONEVENTTPCNV_COMPETINGMUONCLUSTERSONTRACK_P1_H
6
#define MUONEVENTTPCNV_COMPETINGMUONCLUSTERSONTRACK_P1_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: CompetingMuonClustersOnTrack_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
#include "
AthenaPoolUtilities/TPObjRef.h
"
14
#include <vector>
15
16
namespace
Muon
17
{
19
class
CompetingMuonClustersOnTrack_p1
20
{
21
public
:
22
CompetingMuonClustersOnTrack_p1
() {}
23
25
TPObjRef
m_competingROT
;
26
27
std::vector< TPObjRef >
m_containedChildRots
;
28
TPObjRef
m_associatedSurface
;
29
TPObjRef
m_parameters
;
30
TPObjRef
m_errorMatrix
;
31
};
32
}
33
34
#endif // CSC_CLUSTER_ON_TRACK_P1_TRK_H
35
Muon::CompetingMuonClustersOnTrack_p1::m_containedChildRots
std::vector< TPObjRef > m_containedChildRots
Definition:
CompetingMuonClustersOnTrack_p1.h:27
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
TPObjRef
Definition:
TPObjRef.h:20
Muon::CompetingMuonClustersOnTrack_p1::m_associatedSurface
TPObjRef m_associatedSurface
Definition:
CompetingMuonClustersOnTrack_p1.h:28
Muon::CompetingMuonClustersOnTrack_p1::m_parameters
TPObjRef m_parameters
Definition:
CompetingMuonClustersOnTrack_p1.h:29
Muon::CompetingMuonClustersOnTrack_p1::CompetingMuonClustersOnTrack_p1
CompetingMuonClustersOnTrack_p1()
Definition:
CompetingMuonClustersOnTrack_p1.h:22
Muon::CompetingMuonClustersOnTrack_p1
Version 1 of the persistent class representing the transient class Muon::MuonClusterOnTrack.
Definition:
CompetingMuonClustersOnTrack_p1.h:20
TPObjRef.h
Muon::CompetingMuonClustersOnTrack_p1::m_competingROT
TPObjRef m_competingROT
link to base MuonClusterOnTrack_p1, inheriting from RIO_OnTrack_p1
Definition:
CompetingMuonClustersOnTrack_p1.h:25
Muon::CompetingMuonClustersOnTrack_p1::m_errorMatrix
TPObjRef m_errorMatrix
Definition:
CompetingMuonClustersOnTrack_p1.h:30
Generated on Fri Mar 28 2025 21:08:35 for ATLAS Offline Software by
1.8.18