![]() |
ATLAS Offline Software
|
#include <IOVDbTestAmdbCorrection.h>
Public Member Functions | |
| IOVDbTestAmdbCorrection () | |
| ~IOVDbTestAmdbCorrection () | |
| const std::string & | name () const |
| HepGeom::Point3D< double > | getTranslation () const |
| HepGeom::Point3D< double > | getRotation () const |
| void | set (const HepGeom::Point3D< double > &trans, const HepGeom::Point3D< double > &rot, const std::string &name) |
Private Attributes | |
| std::string | m_name |
| HepGeom::Point3D< double > | m_translation |
| HepGeom::Point3D< double > | m_rotation |
Definition at line 20 of file IOVDbTestAmdbCorrection.h.
| IOVDbTestAmdbCorrection::IOVDbTestAmdbCorrection | ( | ) |
Definition at line 13 of file IOVDbTestAmdbCorrection.cxx.
| IOVDbTestAmdbCorrection::~IOVDbTestAmdbCorrection | ( | ) |
Definition at line 17 of file IOVDbTestAmdbCorrection.cxx.
| HepGeom::Point3D< double > IOVDbTestAmdbCorrection::getRotation | ( | ) | const |
Definition at line 39 of file IOVDbTestAmdbCorrection.cxx.
| HepGeom::Point3D< double > IOVDbTestAmdbCorrection::getTranslation | ( | ) | const |
Definition at line 34 of file IOVDbTestAmdbCorrection.cxx.
| const std::string & IOVDbTestAmdbCorrection::name | ( | ) | const |
Definition at line 29 of file IOVDbTestAmdbCorrection.cxx.
| void IOVDbTestAmdbCorrection::set | ( | const HepGeom::Point3D< double > & | trans, |
| const HepGeom::Point3D< double > & | rot, | ||
| const std::string & | name ) |
Definition at line 21 of file IOVDbTestAmdbCorrection.cxx.
|
private |
Definition at line 35 of file IOVDbTestAmdbCorrection.h.
|
private |
Definition at line 37 of file IOVDbTestAmdbCorrection.h.
|
private |
Definition at line 36 of file IOVDbTestAmdbCorrection.h.