DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
RhoPhiProjection.h
Go to the documentation of this file.
1 //==========================================================================
2 // AIDA Detector description implementation
3 //--------------------------------------------------------------------------
4 // Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
5 // All rights reserved.
6 //
7 // For the licensing terms see $DD4hepINSTALL/LICENSE.
8 // For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
9 //
10 // Author : M.Frank
11 // Original Author: Matevz Tadel 2009 (MultiView.C)
12 //
13 //====================================================================
14 #ifndef DDEVE_RHOPHIPROJECTION_H
15 #define DDEVE_RHOPHIPROJECTION_H
16 
17 // Framework include files
18 #include "DDEve/Projection.h"
19 
21 namespace dd4hep {
22 
24  /*
25  * \author M.Frank
26  * \version 1.0
27  * \ingroup DD4HEP_EVE
28  */
29  class RhoPhiProjection : public Projection {
30  public:
32  RhoPhiProjection(Display* eve, const std::string& name);
34  virtual ~RhoPhiProjection();
36  virtual View& Build(TEveWindow* slot) override;
39  };
40 } /* End namespace dd4hep */
41 #endif // DDEVE_RHOPHIPROJECTION_H
42 
dd4hep::Display
The main class of the DDEve display.
Definition: Display.h:56
dd4hep::RhoPhiProjection::Build
virtual View & Build(TEveWindow *slot) override
Build the projection view and map it to the given slot.
Definition: RhoPhiProjection.cpp:35
dd4hep::RhoPhiProjection
class RhoPhiProjection RhoPhiProjection.h DDEve/RhoPhiProjection.h
Definition: RhoPhiProjection.h:29
dd4hep::RhoPhiProjection::ClassDefOverride
ClassDefOverride(RhoPhiProjection, 0)
Root implementation macro.
dd4hep::Projection
class Projection Projection.h DDEve/Projection.h
Definition: Projection.h:32
dd4hep::View::name
const std::string & name() const
Access to the view name/title.
Definition: View.h:81
slot
View TEveWindowSlot * slot
Definition: MultiView.cpp:28
dd4hep::RhoPhiProjection::~RhoPhiProjection
virtual ~RhoPhiProjection()
Default destructor.
Definition: RhoPhiProjection.cpp:31
dd4hep
Namespace for the AIDA detector description toolkit.
Definition: AlignmentsCalib.h:28
dd4hep::View
class View View.h DDEve/View.h
Definition: View.h:45
Projection.h
dd4hep::RhoPhiProjection::RhoPhiProjection
RhoPhiProjection(Display *eve, const std::string &name)
Initializing constructor.