DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include <DD4hep/Detector.h>
#include <DD4hep/DetectorLoad.h>
#include <DD4hep/Printout.h>
#include <XML/Conversions.h>
#include <XML/XMLElements.h>
#include <XML/DocumentHandler.h>
#include <DD4hep/DetFactoryHelper.h>
#include <DDEve/Display.h>
#include <DDEve/DisplayConfiguration.h>
#include <stdexcept>
#include <TEveProjections.h>
Go to the source code of this file.
Namespaces | |
dd4hep | |
Namespace for the AIDA detector description toolkit. | |
Macros | |
#define | DECL_TAG(x) xml::Strng_t u_##x(#x) |
#define | add_root_enum(x) xml::_toDictionary(xml::Strng_t(#x),int(x)) |
Typedefs | |
typedef DisplayConfiguration::Configurations | dd4hep::Configurations |
typedef DisplayConfiguration::ViewConfigurations | dd4hep::ViewConfigurations |
#define add_root_enum | ( | x | ) | xml::_toDictionary(xml::Strng_t(#x),int(x)) |
#define DECL_TAG | ( | x | ) | xml::Strng_t u_##x(#x) |
Definition at line 62 of file DisplayConfigurationParser.cpp.