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
InnerDetector
InDetRecEvent
InDetPrepRawData
InDetPrepRawData
TRT_DriftCircleContainer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// PrepRawDataCLASS_DEF.h
7
// Header file for class PrepRawDataCLASS_DEF
9
// (c) ATLAS Detector software
11
// Class to contain all the CLASS_DEF for Containers and Collections
13
// Version 1.0 25/09/2002 Veronique Boisvert
15
16
#ifndef TRT_DRIFTCIRCLECONTAINER_H
17
#define TRT_DRIFTCIRCLECONTAINER_H
18
19
#include "
AthenaKernel/CLASS_DEF.h
"
20
#include "
TrkPrepRawData/PrepRawDataContainer.h
"
21
#include "
InDetPrepRawData/TRT_DriftCircleCollection.h
"
22
#include "
AthLinks/DeclareIndexingPolicy.h
"
23
24
// Containers
25
// numbers obtained using clid.db
26
namespace
InDet
{
27
typedef
Trk::PrepRawDataContainer< TRT_DriftCircleCollection >
TRT_DriftCircleContainer
;
28
typedef
EventContainers::IdentifiableCache< TRT_DriftCircleCollection >
TRT_DriftCircleContainerCache
;
29
}
30
31
CLASS_DEF
(
InDet::TRT_DriftCircleContainer
,1128766825,1)
32
CONTAINER_IS_IDENTCONT
(
InDet
::TRT_DriftCircleContainer)
33
34
CLASS_DEF
(
InDet
::TRT_DriftCircleContainerCache , 1226029651 , 1 )
35
36
#endif // TRKPREPRAWDATA_PREPRAWDATACLASS_DEF_H
InDet
Primary Vertex Finder.
Definition:
VP1ErrorUtils.h:36
DeclareIndexingPolicy.h
declare to which family the container belongs as far as its indexing policy is concerned
CONTAINER_IS_IDENTCONT
#define CONTAINER_IS_IDENTCONT(CONTAINER)
declare that CONTAINER is an identifiable container
Definition:
DeclareIndexingPolicy.h:57
PrepRawDataContainer.h
InDet::TRT_DriftCircleContainer
Trk::PrepRawDataContainer< TRT_DriftCircleCollection > TRT_DriftCircleContainer
Definition:
TRT_DriftCircleContainer.h:27
Trk::PrepRawDataContainer
Definition:
PrepRawDataContainer.h:26
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
InDet::TRT_DriftCircleContainerCache
EventContainers::IdentifiableCache< TRT_DriftCircleCollection > TRT_DriftCircleContainerCache
Definition:
TRT_DriftCircleContainer.h:28
TRT_DriftCircleCollection.h
CLASS_DEF.h
macros to associate a CLID to a type
EventContainers::IdentifiableCache
Definition:
IdentifiableCache.h:29
Generated on Sat Mar 15 2025 21:22:04 for ATLAS Offline Software by
1.8.18