CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FWHFView.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: Core
4 // Class : FWHFView
5 //
6 // Implementation:
7 // [Notes on implementation]
8 //
9 // Original Author:
10 // Created: Mon May 31 13:42:13 CEST 2010
11 //
12 
13 // system include files
14 
15 // user include files
16 #include "TEveCalo.h"
17 #include "TEveCaloData.h"
18 #include "TEveTrans.h"
19 
23 
25 
26 //
27 // constants, enums and typedefs
28 //
29 
30 //
31 // static data member definitions
32 //
33 
34 //
35 // constructors and destructor
36 //
37 FWHFView::FWHFView(TEveWindowSlot* slot, FWViewType::EType typeId):
38  FWLegoViewBase(slot, typeId)
39 {
40 }
41 
42 // FWHFView::FWHFView(const FWHFView& rhs)
43 // {
44 // // do actual copying here;
45 // }
46 
48 {
49 }
50 
51 //
52 // assignment operators
53 //
54 // const FWHFView& FWHFView::operator=(const FWHFView& rhs)
55 // {
56 // //An exception safe implementation is
57 // FWHFView temp(rhs);
58 // swap(rhs);
59 //
60 // return *this;
61 // }
62 
63 //
64 // member functions
65 //
66 
67 //
68 // const member functions
69 //
70 
71 //
72 // static member functions
73 //
74 
75 
76 void
78 {
80 
81  // phi bins center shifted for 10 degres
82  m_lego->RefMainTrans().SetPos(0, -TMath::DegToRad()*10, 0);
83 }
84 
85 
86 
FWHFView(TEveWindowSlot *, FWViewType::EType)
Definition: FWHFView.cc:37
virtual ~FWHFView()
Definition: FWHFView.cc:47
virtual void setContext(const fireworks::Context &)
virtual void setContext(const fireworks::Context &)
Definition: FWHFView.cc:77
TEveCaloLego * m_lego