Go to the documentation of this file. 1 #ifndef Alignment_MuonAlignment_AlignableCSCEndcap_H
2 #define Alignment_MuonAlignment_AlignableCSCEndcap_H
44 void dump(
void)
const override;
AlignableSurface computeSurface()
AlignableCSCEndcap(const std::vector< AlignableCSCStation * > &cscStations)
The constructor simply copies the vector of stations and computes the surface from them.
AlignmentErrorsExtended * alignmentErrors() const override
Return vector of alignment errors.
PositionType computePosition()
Compute average z position from all components (x and y forced to 0)
friend std::ostream & operator<<(std::ostream &, const AlignableCSCEndcap &)
Printout muon End Cap information (not recursive)
RotationType computeOrientation()
Just initialize to default given by default constructor of a RotationType.
void dump(void) const override
Recursive printout of the muon End Cap structure.
AlignableCSCStation & station(int i)
Return AlignableCSCEndcap station at given index.
std::vector< AlignableCSCStation * > theCSCStations
Alignments * alignments() const override
Return alignment data.