DD4hep  1.28.0
Detector Description Toolkit for High Energy Physics
Classes | Namespaces | Macros
SurfaceInstaller.h File Reference
#include "DD4hep/Detector.h"
#include "DD4hep/DetectorTools.h"
#include "DD4hep/DetFactoryHelper.h"
#include <map>
#include <algorithm>

Go to the source code of this file.

Classes

class  dd4hep::SurfaceInstaller
 Base class to implement surface installers for known detector patterns. More...
 

Namespaces

 dd4hep
 Namespace for the AIDA detector description toolkit.
 
 dd4hep::rec
 Namespace for the reconstruction part of the AIDA detector description toolkit.
 

Macros

#define DECLARE_SURFACE_INSTALLER(name, class)
 

Macro Definition Documentation

◆ DECLARE_SURFACE_INSTALLER

#define DECLARE_SURFACE_INSTALLER (   name,
  class 
)
Value:
namespace dd4hep { \
template long SurfaceInstaller::run< class >(Detector& description,int argc,char** argv); \
} \
DECLARE_APPLY(name,SurfaceInstaller::run< class >)

Definition at line 109 of file SurfaceInstaller.h.

dd4hep
Namespace for the AIDA detector description toolkit.
Definition: AlignmentsCalib.h:28