#include "DD4hep/Detector.h"
#include "DD4hep/DetElement.h"
#include "gear/GEAR.h"
#include "gearimpl/GearParametersImpl.h"
#include "gearimpl/SimpleMaterialImpl.h"
#include "gear/GearMgr.h"
Go to the source code of this file.
|
| class | dd4hep::rec::GearHandle |
| | Simple wrapper class for objects of type GearParametersImpl that can be added to DetElements with the extension mechanism. More...
|
| |
|
| | gear |
| |
| | dd4hep |
| | Namespace for the AIDA detector description toolkit.
|
| |
| | dd4hep::rec |
| | Namespace for the reconstruction part of the AIDA detector description toolkit.
|
| |
|
| gear::GearMgr * | dd4hep::rec::createGearMgr (Detector &description, const std::string &pluginName="GearForILD") |
| | Factory method that creates a GearMgr object pobulated with the GearParametersImpl objects from all (top level) DetElements in the description object. More...
|
| |