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