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.h
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 #ifndef DD4HEP_DDEVE_RHOPHIPROJECTION_H
16 #define DD4HEP_DDEVE_RHOPHIPROJECTION_H
17 
18 // Framework include files
19 #include "DDEve/Projection.h"
20 
22 namespace DD4hep {
23 
25  /*
26  * \author M.Frank
27  * \version 1.0
28  * \ingroup DD4HEP_EVE
29  */
30  class RhoPhiProjection : public Projection {
31  public:
33  RhoPhiProjection(Display* eve, const std::string& name);
35  virtual ~RhoPhiProjection();
37  virtual View& Build(TEveWindow* slot);
40  };
41 
42 } /* End namespace DD4hep */
43 
44 #endif /* DD4HEP_DDEVE_RHOPHIPROJECTION_H */
45 
RhoPhiProjection(Display *eve, const std::string &name)
Initializing constructor.
virtual View & Build(TEveWindow *slot)
Build the projection view and map it to the given slot.
View TEveWindowSlot * slot
Definition: MultiView.cpp:30
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
class RhoPhiProjection RhoPhiProjection.h DDEve/RhoPhiProjection.h
ClassDef(RhoPhiProjection, 0)
Root implementation macro.
The main class of the DDEve display.
Definition: Display.h:57
const std::string & name() const
Access to the view name/title.
Definition: View.h:85