Go to the documentation of this file. 1 #ifndef Alignment_MuonAlignment_AlignableDTStation_H
2 #define Alignment_MuonAlignment_AlignableDTStation_H
44 void dump(
void)
const override;
AlignableDTChamber & chamber(int i)
Return Alignable DT Chamber at given index.
AlignableDTStation(const std::vector< AlignableDTChamber * > &dtChambers)
The constructor simply copies the vector of DT Chambers and computes the surface from them.
AlignableSurface computeSurface()
RotationType computeOrientation()
Just initialize to default given by default constructor of a RotationType.
PositionType computePosition()
Compute average z position from all components (x and y forced to 0)
friend std::ostream & operator<<(std::ostream &, const AlignableDTStation &)
Printout muon DT Station information (not recursive)
std::vector< AlignableDTChamber * > theDTChambers
void dump(void) const override
Recursive printout of the muon DT Station structure.
A muon DT Chamber( an AlignableDet )