Loading [MathJax]/jax/output/SVG/config.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
VP1RawDataSystems
VP1RawDataSystems
VP1RawDataHandle_SCT_RDO.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
7
// //
8
// Header file for class VP1RawDataHandle_SCT_RDO //
9
// //
10
// Description: Handle for SCT RDO's //
11
// //
12
// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
13
// Initial version: April 2008 (rewritten January 2009) //
14
// //
16
17
#ifndef VP1RAWDATAHANDLE_SCT_RDO_H
18
#define VP1RAWDATAHANDLE_SCT_RDO_H
19
20
#include "
VP1RawDataSystems/VP1RawDataHandleBase.h
"
21
class
SCT_RDORawData
;
22
23
namespace
InDetDD
{
class
SiDetectorElement; }
24
25
class
VP1RawDataHandle_SCT_RDO
:
public
VP1RawDataHandleBase
{
26
public
:
27
28
VP1RawDataHandle_SCT_RDO
(
VP1RawDataCollBase
*,
const
SCT_RDORawData
*);
29
virtual
~VP1RawDataHandle_SCT_RDO
();
30
QStringList
clicked
(
bool
verbose
)
const
;
31
32
VP1RawDataFlags::InDetPartsFlags
inInDetParts
()
const
;
33
34
protected
:
35
SoNode *
buildShape
();
36
SoTransform *
buildTransform
();
37
const
SCT_RDORawData
*
m_data
;
38
const
InDetDD::SiDetectorElement
*
element
()
const
;
//null in case of errors
39
};
40
41
#endif
VP1RawDataHandle_SCT_RDO::buildTransform
SoTransform * buildTransform()
Definition:
VP1RawDataHandle_SCT_RDO.cxx:107
VP1RawDataHandleBase
Definition:
VP1RawDataHandleBase.h:34
VP1RawDataHandle_SCT_RDO::~VP1RawDataHandle_SCT_RDO
virtual ~VP1RawDataHandle_SCT_RDO()
Definition:
VP1RawDataHandle_SCT_RDO.cxx:42
VP1RawDataCollBase
Definition:
VP1RawDataCollBase.h:29
VP1RawDataHandle_SCT_RDO::clicked
QStringList clicked(bool verbose) const
Definition:
VP1RawDataHandle_SCT_RDO.cxx:47
SCT_RDORawData
Definition:
SCT_RDORawData.h:24
VP1RawDataHandle_SCT_RDO::m_data
const SCT_RDORawData * m_data
Definition:
VP1RawDataHandle_SCT_RDO.h:37
VP1RawDataHandle_SCT_RDO::VP1RawDataHandle_SCT_RDO
VP1RawDataHandle_SCT_RDO(VP1RawDataCollBase *, const SCT_RDORawData *)
Definition:
VP1RawDataHandle_SCT_RDO.cxx:36
InDetDD::SiDetectorElement
Definition:
SiDetectorElement.h:109
VP1RawDataHandle_SCT_RDO
Definition:
VP1RawDataHandle_SCT_RDO.h:25
InDetDD
Message Stream Member.
Definition:
FakeTrackBuilder.h:8
python.TriggerHandler.verbose
verbose
Definition:
TriggerHandler.py:297
VP1RawDataHandle_SCT_RDO::inInDetParts
VP1RawDataFlags::InDetPartsFlags inInDetParts() const
Definition:
VP1RawDataHandle_SCT_RDO.cxx:131
VP1RawDataHandleBase.h
VP1RawDataHandle_SCT_RDO::element
const InDetDD::SiDetectorElement * element() const
Definition:
VP1RawDataHandle_SCT_RDO.cxx:116
VP1RawDataHandle_SCT_RDO::buildShape
SoNode * buildShape()
Definition:
VP1RawDataHandle_SCT_RDO.cxx:76
Generated on Thu Apr 24 2025 21:23:20 for ATLAS Offline Software by
1.8.18