DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Calo3DProjection.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_CALO3DPROJECTION_H
15 #define DDEVE_CALO3DPROJECTION_H
16 
17 // Framework include files
18 #include "DDEve/View.h"
19 #include "DDEve/Display.h"
20 
21 // Forward declarations
22 class TH2F;
23 class TEveCalo3D;
24 class TEveCaloDataHist;
25 
27 namespace dd4hep {
28 
30  /*
31  * \author M.Frank
32  * \version 1.0
33  * \ingroup DD4HEP_EVE
34  */
35  class Calo3DProjection : public View {
36  public:
38  Calo3DProjection(Display* eve, const std::string& name);
40  virtual ~Calo3DProjection();
42  virtual View& Build(TEveWindow* slot) override;
43 
46  };
47 
48 } /* End namespace dd4hep */
49 #endif // DDEVE_CALO3DPROJECTION_H
50 
dd4hep::Calo3DProjection::Build
virtual View & Build(TEveWindow *slot) override
Build the projection view and map it to the given slot.
Definition: Calo3DProjection.cpp:37
dd4hep::Display
The main class of the DDEve display.
Definition: Display.h:56
dd4hep::View::name
const std::string & name() const
Access to the view name/title.
Definition: View.h:81
dd4hep::Calo3DProjection::Calo3DProjection
Calo3DProjection(Display *eve, const std::string &name)
Initializing constructor.
dd4hep::Calo3DProjection
3D projection for calorimeters
Definition: Calo3DProjection.h:35
slot
View TEveWindowSlot * slot
Definition: MultiView.cpp:28
Display.h
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
View.h
dd4hep::Calo3DProjection::~Calo3DProjection
virtual ~Calo3DProjection()
Default destructor.
Definition: Calo3DProjection.cpp:32
dd4hep::Calo3DProjection::ClassDefOverride
ClassDefOverride(Calo3DProjection, 0)
Root implementation macro.