Main Page
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
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
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
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
_
a
d
e
f
l
m
o
p
s
t
u
v
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Fireworks
Core
src
FWEveDetectorGeo.h
Go to the documentation of this file.
1
#ifndef Fireworks_Core_FWGeoEveDetectorGeo_h
2
#define Fireworks_Core_FWGeoEveDetectorGeo_h
3
4
#include "
Fireworks/Core/interface/FWGeoTopNode.h
"
5
#include "TString.h"
6
#include <Rtypes.h>
7
8
class
FWGeometryTableManagerBase
;
9
class
TGLViewer;
10
class
FWEveDetectorGeo
:
public
FWGeoTopNode
{
11
public
:
12
FWEveDetectorGeo
(
FWGeometryTableView
*
v
);
13
~FWEveDetectorGeo
()
override
{}
14
15
void
Paint
(Option_t*
option
=
""
)
override
;
16
17
TString
GetHighlightTooltip
()
override
;
18
19
FWGeometryTableManagerBase
*
tableManager
()
override
;
20
FWGeometryTableViewBase
*
browser
()
override
;
21
22
void
popupMenu
(
int
x
,
int
y
, TGLViewer*)
override
;
23
24
#ifndef __CINT__
25
// virtual void paintShape(bool visLevel, FWGeometryTableManagerBase::NodeInfo& data, Int_t tableIndex, const TGeoHMatrix& nm, bool volumeColor);
26
#endif
27
28
protected
:
29
private
:
30
#ifndef __CINT__
31
bool
paintChildNodesRecurse
(
FWGeometryTableManagerBase::Entries_i
pIt, Int_t
idx
,
const
TGeoHMatrix& mtx);
32
#endif
33
FWGeometryTableView
*
m_browser
;
34
int
m_maxLevel
;
35
bool
m_filterOff
;
36
37
ClassDefOverride
(
FWEveDetectorGeo
, 0);
38
};
39
40
#endif
DDAxes::y
FWGeoTopNode.h
FWEveDetectorGeo::~FWEveDetectorGeo
~FWEveDetectorGeo() override
Definition:
FWEveDetectorGeo.h:13
FWEveDetectorGeo::tableManager
FWGeometryTableManagerBase * tableManager() override
Definition:
FWEveDetectorGeo.cc:15
FWEveDetectorGeo::ClassDefOverride
ClassDefOverride(FWEveDetectorGeo, 0)
DDAxes::x
FWEveDetectorGeo
Definition:
FWEveDetectorGeo.h:10
findQualityFiles.v
v
Definition:
findQualityFiles.py:179
fileinputsource_cfi.option
option
Definition:
fileinputsource_cfi.py:87
FWGeometryTableManagerBase
Definition:
FWGeometryTableManagerBase.h:36
heavyIonCSV_trainingSettings.idx
idx
Definition:
heavyIonCSV_trainingSettings.py:5
FWEveDetectorGeo::m_browser
FWGeometryTableView * m_browser
Definition:
FWEveDetectorGeo.h:33
FWGeometryTableView
Definition:
FWGeometryTableView.h:28
FWGeometryTableViewBase
Definition:
FWGeometryTableViewBase.h:41
FWEveDetectorGeo::paintChildNodesRecurse
bool paintChildNodesRecurse(FWGeometryTableManagerBase::Entries_i pIt, Int_t idx, const TGeoHMatrix &mtx)
Definition:
FWEveDetectorGeo.cc:55
FWEveDetectorGeo::Paint
void Paint(Option_t *option="") override
Definition:
FWEveDetectorGeo.cc:20
FWEveDetectorGeo::m_filterOff
bool m_filterOff
Definition:
FWEveDetectorGeo.h:35
FWGeoTopNode
Definition:
FWGeoTopNode.h:41
FWEveDetectorGeo::browser
FWGeometryTableViewBase * browser() override
Definition:
FWEveDetectorGeo.cc:17
FWEveDetectorGeo::FWEveDetectorGeo
FWEveDetectorGeo(FWGeometryTableView *v)
Definition:
FWEveDetectorGeo.cc:13
FWGeometryTableManagerBase::Entries_i
Entries_v::iterator Entries_i
Definition:
FWGeometryTableManagerBase.h:88
FWEveDetectorGeo::popupMenu
void popupMenu(int x, int y, TGLViewer *) override
Definition:
FWEveDetectorGeo.cc:122
FWEveDetectorGeo::GetHighlightTooltip
TString GetHighlightTooltip() override
Definition:
FWEveDetectorGeo.cc:110
FWEveDetectorGeo::m_maxLevel
int m_maxLevel
Definition:
FWEveDetectorGeo.h:34
Generated for CMSSW Reference Manual by
1.8.16