DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Member Functions | Public Attributes | List of all members
dd4hep::align::GlobalAlignmentData Class Reference

Global alignment data container. More...

Inheritance diagram for dd4hep::align::GlobalAlignmentData:
dd4hep::NamedObject

Public Member Functions

 GlobalAlignmentData (const std::string &path)
 
virtual ~GlobalAlignmentData ()
 
- Public Member Functions inherited from dd4hep::NamedObject
 NamedObject (const char *nam, const char *typ="")
 Initializing constructor. More...
 
 NamedObject (const std::string &nam)
 Initializing constructor. More...
 
 NamedObject (const std::string &nam, const std::string &typ)
 Initializing constructor. More...
 
 NamedObject ()=default
 Standard constructor. More...
 
 NamedObject (const NamedObject &c)=default
 Copy constructor. More...
 
 NamedObject (NamedObject &&c)=default
 Move constructor. More...
 
virtual ~NamedObject ()=default
 Default destructor. More...
 
NamedObjectoperator= (const NamedObject &c)=default
 Assignment operator. More...
 
NamedObjectoperator= (NamedObject &&c)=default
 Move assignment operator. More...
 
const char * GetName () const
 Access name. More...
 
void SetName (const char *nam)
 Set name (used by Handle) More...
 
void SetTitle (const char *tit)
 Set Title (used by Handle) More...
 
const char * GetTitle () const
 Get name (used by Handle) More...
 

Public Attributes

GlobalAlignment global
 
std::vector< GlobalAlignmentvolume_alignments
 
- Public Attributes inherited from dd4hep::NamedObject
std::string name
 The object name. More...
 
std::string type
 The object type. More...
 

Detailed Description

Global alignment data container.

Author
M.Frank
Version
1.0

Definition at line 48 of file GlobalDetectorAlignment.cpp.

Constructor & Destructor Documentation

◆ GlobalAlignmentData()

dd4hep::align::GlobalAlignmentData::GlobalAlignmentData ( const std::string &  path)
inline

Definition at line 54 of file GlobalDetectorAlignment.cpp.

◆ ~GlobalAlignmentData()

virtual dd4hep::align::GlobalAlignmentData::~GlobalAlignmentData ( )
inlinevirtual

Definition at line 59 of file GlobalDetectorAlignment.cpp.

Member Data Documentation

◆ global

GlobalAlignment dd4hep::align::GlobalAlignmentData::global

Definition at line 50 of file GlobalDetectorAlignment.cpp.

◆ volume_alignments

std::vector<GlobalAlignment> dd4hep::align::GlobalAlignmentData::volume_alignments

Definition at line 51 of file GlobalDetectorAlignment.cpp.


The documentation for this class was generated from the following file: