DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Generic alignment collector keyed by detector elements. More...
#include <AlignmentsProcessor.h>
Public Member Functions | |
AlignmentsCollector (ConditionsMap &m, T &d) | |
Default constructor. More... | |
AlignmentsCollector (ConditionsMap &m, T &&p)=delete | |
Default move constructor is disabled. More... | |
AlignmentsCollector (const AlignmentsCollector ©)=default | |
Copy constructor. More... | |
~AlignmentsCollector ()=default | |
Default destructor. More... | |
AlignmentsCollector & | operator= (const AlignmentsCollector ©)=default |
Assignment operator. More... | |
virtual int | operator() (DetElement de, int level=0) const final |
Callback to output alignments information. More... | |
Public Attributes | |
ConditionsMap & | mapping |
Reference to the user pool. More... | |
T & | alignments |
Collection container. More... | |
Generic alignment collector keyed by detector elements.
To be used with utilities like DetElementProcessor etc.
Definition at line 162 of file AlignmentsProcessor.h.
|
inline |
Default constructor.
Definition at line 170 of file AlignmentsProcessor.h.
|
delete |
Default move constructor is disabled.
|
default |
Copy constructor.
|
default |
Default destructor.
|
finalvirtual |
Callback to output alignments information.
Note: Valid implementations exist for the container types: std::list<Alignment> std::vector<Alignment> std::map<DetElement,Alignment> std::multimap<DetElement,Alignment> std::map<std::string,Alignment> key = DetElement.path() std::multimap<std::string,Alignment> key = DetElement.path()
Definition at line 45 of file AlignmentsProcessor.cpp.
|
default |
Assignment operator.
T& dd4hep::align::AlignmentsCollector< T >::alignments |
Collection container.
Definition at line 167 of file AlignmentsProcessor.h.
ConditionsMap& dd4hep::align::AlignmentsCollector< T >::mapping |
Reference to the user pool.
Definition at line 165 of file AlignmentsProcessor.h.