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