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
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
+
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
c
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
src
Fireworks
Core
src
FWISpyView.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: cmsShow36
4
// Class : FWISpyView
5
//
6
// Implementation:
7
// [Notes on implementation]
8
//
9
// Original Author: Alja Mrak-Tadel
10
// Created: Wed Apr 7 14:40:31 CEST 2010
11
//
12
13
// system include files
14
15
// user include files
16
#include "TGLViewer.h"
17
#include "
Fireworks/Core/interface/CmsShowViewPopup.h
"
18
#include "
Fireworks/Core/interface/FWISpyView.h
"
19
#include "
Fireworks/Core/interface/Context.h
"
20
#include "TEveBoxSet.h"
21
#include "TEveScene.h"
22
#include "TEveManager.h"
23
24
//
25
// constants, enums and typedefs
26
//
27
28
//
29
// static data member definitions
30
//
31
32
//
33
// constructors and destructor
34
//
35
FWISpyView::FWISpyView
(TEveWindowSlot* slot,
FWViewType::EType
typeId,
unsigned
int
version
)
36
:
FW3DViewBase
(slot, typeId,
version
) {}
37
38
// FWISpyView::FWISpyView(const FWISpyView& rhs)
39
// {
40
// // do actual copying here;
41
// }
42
43
FWISpyView::~FWISpyView
() {}
44
45
void
FWISpyView::setContext
(
const
fireworks::Context
&
x
) {
FW3DViewBase::setContext
(
x
); }
46
47
void
FWISpyView::populateController
(
ViewerParameterGUI
& gui)
const
{
FW3DViewBase::populateController
(gui); }
FWISpyView::populateController
void populateController(ViewerParameterGUI &) const override
Definition:
FWISpyView.cc:47
FWISpyView::setContext
void setContext(const fireworks::Context &x) override
Definition:
FWISpyView.cc:45
FWISpyView.h
ViewerParameterGUI
Definition:
CmsShowViewPopup.h:49
Context.h
CmsShowViewPopup.h
fireworks::Context
Definition:
Context.h:41
BeamSplash_cfg.version
version
Definition:
BeamSplash_cfg.py:45
FWISpyView::FWISpyView
FWISpyView(TEveWindowSlot *, FWViewType::EType, unsigned int version=9)
Definition:
FWISpyView.cc:35
FW3DViewBase::setContext
void setContext(const fireworks::Context &) override
Definition:
FW3DViewBase.cc:172
FW3DViewBase::populateController
void populateController(ViewerParameterGUI &) const override
Definition:
FW3DViewBase.cc:477
FW3DViewBase
Definition:
FW3DViewBase.h:42
FWViewType::EType
EType
Definition:
FWViewType.h:31
x
float x
Definition:
beamSpotDipStandalone.cc:55
DDAxes::x
FWISpyView::~FWISpyView
~FWISpyView() override
Definition:
FWISpyView.cc:43
Generated for CMSSW Reference Manual by
1.8.14