1 #ifndef Alignment_MuonAlignment_AlignableDTBarrel_H
2 #define Alignment_MuonAlignment_AlignableDTBarrel_H
42 std::vector<Alignable*>
result;
PositionType computePosition()
Compute average z position from all components (x and y forced to 0)
Alignments * alignments() const
Return alignment data.
void dump(void)
Recursive printout of the muon Barrel structure.
friend std::ostream & operator<<(std::ostream &, const AlignableDTBarrel &)
Printout muon Barrel information (not recursive)
~AlignableDTBarrel()
Clean delete of the vector and its elements.
virtual std::vector< Alignable * > components() const
Return vector of direct components.
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()
align::RotationType RotationType
align::PositionType PositionType
AlignmentErrors * alignmentErrors() const
Return vector of alignment errors.
AlignableDTBarrel(const std::vector< AlignableDTWheel * > dtWheels)
The constructor simply copies the vector of wheels and computes the surface from them.