1 #ifndef Alignment_MuonAlignment_AlignableDTWheel_H 2 #define Alignment_MuonAlignment_AlignableDTWheel_H 41 std::vector<Alignable*>
result;
60 void dump(
void )
const override;
friend std::ostream & operator<<(std::ostream &, const AlignableDTWheel &)
Printout muon DT wheel information (not recursive)
std::vector< Alignable * > components() const override
Return vector of direct components.
AlignableDTWheel(const std::vector< AlignableDTStation * > &dtStations)
The constructor simply copies the vector of stations and computes the surface from them...
void dump(void) const override
Recursive printout of the muon DT wheel structure.
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)
RotationType computeOrientation()
Just initialize to default given by default constructor of a RotationType.
std::vector< AlignableDTStation * > theDTStations
~AlignableDTWheel() override
Clean delete of the vector and its elements.