Main Page
Namespaces
Classes
Package Documentation
Fireworks
Core
src
FW3DView.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: cmsShow36
4
// Class : FW3DView
5
//
6
// Implementation:
7
// [Notes on implementation]
8
//
9
// Original Author:
10
// Created: Wed Apr 7 14:40:47 CEST 2010
11
//
12
13
// system include files
14
#include <boost/bind.hpp>
15
16
// user include files
17
#include "TGLViewer.h"
18
#include "TGLScenePad.h"
19
#include "TEveCalo.h"
20
#include "TEveScene.h"
21
22
#include "
Fireworks/Core/interface/FW3DView.h
"
23
#include "
Fireworks/Core/interface/Context.h
"
24
#include "
Fireworks/Core/interface/FWViewContext.h
"
25
#include "
Fireworks/Core/interface/CmsShowViewPopup.h
"
26
#include "
Fireworks/Core/interface/FWViewEnergyScale.h
"
27
28
//
29
// constants, enums and typedefs
30
//
31
32
//
33
// static data member definitions
34
//
35
36
//
37
// constructors and destructor
38
//
39
FW3DView::FW3DView
(TEveWindowSlot* slot,
FWViewType::EType
typeId):
40
FW3DViewBase
(slot, typeId),
41
m_calo(
nullptr
)
42
{
43
viewerGL
()->CurrentCamera().SetFixDefCenter(kTRUE);
44
}
45
46
FW3DView::~FW3DView
()
47
{
48
m_calo
->Destroy();
49
}
50
51
52
TEveCaloViz*
53
FW3DView::getEveCalo
()
const
54
{
55
return
static_cast<
TEveCaloViz*
>
(
m_calo
);
56
}
57
58
void
FW3DView::setContext
(
const
fireworks::Context
& ctx)
59
{
60
FW3DViewBase::setContext
(ctx);
61
62
TEveCaloData*
data
=
context
().
getCaloData
();
63
m_calo
=
new
TEveCalo3D(data);
64
m_calo
->SetElementName(
"calo barrel"
);
65
66
m_calo
->SetBarrelRadius(
context
().
caloR1
(
false
));
67
m_calo
->SetEndCapPos(
context
().
caloZ1
(
false
));
68
m_calo
->SetFrameTransparency(80);
69
m_calo
->SetAutoRange(
false
);
70
m_calo
->SetScaleAbs(
true
);
71
eventScene
()->AddElement(
m_calo
);
72
}
FWEveView::eventScene
TEveScene * eventScene()
Definition:
FWEveView.h:82
FW3DView::~FW3DView
~FW3DView() override
Definition:
FW3DView.cc:46
FW3DView::FW3DView
FW3DView(TEveWindowSlot *, FWViewType::EType)
Definition:
FW3DView.cc:39
nullptr
#define nullptr
Definition:
GCC11Compatibility.h:37
FW3DView::setContext
void setContext(const fireworks::Context &) override
Definition:
FW3DView.cc:58
Context.h
FWEveView::viewerGL
TGLViewer * viewerGL() const
Definition:
FWEveView.cc:190
FWPFGeom::caloR1
float caloR1()
Definition:
FWPFGeom.h:21
CmsShowViewPopup.h
FW3DView::getEveCalo
TEveCaloViz * getEveCalo() const override
Definition:
FW3DView.cc:53
fireworks::Context
Definition:
Context.h:41
fireworks::Context::getCaloData
TEveCaloDataHist * getCaloData() const
Definition:
Context.h:80
FW3DViewBase::setContext
void setContext(const fireworks::Context &) override
Definition:
FW3DViewBase.cc:182
FW3DViewBase
Definition:
FW3DViewBase.h:42
FWEveView::context
const fireworks::Context & context()
Definition:
FWEveView.h:67
FWPFGeom::caloZ1
float caloZ1()
Definition:
FWPFGeom.h:22
FW3DView.h
FWViewType::EType
EType
Definition:
FWViewType.h:33
data
char data[epos_bytes_allocation]
Definition:
EPOS_Wrapper.h:82
FWViewEnergyScale.h
FWViewContext.h
FW3DView::m_calo
TEveCalo3D * m_calo
Definition:
FW3DView.h:52
Generated for CMSSW Reference Manual by
1.8.11