1 #ifndef Alignment_MuonAlignment_AlignableCSCRing_H
2 #define Alignment_MuonAlignment_AlignableCSCRing_H
42 std::vector<Alignable*>
result;
friend std::ostream & operator<<(std::ostream &, const AlignableCSCRing &)
Printout muon CSC Ring information (not recursive)
~AlignableCSCRing()
Clean delete of the vector and its elements.
PositionType computePosition()
Compute average z position from all components (x and y forced to 0)
std::vector< AlignableCSCChamber * > theCSCChambers
RotationType computeOrientation()
Just initialize to default given by default constructor of a RotationType.
align::RotationType RotationType
AlignableCSCRing(const std::vector< AlignableCSCChamber * > cscChambers)
The constructor simply copies the vector of CSC Chambers and computes the surface from them...
align::PositionType PositionType
virtual std::vector< Alignable * > components() const
Return vector of direct components.
void dump(void)
Recursive printout of the muon CSC Ring structure.
AlignableSurface computeSurface()
AlignableCSCChamber & chamber(int i)
Return Alignable CSC Chamber at given index.
A muon CSC Chamber( an AlignableDet )