|
DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Go to the documentation of this file.
17 #ifndef DD4HEP_DETNOMINALCREATOR_H
18 #define DD4HEP_DETNOMINALCREATOR_H
56 static void* create_object(
Detector& description,
int argc,
char** argv) {
57 for(
int i = 0; i < argc && argv[i]; ++i) { }
int operator()(DetElement de, int) const
bool isValid() const
Check the validity of the object held by the handle.
Handle class describing a detector element.
#define DECLARE_DD4HEP_CONSTRUCTOR(name, func)
Alignment nominal() const
Access to the constant ideal (nominal) alignment information.
DetNominalCreator(Detector &d)
Namespace for the AIDA detector description toolkit.
The main interface to the dd4hep detector description package.
Wrapper to call objects in the form of a detector element processor.
DetNominalCreator(const DetNominalCreator &c)
DD4hep DetElement creator for the CMS geometry.
virtual ~DetNominalCreator()=default