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
graphics
VP1
VP1Systems
VP1TrackSystems
VP1TrackSystems
TrackCollHandle_TrackContainer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
7
// //
8
// Header file for class TrackCollHandle_TrackParticle //
9
// //
10
// Description: Collection handle for track particles //
11
// //
12
// //
14
15
#ifndef TRACKCOLLHANDLE_TRACKCONTAINER_H
16
#define TRACKCOLLHANDLE_TRACKCONTAINER_H
17
18
#include "
VP1TrackSystems/TrackCollHandleBase.h
"
19
20
class
TrackCollHandle_TrackContainer
:
public
TrackCollHandleBase
{
21
22
Q_OBJECT
23
24
public
:
25
26
static
QStringList
availableCollections
(
IVP1System
*);
//For the collection widget.
27
28
TrackCollHandle_TrackContainer
(
TrackSysCommonData
*,
29
const
QString&
name
);
30
virtual
~TrackCollHandle_TrackContainer
();
31
32
protected
:
33
virtual
bool
load
();
34
virtual
bool
cut
(
TrackHandleBase
*);
35
virtual
QColor
defaultColor
()
const
{
return
QColor::fromRgbF(1.0
f
, 1.0
f
, 0.5
f
); }
36
bool
mightHaveSubSystemHitInfo
()
const
{
return
true
; }
37
38
private
:
39
40
class
Imp;
41
Imp
*
m_d
;
42
43
};
44
45
#endif
TrackCollHandle_TrackContainer::TrackCollHandle_TrackContainer
TrackCollHandle_TrackContainer(TrackSysCommonData *, const QString &name)
Definition:
TrackCollHandle_TrackContainer.cxx:46
TrackCollHandleBase.h
TrackCollHandleBase
Definition:
TrackCollHandleBase.h:49
TrackCollHandle_TrackContainer::mightHaveSubSystemHitInfo
bool mightHaveSubSystemHitInfo() const
Definition:
TrackCollHandle_TrackContainer.h:36
TrackCollHandle_TrackContainer::load
virtual bool load()
Definition:
TrackCollHandle_TrackContainer.cxx:61
TrackCollHandle_TrackContainer::cut
virtual bool cut(TrackHandleBase *)
Definition:
TrackCollHandle_TrackContainer.cxx:89
IVP1System
Definition:
IVP1System.h:36
TrackSysCommonData
Definition:
TrackSysCommonData.h:50
hist_file_dump.f
f
Definition:
hist_file_dump.py:141
TrackCollHandle_TrackContainer::m_d
Imp * m_d
Definition:
TrackCollHandle_TrackContainer.h:40
TrackCollHandle_TrackContainer::defaultColor
virtual QColor defaultColor() const
Definition:
TrackCollHandle_TrackContainer.h:35
TrackCollHandle_TrackContainer
Definition:
TrackCollHandle_TrackContainer.h:20
TrackCollHandle_TrackContainer::Imp
Definition:
TrackCollHandle_TrackContainer.cxx:33
TrackHandleBase
Definition:
TrackHandleBase.h:56
TrackCollHandle_TrackContainer::~TrackCollHandle_TrackContainer
virtual ~TrackCollHandle_TrackContainer()
Definition:
TrackCollHandle_TrackContainer.cxx:55
TrackCollHandle_TrackContainer::availableCollections
static QStringList availableCollections(IVP1System *)
Definition:
TrackCollHandle_TrackContainer.cxx:27
TrackCollHandleBase::name
const QString & name() const
Definition:
TrackCollHandleBase.cxx:310
Generated on Tue Mar 25 2025 21:20:51 for ATLAS Offline Software by
1.8.18