#include <AlignableDTWheel.h>
Public Member Functions | |
AlignableDTWheel (const std::vector< AlignableDTStation * > &dtStations) | |
The constructor simply copies the vector of stations and computes the surface from them. More... | |
RotationType | computeOrientation () |
Just initialize to default given by default constructor of a RotationType. More... | |
PositionType | computePosition () |
Compute average z position from all components (x and y forced to 0) More... | |
AlignableSurface | computeSurface () |
void | dump (void) const override |
Recursive printout of the muon DT wheel structure. More... | |
AlignableDTStation & | station (int i) |
Return Alignable DT Station at given index. More... | |
Public Member Functions inherited from AlignableComposite | |
void | addAlignmentPositionError (const AlignmentPositionError &ape, bool propagateDown) override |
void | addAlignmentPositionErrorFromLocalRotation (const RotationType &rotation, bool propagateDown) override |
void | addAlignmentPositionErrorFromRotation (const RotationType &rotation, bool propagateDown) override |
void | addComponent (Alignable *component) final |
void | addSurfaceDeformation (const SurfaceDeformation *deformation, bool propagateDown) override |
AlignableComposite (align::ID id, StructureType aType, const RotationType &rot=RotationType()) | |
StructureType | alignableObjectId () const override |
Return the alignable type identifier. More... | |
AlignmentErrorsExtended * | alignmentErrors () const override |
Return vector of alignment errors. More... | |
Alignments * | alignments () const override |
Return alignment data. More... | |
const Alignables & | components () const override |
Return vector of direct components. More... | |
void | move (const GlobalVector &displacement) override |
Move with respect to the global reference frame. More... | |
virtual void | moveComponentLocal (const int i, const LocalVector &localDisplacement) |
Move a single component with respect to the local reference frame. More... | |
virtual void | moveComponentsLocal (const LocalVector &localDisplacement) |
Move with respect to the local reference frame. More... | |
void | recursiveComponents (Alignables &result) const override |
Provide all components, subcomponents etc. (cf. description in base class) More... | |
void | rotateInGlobalFrame (const RotationType &rotation) override |
Rotation interpreted in global reference frame. More... | |
void | setAlignmentPositionError (const AlignmentPositionError &ape, bool propagateDown) override |
void | setSurfaceDeformation (const SurfaceDeformation *deformation, bool propagateDown) override |
Set the surface deformation parameters - if (!propagateDown) do not affect daughters. More... | |
int | surfaceDeformationIdPairs (std::vector< std::pair< int, SurfaceDeformation * > > &) const override |
Return surface deformations. More... | |
void | update (align::ID, StructureType aType, const RotationType &rot=RotationType()) |
template<class T > | |
void | update (T)=delete |
~AlignableComposite () override | |
deleting its components More... | |
Public Member Functions inherited from Alignable | |
Alignable (align::ID, const AlignableSurface &) | |
Alignable (align::ID, const RotationType &) | |
AlignmentParameters * | alignmentParameters () const |
Get the AlignmentParameters. More... | |
virtual void | cacheTransformation () |
cache the current position, rotation and other parameters (e.g. surface deformations), also for possible components More... | |
virtual void | cacheTransformation (const align::RunNumber &) |
virtual CompConstraintType | compConstraintType () const |
Return the alignable type of contraints wrt. its components. More... | |
const Alignables & | deepComponents () const |
const GlobalVector & | displacement () const |
Return change of the global position since the creation of the object. More... | |
bool | firstCompsWithParams (Alignables ¶mComps) const |
const DetId & | geomDetId () const |
const PositionType & | globalPosition () const |
Return the global position of the object. More... | |
const RotationType & | globalRotation () const |
Return the global orientation of the object. More... | |
align::ID | id () const |
Return the ID of Alignable, i.e. DetId of 'first' component GeomDet(Unit). More... | |
bool | lastCompsWithParams (Alignables ¶mComps) const |
Alignable * | mother () const |
Return pointer to container alignable (if any) More... | |
virtual void | recenterSurface () |
Recenter surface object without moving possible components. More... | |
virtual void | recursiveComponents (Alignables &result) const =0 |
virtual void | restoreCachedTransformation () |
restore the previously cached transformation, also for possible components More... | |
virtual void | restoreCachedTransformation (const align::RunNumber &) |
virtual void | rotateAroundGlobalAxis (const GlobalVector &axis, Scalar radians) |
Rotation around arbitratry global axis. More... | |
virtual void | rotateAroundGlobalX (Scalar radians) |
Rotation around global x-axis. More... | |
virtual void | rotateAroundGlobalY (Scalar radians) |
Rotation around global y-axis. More... | |
virtual void | rotateAroundGlobalZ (Scalar radians) |
Rotation around global z-axis. More... | |
virtual void | rotateAroundLocalAxis (const LocalVector &axis, Scalar radians) |
Rotation around arbitratry local axis. More... | |
virtual void | rotateAroundLocalX (Scalar radians) |
Rotation around local x-axis. More... | |
virtual void | rotateAroundLocalY (Scalar radians) |
Rotation around local y-axis. More... | |
virtual void | rotateAroundLocalZ (Scalar radians) |
Rotation around local z-axis. More... | |
virtual void | rotateInLocalFrame (const RotationType &rotation) |
Rotation intepreted in the local reference frame. More... | |
const RotationType & | rotation () const |
Return change of orientation since the creation of the object. More... | |
void | setAlignmentParameters (AlignmentParameters *dap) |
Set the AlignmentParameters. More... | |
void | setMother (Alignable *mother) |
Assign mother to alignable. More... | |
void | setSurvey (const SurveyDet *) |
Set survey info. More... | |
int | size () const |
Return number of direct components. More... | |
const AlignableSurface & | surface () const |
Return the Surface (global position and orientation) of the object. More... | |
AlignmentSurfaceDeformations * | surfaceDeformations () const |
Return surface deformations, sorted by DetId. More... | |
const SurveyDet * | survey () const |
Return survey info. More... | |
void | update (align::ID, const AlignableSurface &) |
virtual | ~Alignable () |
Destructor. More... | |
Private Attributes | |
std::vector< AlignableDTStation * > | theDTStations |
Friends | |
std::ostream & | operator<< (std::ostream &, const AlignableDTWheel &) |
Printout muon DT wheel information (not recursive) More... | |
Concrete class for muon DT Wheel alignable.
Misalignment can be de-/reactivated (forwarded to components).
The alignable muon DT wheel.
Definition at line 27 of file AlignableDTWheel.h.
AlignableDTWheel::AlignableDTWheel | ( | const std::vector< AlignableDTStation * > & | dtStations | ) |
The constructor simply copies the vector of stations and computes the surface from them.
Definition at line 12 of file AlignableDTWheel.cc.
References AlignableComposite::addComponent(), computeSurface(), Alignable::mother(), Alignable::POSITION_Z, Alignable::setMother(), AlignableComposite::setSurface(), station(), and theDTStations.
AlignableDTWheel::RotationType AlignableDTWheel::computeOrientation | ( | ) |
Just initialize to default given by default constructor of a RotationType.
Definition at line 55 of file AlignableDTWheel.cc.
Referenced by computeSurface().
AlignableDTWheel::PositionType AlignableDTWheel::computePosition | ( | ) |
Compute average z position from all components (x and y forced to 0)
Definition at line 42 of file AlignableDTWheel.cc.
References theDTStations, and PV3DBase< T, PVType, FrameType >::z().
Referenced by computeSurface().
AlignableSurface AlignableDTWheel::computeSurface | ( | ) |
Returns surface corresponding to current position and orientation, as given by average on all components
Definition at line 37 of file AlignableDTWheel.cc.
References computeOrientation(), and computePosition().
Referenced by AlignableDTWheel().
|
overridevirtual |
Recursive printout of the muon DT wheel structure.
Recursive printout of whole DT Wheel structure.
Reimplemented from AlignableComposite.
Definition at line 67 of file AlignableDTWheel.cc.
References theDTStations.
AlignableDTStation & AlignableDTWheel::station | ( | int | i | ) |
Return Alignable DT Station at given index.
Definition at line 28 of file AlignableDTWheel.cc.
References Exception, mps_fire::i, Alignable::size(), and theDTStations.
Referenced by AlignableDTWheel(), geometryXMLparser.DTAlignable::index(), and geometryXMLparser.CSCAlignable::index().
|
friend |
Printout muon DT wheel information (not recursive)
Definition at line 58 of file AlignableDTWheel.cc.
|
private |
Definition at line 47 of file AlignableDTWheel.h.
Referenced by AlignableDTWheel(), computePosition(), dump(), operator<<(), and station().