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
Fireworks
Core
src
FWViewContext.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: Core
4
// Class : FWViewContext
5
//
6
// Implementation:
7
// [Notes on implementation]
8
//
9
// Original Author: Alja Mrak-Tadel
10
// Created: Wed Apr 14 18:31:58 CEST 2010
11
//
12
13
// system include files
14
15
// user include files
16
#include "
Fireworks/Core/interface/FWViewContext.h
"
17
#include "
Fireworks/Core/interface/FWViewEnergyScale.h
"
18
19
FWViewContext::FWViewContext
() : m_energyScale(nullptr) {}
20
21
FWViewContext::~FWViewContext
() {}
22
23
void
FWViewContext::scaleChanged
() {
scaleChanged_
.emit(
this
); }
24
25
FWViewEnergyScale
*
FWViewContext::getEnergyScale
()
const
{
return
m_energyScale
; }
26
27
void
FWViewContext::setEnergyScale
(
FWViewEnergyScale
*
x
) {
m_energyScale
=
x
; }
FWViewContext::scaleChanged
void scaleChanged()
Definition:
FWViewContext.cc:23
FWViewContext::scaleChanged_
sigc::signal< void(const FWViewContext *)> scaleChanged_
Definition:
FWViewContext.h:42
FWViewContext::m_energyScale
FWViewEnergyScale * m_energyScale
Definition:
FWViewContext.h:51
FWViewContext::getEnergyScale
FWViewEnergyScale * getEnergyScale() const
Definition:
FWViewContext.cc:25
FWViewContext::FWViewContext
FWViewContext()
Definition:
FWViewContext.cc:19
FWViewEnergyScale
Definition:
FWViewEnergyScale.h:34
FWViewEnergyScale.h
FWViewContext::~FWViewContext
virtual ~FWViewContext()
Definition:
FWViewContext.cc:21
x
float x
Definition:
beamSpotDipStandalone.cc:55
FWViewContext.h
DDAxes::x
FWViewContext::setEnergyScale
void setEnergyScale(FWViewEnergyScale *)
Definition:
FWViewContext.cc:27
Generated for CMSSW Reference Manual by
1.8.14