![]() |
DD4hep
1.33.0
Detector Description Toolkit for High Energy Physics
|
#include <DisplayConfiguration.h>
Public Member Functions | |
| ViewConfig () | |
| Default constructor. More... | |
| ViewConfig (const ViewConfig &c) | |
| Copy constructor. More... | |
| virtual | ~ViewConfig () |
| Default destructor. More... | |
| ViewConfig & | operator= (const ViewConfig &c) |
| Assignment operator. More... | |
Public Member Functions inherited from dd4hep::DisplayConfiguration::Config | |
| Config () | |
| Default constructor. More... | |
| Config (const Config &c) | |
| Copy constructor. More... | |
| ~Config () | |
| Default destructor. More... | |
| Config & | operator= (const Config &c) |
| Assignment operator. More... | |
Public Attributes | |
| std::string | type |
| Configurations | subdetectors |
| bool | show_sensitive |
| bool | show_structure |
Public Attributes inherited from dd4hep::DisplayConfiguration::Config | |
| union dd4hep::DisplayConfiguration::Config::Values | data |
| std::string | name |
| std::string | hits |
| std::string | use |
| int | type |
View configuration.
Definition at line 119 of file DisplayConfiguration.h.
| DisplayConfiguration::ViewConfig::ViewConfig | ( | ) |
Default constructor.
Definition at line 35 of file DisplayConfiguration.cpp.
| DisplayConfiguration::ViewConfig::ViewConfig | ( | const ViewConfig & | c | ) |
Copy constructor.
Definition at line 42 of file DisplayConfiguration.cpp.
|
virtual |
Default destructor.
Definition at line 49 of file DisplayConfiguration.cpp.
| DisplayConfiguration::ViewConfig & DisplayConfiguration::ViewConfig::operator= | ( | const ViewConfig & | c | ) |
Assignment operator.
Definition at line 53 of file DisplayConfiguration.cpp.
| bool dd4hep::DisplayConfiguration::ViewConfig::show_sensitive |
Definition at line 123 of file DisplayConfiguration.h.
| bool dd4hep::DisplayConfiguration::ViewConfig::show_structure |
Definition at line 124 of file DisplayConfiguration.h.
| Configurations dd4hep::DisplayConfiguration::ViewConfig::subdetectors |
Definition at line 122 of file DisplayConfiguration.h.
| std::string dd4hep::DisplayConfiguration::ViewConfig::type |
Definition at line 121 of file DisplayConfiguration.h.
1.8.18