DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include "LCDDConverter.h"
#include <DD4hep/Plugins.h>
#include <DD4hep/Printout.h>
#include <DD4hep/Volumes.h>
#include <DD4hep/FieldTypes.h>
#include <DD4hep/DD4hepUnits.h>
#include <DD4hep/Segmentations.h>
#include <DD4hep/detail/ObjectsInterna.h>
#include <DD4hep/detail/DetectorInterna.h>
#include <XML/DocumentHandler.h>
#include <TROOT.h>
#include <TColor.h>
#include <TGeoShape.h>
#include <TGeoArb8.h>
#include <TGeoBoolNode.h>
#include <TGeoCompositeShape.h>
#include <TGeoCone.h>
#include <TGeoEltu.h>
#include <TGeoHype.h>
#include <TGeoMatrix.h>
#include <TGeoParaboloid.h>
#include <TGeoPara.h>
#include <TGeoPcon.h>
#include <TGeoPgon.h>
#include <TGeoShapeAssembly.h>
#include <TGeoSphere.h>
#include <TGeoTorus.h>
#include <TGeoTrd1.h>
#include <TGeoTrd2.h>
#include <TGeoTube.h>
#include <TGeoScaledShape.h>
#include <TGeoNode.h>
#include <TClass.h>
#include <TMath.h>
#include <fstream>
#include <iostream>
#include <sstream>
#include <iomanip>
Go to the source code of this file.
Functions | |
template<typename O , typename C , typename F > | |
void | handle (const O *o, const C &c, F pmf) |
template<typename O , typename C , typename F > | |
void | handleMap (const O *o, const C &c, F pmf) |
template<typename O , typename C , typename F > | |
void | handleRMap (const O *o, const C &c, F pmf) |
long | create_gdml_from_dd4hep (Detector &description, int argc, char **argv) |
long create_gdml_from_dd4hep | ( | Detector & | description, |
int | argc, | ||
char ** | argv | ||
) |
Definition at line 1297 of file LCDDConverter.cpp.
void handle | ( | const O * | o, |
const C & | c, | ||
F | pmf | ||
) |
Definition at line 1105 of file LCDDConverter.cpp.
void handleMap | ( | const O * | o, |
const C & | c, | ||
F | pmf | ||
) |
Definition at line 1112 of file LCDDConverter.cpp.
void handleRMap | ( | const O * | o, |
const C & | c, | ||
F | pmf | ||
) |
Definition at line 1117 of file LCDDConverter.cpp.