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
MultiView.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 //
13 //==========================================================================
14 #ifndef DD4HEP_DDEVE_MULTIVIEW_H
15 #define DD4HEP_DDEVE_MULTIVIEW_H
16 
17 // Framework include files
18 #include "DDEve/View.h"
20 
21 // Forward declarations
22 class TEveWindowPack;
23 
25 namespace DD4hep {
26 
28  /*
29  * \author M.Frank
30  * \version 1.0
31  * \ingroup DD4HEP_EVE
32  */
33  class MultiView : public View {
34  public:
36  MultiView(Display* eve, const std::string& name);
38  virtual ~MultiView();
40  virtual View& Build(TEveWindow* slot);
43  };
44 } /* End namespace DD4hep */
45 
46 
47 #endif /* DD4HEP_DDEVE_MULTIVIEW_H */
ClassDef(MultiView, 0)
Root implementation macro.
View TEveWindowSlot * slot
Definition: MultiView.cpp:30
MultiView(Display *eve, const std::string &name)
Initializing constructor.
Definition: MultiView.cpp:39
class View View.h DDEve/View.h
Definition: View.h:46
virtual ~MultiView()
Default destructor.
Definition: MultiView.cpp:44
virtual View & Build(TEveWindow *slot)
Build the 3d view and map it to the given slot.
Definition: MultiView.cpp:48
class MultiView MultiView.h DDEve/MultiView.h
Definition: MultiView.h:33
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