1 #ifndef Alignment_MuonAlignment_AlignableCSCStation_H 2 #define Alignment_MuonAlignment_AlignableCSCStation_H 47 void dump(
void)
const override;
AlignableCSCStation(const std::vector< AlignableCSCRing * > &cscRings)
The constructor simply copies the vector of CSC Rings and computes the surface from them...
PositionType computePosition()
Compute average z position from all components (x and y forced to 0)
void dump(void) const override
Recursive printout of the muon CSC Station structure.
AlignableCSCRing & ring(int i)
Return Alignable CSC Ring at given index.
RotationType computeOrientation()
Just initialize to default given by default constructor of a RotationType.
friend std::ostream & operator<<(std::ostream &, const AlignableCSCStation &)
Printout muon CSC Station information (not recursive)
AlignableSurface computeSurface()
std::vector< AlignableCSCRing * > theCSCRings