1 #ifndef Alignment_MuonAlignment_AlignableCSCStation_H
2 #define Alignment_MuonAlignment_AlignableCSCStation_H
42 std::vector<Alignable*>
result;
PositionType computePosition()
Compute average z position from all components (x and y forced to 0)
AlignableCSCRing & ring(int i)
Return Alignable CSC Ring at given index.
void dump(void)
Recursive printout of the muon CSC Station structure.
AlignableCSCStation(const std::vector< AlignableCSCRing * > cscRings)
The constructor simply copies the vector of CSC Rings and computes the surface from them...
~AlignableCSCStation()
Clean delete of the vector and its elements.
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()
virtual std::vector< Alignable * > components() const
Return vector of direct components.
std::vector< AlignableCSCRing * > theCSCRings
align::RotationType RotationType
align::PositionType PositionType