#include <ALinePar.h>
|
enum | Parameter {
Parameter::transS = 0,
Parameter::transZ,
Parameter::transT,
Parameter::rotS,
Parameter::rotZ,
Parameter::rotT,
Parameter::numPars
} |
| amdb frame (s, z, t) = chamber frame (y, z, x) More...
|
|
Definition at line 15 of file ALinePar.h.
◆ Parameter
amdb frame (s, z, t) = chamber frame (y, z, x)
Enumerator |
---|
transS | |
transZ | Translation along the s-axis.
|
transT | Translation along the z-axis.
|
rotS | Translation along the t-axis.
|
rotZ | Rotation around the s-axis.
|
rotT | Rotation around the z-axis.
|
numPars | Rotation around the t-axis.
|
Definition at line 23 of file ALinePar.h.
◆ ALinePar()
◆ ~ALinePar()
virtual ALinePar::~ALinePar |
( |
| ) |
|
|
overridevirtualdefault |
◆ AmdbEta()
int MuonAlignmentPar::AmdbEta |
( |
| ) |
const |
|
inherited |
◆ AmdbJob()
int MuonAlignmentPar::AmdbJob |
( |
| ) |
const |
|
inherited |
Seems to correspond to the multilayer but sometimes also stEta.
Definition at line 19 of file MuonAlignmentPar.cxx.
◆ AmdbPhi()
int MuonAlignmentPar::AmdbPhi |
( |
| ) |
const |
|
inherited |
◆ AmdbStation()
const std::string & MuonAlignmentPar::AmdbStation |
( |
| ) |
const |
|
inherited |
◆ delta()
◆ deltaTransform()
HepGeom::Transform3D ALinePar::deltaTransform |
( |
| ) |
const |
Returns the final transformations of the A lines.
Definition at line 35 of file ALinePar.cxx.
◆ getParameter()
◆ identify()
◆ operator bool()
ALinePar::operator bool |
( |
| ) |
const |
|
inline |
Returns true if at least one of the payload parameters is set.
Definition at line 42 of file ALinePar.h.
43 constexpr
float validityCutOff = 1.e-5;
44 constexpr
float rotWeight =1.e3;
◆ operator<()
◆ setAmdbId()
void MuonAlignmentPar::setAmdbId |
( |
const std::string & |
stName, |
|
|
int |
stEta, |
|
|
int |
stPhi, |
|
|
int |
stJob |
|
) |
| |
|
inherited |
AMDB identifiers. They're often not the same as the ATLAS ones (TGCs)
Definition at line 13 of file MuonAlignmentPar.cxx.
◆ setIdentifier()
◆ setParameters()
void ALinePar::setParameters |
( |
float |
s, |
|
|
float |
z, |
|
|
float |
t, |
|
|
float |
rotS, |
|
|
float |
rotZ, |
|
|
float |
rotT |
|
) |
| |
◆ m_eta
int MuonAlignmentPar::m_eta {0} |
|
privateinherited |
◆ m_id
◆ m_job
int MuonAlignmentPar::m_job {0} |
|
privateinherited |
◆ m_payload
◆ m_phi
int MuonAlignmentPar::m_phi {0} |
|
privateinherited |
◆ m_station
std::string MuonAlignmentPar::m_station {} |
|
privateinherited |
The documentation for this class was generated from the following files: