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
Calo3DProjection.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_CALO3DPROJECTION_H
16 #define DD4HEP_DDEVE_CALO3DPROJECTION_H
17 
18 // Framework include files
19 #include "DDEve/View.h"
20 #include "DDEve/Display.h"
21 
22 // Forward declarations
23 class TH2F;
24 class TEveCalo3D;
25 class TEveCaloDataHist;
26 
28 namespace DD4hep {
29 
31  /*
32  * \author M.Frank
33  * \version 1.0
34  * \ingroup DD4HEP_EVE
35  */
36  class Calo3DProjection : public View {
37  public:
39  Calo3DProjection(Display* eve, const std::string& name);
41  virtual ~Calo3DProjection();
43  virtual View& Build(TEveWindow* slot);
44 
47  };
48 
49 } /* End namespace DD4hep */
50 
51 #endif /* DD4HEP_DDEVE_CALO3DPROJECTION_H */
52 
ClassDef(Calo3DProjection, 0)
Root implementation macro.
View TEveWindowSlot * slot
Definition: MultiView.cpp:30
virtual ~Calo3DProjection()
Default destructor.
class View View.h DDEve/View.h
Definition: View.h:46
Calo3DProjection(Display *eve, const std::string &name)
Initializing constructor.
3D projection for calorimeters
virtual View & Build(TEveWindow *slot)
Build the projection view and map it to the given slot.
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