ATLAS Offline Software
|
#include <ObjTrackingGeometryWriter.h>
Classes | |
class | Config |
Public Member Functions | |
ObjTrackingGeometryWriter (const Config &cfg) | |
Constructor. More... | |
const std::string & | name () const |
Framework name() method. More... | |
void | write (const Acts::GeometryContext &gctx, const Acts::TrackingGeometry &tGeometry) |
The write interface. More... | |
Private Member Functions | |
void | write (const Acts::GeometryContext &gctx, const Acts::TrackingVolume &tVolume) |
process this volume More... | |
const Acts::Logger & | logger () const |
Private access to the logging instance. More... | |
Private Attributes | |
Config | m_cfg |
the config class More... | |
An Obj writer for the geometry It delegates the writing of surfaces to the surface writers
Definition at line 26 of file ObjTrackingGeometryWriter.h.
Constructor.
cfg | is the configuration class |
Definition at line 16 of file ObjTrackingGeometryWriter.cxx.
|
inlineprivate |
Private access to the logging instance.
Definition at line 78 of file ObjTrackingGeometryWriter.h.
const std::string & Acts::ObjTrackingGeometryWriter::name | ( | ) | const |
Framework name() method.
Definition at line 23 of file ObjTrackingGeometryWriter.cxx.
void Acts::ObjTrackingGeometryWriter::write | ( | const Acts::GeometryContext & | gctx, |
const Acts::TrackingGeometry & | tGeometry | ||
) |
The write interface.
tGeometry | is the geometry to be written out |
Definition at line 29 of file ObjTrackingGeometryWriter.cxx.
|
private |
process this volume
tVolume | the volume to be processed |
Definition at line 40 of file ObjTrackingGeometryWriter.cxx.
|
private |
the config class
Definition at line 69 of file ObjTrackingGeometryWriter.h.