![]() |
DD4hep
1.33.0
Detector Description Toolkit for High Energy Physics
|
Select alignment operations according to certain criteria. More...
#include <GlobalAlignmentOperators.h>
Public Member Functions | |
| GlobalAlignmentSelector (GlobalAlignmentCache &c, Nodes &n, const Entries &e) | |
| Initializing functor constructor. More... | |
| const GlobalAlignmentSelector & | reset () const |
| void | operator() (const GlobalAlignmentCache::Cache::value_type &e) const |
| Function callback for cache entries. More... | |
| void | operator() (Entry *e) const |
| Function callback for entries. More... | |
Public Member Functions inherited from dd4hep::align::GlobalAlignmentOperator | |
| GlobalAlignmentOperator (GlobalAlignmentCache &c, Nodes &n) | |
| Initializing functor constructor. More... | |
| void | insert (GlobalAlignment alignment) const |
| Insert alignment entry. More... | |
Public Attributes | |
| const Entries & | entries |
Public Attributes inherited from dd4hep::align::GlobalAlignmentOperator | |
| GlobalAlignmentCache & | cache |
| Nodes & | nodes |
Additional Inherited Members | |
Public Types inherited from dd4hep::align::GlobalAlignmentOperator | |
| typedef GlobalAlignmentStack::StackEntry | Entry |
| typedef GlobalAlignmentCache::Cache | Cache |
| typedef std::vector< Entry * > | Entries |
| typedef std::map< std::string, std::pair< TGeoPhysicalNode *, Entry * > > | Nodes |
Select alignment operations according to certain criteria.
Definition at line 55 of file GlobalAlignmentOperators.h.
|
inline |
Initializing functor constructor.
Definition at line 59 of file GlobalAlignmentOperators.h.
| void dd4hep::align::GlobalAlignmentSelector::operator() | ( | const GlobalAlignmentCache::Cache::value_type & | e | ) | const |
Function callback for cache entries.
| void dd4hep::align::GlobalAlignmentSelector::operator() | ( | Entry * | e | ) | const |
Function callback for entries.
|
inline |
Definition at line 63 of file GlobalAlignmentOperators.h.
| const Entries& dd4hep::align::GlobalAlignmentSelector::entries |
Definition at line 57 of file GlobalAlignmentOperators.h.
1.8.18