DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include <DD4hep/DetFactoryHelper.h>
#include <DD4hep/Printout.h>
#include <XML/Utilities.h>
#include <DD4hep/ShapeTags.h>
#include <TGeoScaledShape.h>
#include <TGeoShapeAssembly.h>
#include <TSystem.h>
#include <TClass.h>
#include <fstream>
#include <memory>
Go to the source code of this file.
Functions | |
TGeoCombiTrans * | createPlacement (const Rotation3D &iRot, const Position &iTrans) |
void * | shape_mesh_verifier (Detector &description, int argc, char **argv) |
Plugin factory to check shape meshes against a reference file. More... | |
TGeoCombiTrans* createPlacement | ( | const Rotation3D & | iRot, |
const Position & | iTrans | ||
) |
Definition at line 926 of file ShapePlugins.cpp.
void* shape_mesh_verifier | ( | Detector & | description, |
int | argc, | ||
char ** | argv | ||
) |
Plugin factory to check shape meshes against a reference file.
Definition at line 1214 of file ShapePlugins.cpp.