![]() |
ATLAS Offline Software
|
#include <IHGTDAlignDBTool.h>
Public Member Functions | |
| virtual StatusCode | createDB ()=0 |
| Create an empty alignment payload. | |
| virtual bool | setTrans (const Identifier &, unsigned int level, const Amg::Transform3D &) const =0 |
| Replace the transform of one module. | |
| virtual bool | setTrans (const Identifier &, unsigned int level, const Amg::Vector3D &, double alpha, double beta, double gamma) const =0 |
| Replace the transform using translation + rotations. | |
| virtual bool | tweakTrans (const Identifier &, unsigned int level, const Amg::Transform3D &) const =0 |
| Apply an incremental transform. | |
| virtual bool | tweakTrans (const Identifier &, unsigned int level, const Amg::Vector3D &, double alpha, double beta, double gamma) const =0 |
| Apply an incremental transform using translation + rotations. | |
| virtual Amg::Transform3D | getTrans (const Identifier &, unsigned int level) const =0 |
| Retrieve transform. | |
| virtual StatusCode | outputObjs ()=0 |
| Stream payload to POOL. | |
| virtual StatusCode | fillDB (const std::string &tag, unsigned int run1, unsigned int event1, unsigned int run2, unsigned int event2) const =0 |
| Register payload in the Conditions DB. | |
| virtual void | printDB () const =0 |
| Print payload. | |
| virtual void | sortTrans () const =0 |
| Sort AlignableTransform entries. | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
Definition at line 25 of file IHGTDAlignDBTool.h.
|
pure virtual |
Create an empty alignment payload.
Implemented in HGTDAlignDBTool.
|
pure virtual |
Register payload in the Conditions DB.
Implemented in HGTDAlignDBTool.
|
pure virtual |
Retrieve transform.
Implemented in HGTDAlignDBTool.
|
inlinestatic |
Definition at line 81 of file IHGTDAlignDBTool.h.
|
pure virtual |
Stream payload to POOL.
Implemented in HGTDAlignDBTool.
|
pure virtual |
Print payload.
Implemented in HGTDAlignDBTool.
|
pure virtual |
Replace the transform of one module.
Implemented in HGTDAlignDBTool.
|
pure virtual |
Replace the transform using translation + rotations.
Implemented in HGTDAlignDBTool.
|
pure virtual |
Sort AlignableTransform entries.
Implemented in HGTDAlignDBTool.
|
pure virtual |
Apply an incremental transform.
Implemented in HGTDAlignDBTool.
|
pure virtual |
Apply an incremental transform using translation + rotations.
Implemented in HGTDAlignDBTool.