DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Member Functions | Public Attributes | List of all members
dd4hep::Display::CalodataContext Struct Reference

Calorimeter data context for the DDEve event display. More...

#include <Display.h>

Public Member Functions

 CalodataContext ()=default
 Default constructor. More...
 
 CalodataContext (const CalodataContext &c)=default
 Copy constructor. More...
 
CalodataContextoperator= (const CalodataContext &c)=default
 Assignment operator. More...
 

Public Attributes

int slice = 0
 
TEveCalo3D * calo3D = 0
 
TEveCaloViz * caloViz = 0
 
TEveCaloDataHist * eveHist = 0
 
DisplayConfiguration::Config config
 

Detailed Description

Calorimeter data context for the DDEve event display.

Definition at line 68 of file Display.h.

Constructor & Destructor Documentation

◆ CalodataContext() [1/2]

dd4hep::Display::CalodataContext::CalodataContext ( )
default

Default constructor.

◆ CalodataContext() [2/2]

dd4hep::Display::CalodataContext::CalodataContext ( const CalodataContext c)
default

Copy constructor.

Member Function Documentation

◆ operator=()

CalodataContext& dd4hep::Display::CalodataContext::operator= ( const CalodataContext c)
default

Assignment operator.

Member Data Documentation

◆ calo3D

TEveCalo3D* dd4hep::Display::CalodataContext::calo3D = 0

Definition at line 70 of file Display.h.

◆ caloViz

TEveCaloViz* dd4hep::Display::CalodataContext::caloViz = 0

Definition at line 71 of file Display.h.

◆ config

DisplayConfiguration::Config dd4hep::Display::CalodataContext::config

Definition at line 73 of file Display.h.

◆ eveHist

TEveCaloDataHist* dd4hep::Display::CalodataContext::eveHist = 0

Definition at line 72 of file Display.h.

◆ slice

int dd4hep::Display::CalodataContext::slice = 0

Definition at line 69 of file Display.h.


The documentation for this struct was generated from the following file: