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
Tracking
TrkEvent
TrkSpacePoint
TrkSpacePoint
SpacePointOverlapCollection.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// SpacePointCollection.h
7
// Header file for class SpacePointCollection
9
// (c) ATLAS Detector software
11
// Class to contain all the overlap SPs, the other ones are in
12
// the SpacePointCollection
14
// Version 1.0 14/10/2003 Veronique Boisvert
16
17
#ifndef TRKSPACEPOINT_SPACEPOINTOVERLAPCOLLECTION_H
18
#define TRKSPACEPOINT_SPACEPOINTOVERLAPCOLLECTION_H
19
20
// Base classes
21
#include "
AthContainers/DataVector.h
"
22
#include "GaudiKernel/DataObject.h"
23
//class SpacePoint;
24
#include "
TrkSpacePoint/SpacePoint.h
"
25
26
class
SpacePointOverlapCollection
:
public
DataVector
< Trk::SpacePoint >{
27
29
// Public methods:
31
public
:
32
33
// Constructor
34
SpacePointOverlapCollection
();
35
36
// Destructor:
37
virtual
~SpacePointOverlapCollection
();
38
39
41
// Const methods:
43
44
45
47
// Private methods:
49
private
:
50
51
// SpacePointOverlapCollection();
52
SpacePointOverlapCollection
(
const
SpacePointOverlapCollection
&) =
delete
;
53
SpacePointOverlapCollection
&
operator=
(
const
SpacePointOverlapCollection
&) =
delete
;
54
56
// Private data:
58
private
:
59
60
61
};
63
// Inline methods:
65
66
#include "
AthenaKernel/CLASS_DEF.h
"
67
CLASS_DEF
(
SpacePointOverlapCollection
,1164030866, 1)
68
69
70
#endif // TRKSPACEPOINT_SPACEPOINTOVERLAPCOLLECTION_H
SpacePointOverlapCollection
Definition:
SpacePointOverlapCollection.h:26
SpacePointOverlapCollection::SpacePointOverlapCollection
SpacePointOverlapCollection()
SpacePointOverlapCollection::operator=
SpacePointOverlapCollection & operator=(const SpacePointOverlapCollection &)=delete
SpacePoint.h
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
SpacePointOverlapCollection::~SpacePointOverlapCollection
virtual ~SpacePointOverlapCollection()
SpacePointOverlapCollection::SpacePointOverlapCollection
SpacePointOverlapCollection(const SpacePointOverlapCollection &)=delete
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
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
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Sun Mar 30 2025 21:18:55 for ATLAS Offline Software by
1.8.18