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
RhoZProjection.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/RhoZProjection.h"
18 #include "DDEve/Factories.h"
19 
20 using namespace DD4hep;
21 
23 
25 
27 RhoZProjection::RhoZProjection(Display* eve, const std::string& nam)
28 : Projection(eve, nam)
29 {
30 }
31 
34 }
35 
38  CreateScenes();
40  return Map(slot);
41 }
#define DECLARE_VIEW_FACTORY(x)
Definition: Factories.h:31
View TEveWindowSlot * slot
Definition: MultiView.cpp:30
virtual Projection & AddAxis()
Add projection axis to the view.
Definition: Projection.cpp:85
virtual ~RhoZProjection()
Default destructor.
class View View.h DDEve/View.h
Definition: View.h:46
class Projection Projection.h DDEve/Projection.h
Definition: Projection.h:33
virtual Projection & CreateRhoZProjection()
Create Rho-Z projection.
Definition: Projection.cpp:108
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
virtual View & Build(TEveWindow *slot)
Build the projection view and map it to the given slot.
ClassImp(RhoZProjection) RhoZProjection
Initializing constructor.
The main class of the DDEve display.
Definition: Display.h:57
class RhoZProjection RhoZProjection.h DDEve/RhoZProjection.h