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
MuonSimEvent
MuonSimEvent
sTGCSimHitCollection.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef sTGCSimHitCollection_H
6
#define sTGCSimHitCollection_H
7
8
#include "
MuonSimEvent/sTGCSimHit.h
"
9
#include "
HitManagement/AtlasHitsVector.h
"
10
#include "
HitManagement/AthenaHitsVector.h
"
11
#include "
AthenaKernel/CLASS_DEF.h
"
12
13
typedef
AthenaHitsVector<sTGCSimHit>
OldsTGCSimHitCollection
;
14
15
typedef
AtlasHitsVector<sTGCSimHit>
sTGCSimHitCollection
;
16
typedef
AtlasHitsVector<sTGCSimHit>::iterator
sTGCSimHitIterator
;
17
typedef
AtlasHitsVector<sTGCSimHit>::const_iterator
sTGCSimHitConstIterator
;
18
19
CLASS_DEF
(
sTGCSimHitCollection
, 20180530 , 1 )
20
CLASS_DEF
(
OldsTGCSimHitCollection
, 20180529 , 1 )
21
22
#endif
23
AthenaHitsVector.h
OldsTGCSimHitCollection
AthenaHitsVector< sTGCSimHit > OldsTGCSimHitCollection
Definition:
sTGCSimHitCollection.h:13
sTGCSimHitIterator
AtlasHitsVector< sTGCSimHit >::iterator sTGCSimHitIterator
Definition:
sTGCSimHitCollection.h:16
sTGCSimHitCollection
AtlasHitsVector< sTGCSimHit > sTGCSimHitCollection
Definition:
sTGCSimHitCollection.h:15
AtlasHitsVector::iterator
CONT::iterator iterator
Definition:
AtlasHitsVector.h:42
AtlasHitsVector
Definition:
AtlasHitsVector.h:33
sTGCSimHit.h
AtlasHitsVector::const_iterator
CONT::const_iterator const_iterator
Definition:
AtlasHitsVector.h:43
sTGCSimHitConstIterator
AtlasHitsVector< sTGCSimHit >::const_iterator sTGCSimHitConstIterator
Definition:
sTGCSimHitCollection.h:17
AtlasHitsVector.h
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
AthenaHitsVector
Definition:
AthenaHitsVector.h:39
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Thu Apr 10 2025 21:18:40 for ATLAS Offline Software by
1.8.18