1 #ifndef Alignment_MuonAlignment_AlignableDTBarrel_H 2 #define Alignment_MuonAlignment_AlignableDTBarrel_H 44 void dump(
void)
const override;
AlignmentErrorsExtended * alignmentErrors() const override
Return vector of alignment errors.
PositionType computePosition()
Compute average z position from all components (x and y forced to 0)
AlignableDTBarrel(const std::vector< AlignableDTWheel *> &dtWheels)
The constructor simply copies the vector of wheels and computes the surface from them.
friend std::ostream & operator<<(std::ostream &, const AlignableDTBarrel &)
Printout muon Barrel information (not recursive)
Alignments * alignments() const override
Return alignment data.
RotationType computeOrientation()
Just initialize to default given by default constructor of a RotationType.
std::vector< AlignableDTWheel * > theDTWheels
AlignableDTWheel & wheel(int i)
Return AlignableBarrelLayer at given index.
AlignableSurface computeSurface()
void dump(void) const override
Recursive printout of the muon Barrel structure.