DD4hep - The AIDA detector description toolkit for high energy physics experiments
DD4hep  Rev:Unversioneddirectory
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros
SurfaceInstaller.h File Reference
#include "DD4hep/LCDD.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
 

Namespaces

 DDSurfaces
 Namespace for the tracking surfaces of the AIDA detector description toolkit.
 
 DD4hep
 Namespace for the AIDA detector description toolkit.
 
 DD4hep::DDRec
 Namespace for the reconstruction part of the AIDA detector description toolkit.
 

Macros

#define DECLARE_SURFACE_INSTALLER(name, class)
 

Macro Definition Documentation

#define DECLARE_SURFACE_INSTALLER (   name,
  class 
)
Value:
namespace DD4hep { \
template long SurfaceInstaller::run< class >(Geometry::LCDD& lcdd,int argc,char** argv); \
} \
DECLARE_APPLY(name,SurfaceInstaller::run< class >)
#define DECLARE_APPLY(name, func)
Definition: Factories.h:211

Definition at line 102 of file SurfaceInstaller.h.