1 #ifndef Alignment_MuonAlignment_AlignableCSCEndcap_H 2 #define Alignment_MuonAlignment_AlignableCSCEndcap_H 44 void dump(
void)
const override;
friend std::ostream & operator<<(std::ostream &, const AlignableCSCEndcap &)
Printout muon End Cap information (not recursive)
Alignments * alignments() const override
Return alignment data.
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.
AlignableSurface computeSurface()
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.
std::vector< AlignableCSCStation * > theCSCStations
PositionType computePosition()
Compute average z position from all components (x and y forced to 0)
AlignableCSCStation & station(int i)
Return AlignableCSCEndcap station at given index.