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
VP1PRDSystems
VP1PRDSystems
PRDHandle_CSC_Strip.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
#ifndef VP1PRDSYSTEMS_PRDHANDLE_CSC_STRIP_H
6
#define VP1PRDSYSTEMS_PRDHANDLE_CSC_STRIP_H
7
8
#include "
VP1PRDSystems/PRDHandleBase.h
"
9
#include "
VP1PRDSystems/PRDCollHandle_CSC_Strip.h
"
10
#include "
MuonPrepRawData/CscStripPrepData.h
"
11
#include <QStringList>
12
13
class
PRDHandle_CSC_Strip
:
public
PRDHandleBase
{
14
public
:
15
16
PRDHandle_CSC_Strip
(
PRDCollHandle_CSC_Strip
*,
const
Muon::CscStripPrepData
*);
17
virtual
~PRDHandle_CSC_Strip
() {};
18
19
void
buildShapes
(SoNode*&shape_simple, SoNode*&shape_detailed);
20
int
regionIndex
();
21
22
const
Muon::CscStripPrepData
*
csc
()
const
{
return
m_csc
; }
23
const
Trk::PrepRawData
*
getPRD
()
const
{
return
m_csc
; }
24
25
26
bool
inMuonChamber
()
const
{
return
true
; }
27
GeoPVConstLink
parentMuonChamberPV
()
const
{
return
m_csc
->
detectorElement
()->
parentStationPV
(); }
28
29
virtual
QStringList
clicked
()
const
;
//Called when user selects the node. The returned strings will be displayed in the textbox.
30
31
32
private
:
33
const
Muon::CscStripPrepData
*
m_csc
;
34
35
};
36
37
#endif
PRDHandle_CSC_Strip::getPRD
const Trk::PrepRawData * getPRD() const
Definition:
PRDHandle_CSC_Strip.h:23
PRDHandle_CSC_Strip::m_csc
const Muon::CscStripPrepData * m_csc
Definition:
PRDHandle_CSC_Strip.h:33
PRDHandle_CSC_Strip::parentMuonChamberPV
GeoPVConstLink parentMuonChamberPV() const
Definition:
PRDHandle_CSC_Strip.h:27
PRDHandle_CSC_Strip::csc
const Muon::CscStripPrepData * csc() const
Definition:
PRDHandle_CSC_Strip.h:22
PRDHandle_CSC_Strip::~PRDHandle_CSC_Strip
virtual ~PRDHandle_CSC_Strip()
Definition:
PRDHandle_CSC_Strip.h:17
CscStripPrepData.h
Muon::CscStripPrepData::detectorElement
virtual const MuonGM::CscReadoutElement * detectorElement() const override final
return the detector element corresponding to this PRD The pointer will be zero if the det el is not d...
Definition:
CscStripPrepData.h:153
PRDHandle_CSC_Strip::PRDHandle_CSC_Strip
PRDHandle_CSC_Strip(PRDCollHandle_CSC_Strip *, const Muon::CscStripPrepData *)
Definition:
PRDHandle_CSC_Strip.cxx:25
Muon::CscStripPrepData
Class representing the raw data of one CSC strip (for clusters look at Muon::CscPrepData).
Definition:
CscStripPrepData.h:40
PRDHandle_CSC_Strip
Definition:
PRDHandle_CSC_Strip.h:13
PRDHandle_CSC_Strip::regionIndex
int regionIndex()
Definition:
PRDHandle_CSC_Strip.cxx:110
Trk::PrepRawData
Definition:
PrepRawData.h:62
PRDHandle_CSC_Strip::inMuonChamber
bool inMuonChamber() const
Definition:
PRDHandle_CSC_Strip.h:26
PRDHandle_CSC_Strip::clicked
virtual QStringList clicked() const
Definition:
PRDHandle_CSC_Strip.cxx:118
PRDCollHandle_CSC_Strip
Definition:
PRDCollHandle_CSC_Strip.h:10
PRDHandle_CSC_Strip::buildShapes
void buildShapes(SoNode *&shape_simple, SoNode *&shape_detailed)
Definition:
PRDHandle_CSC_Strip.cxx:32
PRDHandleBase
Definition:
PRDHandleBase.h:35
PRDCollHandle_CSC_Strip.h
MuonGM::MuonReadoutElement::parentStationPV
PVConstLink parentStationPV() const
Definition:
MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx:100
PRDHandleBase.h
Generated on Sat Apr 5 2025 21:16:57 for ATLAS Offline Software by
1.8.18