CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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
18 
20  m_energyScale(0)
21 {
22 }
23 
25 {
26 }
27 
28 
29 void
31 {
32  scaleChanged_.emit(this);
33 }
34 
37 {
38  return m_energyScale;
39 }
40 
41 void
43 {
45 }
void scaleChanged()
FWViewEnergyScale * m_energyScale
Definition: FWViewContext.h:52
FWViewEnergyScale * getEnergyScale() const
T x() const
Cartesian x coordinate.
sigc::signal< void, const FWViewContext * > scaleChanged_
Definition: FWViewContext.h:43
virtual ~FWViewContext()
void setEnergyScale(FWViewEnergyScale *)