1 #ifndef Alignment_MuonAlignment_AlignableDTWheel_H
2 #define Alignment_MuonAlignment_AlignableDTWheel_H
41 std::vector<Alignable*>
result;
friend std::ostream & operator<<(std::ostream &, const AlignableDTWheel &)
Printout muon DT wheel information (not recursive)
AlignableDTWheel(const std::vector< AlignableDTStation * > dtStations)
The constructor simply copies the vector of stations and computes the surface from them...
AlignableDTStation & station(int i)
Return Alignable DT Station at given index.
AlignableSurface computeSurface()
PositionType computePosition()
Compute average z position from all components (x and y forced to 0)
align::RotationType RotationType
align::PositionType PositionType
virtual std::vector< Alignable * > components() const
Return vector of direct components.
RotationType computeOrientation()
Just initialize to default given by default constructor of a RotationType.
std::vector< AlignableDTStation * > theDTStations
~AlignableDTWheel()
Clean delete of the vector and its elements.
void dump(void)
Recursive printout of the muon DT wheel structure.