DD4hep - The AIDA detector description toolkit for high energy physics experiments
DD4hep  Rev:Unversioneddirectory
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RhoPhiProjection.cpp
Go to the documentation of this file.
1 // $Id: $
2 //==========================================================================
3 // AIDA Detector description implementation for LCD
4 //--------------------------------------------------------------------------
5 // Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
6 // All rights reserved.
7 //
8 // For the licensing terms see $DD4hepINSTALL/LICENSE.
9 // For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
10 //
11 // Author : M.Frank
12 // Original Author: Matevz Tadel 2009 (MultiView.C)
13 //
14 //==========================================================================
15 
16 // Framework include files
17 #include "DDEve/RhoPhiProjection.h"
18 #include "DDEve/Factories.h"
19 
20 using namespace DD4hep;
21 
24 
26 RhoPhiProjection::RhoPhiProjection(Display* eve, const std::string& nam)
27 : Projection(eve, nam)
28 {
29 }
30 
33 }
34 
37  CreateScenes();
39  return Map(slot);
40 }
#define DECLARE_VIEW_FACTORY(x)
Definition: Factories.h:31
virtual View & Build(TEveWindow *slot)
Build the projection view and map it to the given slot.
View TEveWindowSlot * slot
Definition: MultiView.cpp:30
virtual Projection & AddAxis()
Add projection axis to the view.
Definition: Projection.cpp:85
class View View.h DDEve/View.h
Definition: View.h:46
virtual ~RhoPhiProjection()
Default destructor.
class Projection Projection.h DDEve/Projection.h
Definition: Projection.h:33
virtual View & Map(TEveWindow *slot)
Map the projection view to the slot.
Definition: Projection.cpp:117
virtual View & CreateScenes()
Create the geometry and the event scene.
Definition: View.cpp:307
class RhoPhiProjection RhoPhiProjection.h DDEve/RhoPhiProjection.h
virtual Projection & CreateRhoPhiProjection()
Create Rho-Phi projection.
Definition: Projection.cpp:99
The main class of the DDEve display.
Definition: Display.h:57
ClassImp(RhoPhiProjection) RhoPhiProjection
Initializing constructor.