CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
AlignableStackDet Class Reference

#include <AlignableStackDet.h>

Inheritance diagram for AlignableStackDet:
AlignableDet AlignableComposite Alignable

Public Member Functions

 AlignableStackDet (const StackGeomDet *geomDet)
 Constructor. More...
 
Alignmentsalignments () const override
 first consistify with component detunits, then call method from AlignableDet More...
 
 ~AlignableStackDet () override=default
 reduntantly make destructor virtual More...
 
- Public Member Functions inherited from AlignableDet
void addAlignmentPositionError (const AlignmentPositionError &ape, bool propagateDown) override
 
void addAlignmentPositionErrorFromRotation (const RotationType &rot, bool propagateDown) override
 
 AlignableDet (const GeomDet *geomDet, bool addComponents=true)
 
AlignmentErrorsExtendedalignmentErrors () const override
 Return vector of alignment errors. More...
 
const AlignmentPositionErroralignmentPositionError () const
 alignment position error - for checking only, otherwise use alignmentErrors() above! More...
 
void setAlignmentPositionError (const AlignmentPositionError &ape, bool propagateDown) override
 Set the AlignmentPositionError and, if (propagateDown), to all components. More...
 
void update (const GeomDet *geomDet, bool updateComponents=true)
 
 ~AlignableDet () override
 Destructor. More...
 
- Public Member Functions inherited from AlignableComposite
void addAlignmentPositionErrorFromLocalRotation (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...
 
const Alignablescomponents () const override
 Return vector of direct components. More...
 
void dump () const override
 Recursive printout of alignable structure. 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 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 &)
 
AlignmentParametersalignmentParameters () 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 AlignablesdeepComponents () const
 
const GlobalVectordisplacement () const
 Return change of the global position since the creation of the object. More...
 
bool firstCompsWithParams (Alignables &paramComps) const
 
const DetIdgeomDetId () const
 
const PositionTypeglobalPosition () const
 Return the global position of the object. More...
 
const RotationTypeglobalRotation () 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 &paramComps) const
 
Alignablemother () const
 Return pointer to container alignable (if any) More...
 
virtual void recenterSurface ()
 Recenter surface object without moving possible components. More...
 
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 RotationTyperotation () 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 AlignableSurfacesurface () const
 Return the Surface (global position and orientation) of the object. More...
 
AlignmentSurfaceDeformationssurfaceDeformations () const
 Return surface deformations, sorted by DetId. More...
 
const SurveyDetsurvey () const
 Return survey info. More...
 
void update (align::ID, const AlignableSurface &)
 
virtual ~Alignable ()
 Destructor. More...
 

Private Member Functions

void consistifyAlignments ()
 make alignments consistent with daughters More...
 

Private Attributes

const Plane theLowerDetSurface
 

Additional Inherited Members

- Public Types inherited from Alignable
typedef align::Alignables Alignables
 
enum  CompConstraintType { CompConstraintType::NONE, CompConstraintType::POSITION, CompConstraintType::POSITION_Z }
 
typedef align::GlobalVector GlobalVector
 
typedef align::LocalVector LocalVector
 
typedef align::PositionType PositionType
 
typedef align::RotationType RotationType
 
typedef align::Scalar Scalar
 
typedef align::StructureType StructureType
 
- Protected Types inherited from Alignable
template<class T >
using Cache = std::map< align::RunNumber, T >
 
- Protected Member Functions inherited from AlignableComposite
 AlignableComposite (const GeomDet *geomDet)
 Constructor from GeomDet, only for use in AlignableDet. More...
 
void setSurface (const AlignableSurface &s)
 
void update (const GeomDet *geomDet)
 
- Protected Member Functions inherited from Alignable
void addDisplacement (const GlobalVector &displacement)
 
void addRotation (const RotationType &rotation)
 
virtual void updateMother (const GlobalVector &shift)
 
- Protected Attributes inherited from AlignableComposite
StructureType theStructureType
 
- Protected Attributes inherited from Alignable
CompConstraintType compConstraintType_ {CompConstraintType::NONE}
 
Cache< GlobalVectordisplacementsCache_
 
Cache< RotationTyperotationsCache_
 
Cache< AlignableSurfacesurfacesCache_
 
GlobalVector theCachedDisplacement
 
RotationType theCachedRotation
 
AlignableSurface theCachedSurface
 
Alignables theDeepComponents
 
DetId theDetId
 
GlobalVector theDisplacement
 
align::ID theId
 
RotationType theRotation
 
AlignableSurface theSurface
 

Detailed Description

An alignable for StackDets in the Phase-2 Outer Tracker detector, taking care of consistency with AlignableDet components.

First implementation March 2022

Author
Marco Musich, U. Pisa / INFN
Date
2022/03/15 13:36:00
Revision
1.0

Definition at line 21 of file AlignableStackDet.h.

Constructor & Destructor Documentation

◆ AlignableStackDet()

AlignableStackDet::AlignableStackDet ( const StackGeomDet geomDet)

Constructor.

Definition at line 19 of file AlignableStackDet.cc.

References AlignableComposite::components(), Exception, GeomDet::geographicalId(), StackGeomDet::lowerDet(), units(), and StackGeomDet::upperDet().

20  : AlignableDet(stackedDet, true), // true: adding DetUnits
21  theLowerDetSurface(stackedDet->lowerDet()->surface()) {
22  // check order lower/upper
23  const Alignables units(this->components());
24  if (units.size() != 2 || stackedDet->lowerDet()->geographicalId() != units[0]->geomDetId() ||
25  stackedDet->upperDet()->geographicalId() != units[1]->geomDetId()) {
26  throw cms::Exception("LogicError") << "[AlignableStackDet] "
27  << "Either != 2 components or "
28  << "upper/lower in wrong order for consistifyAlignments.";
29  }
30 }
const Alignables & components() const override
Return vector of direct components.
const Plane theLowerDetSurface
TString units(TString variable, Char_t axis)
AlignableDet(const GeomDet *geomDet, bool addComponents=true)
Definition: AlignableDet.cc:14
align::Alignables Alignables
Definition: Alignable.h:34

◆ ~AlignableStackDet()

AlignableStackDet::~AlignableStackDet ( )
overridedefault

reduntantly make destructor virtual

Member Function Documentation

◆ alignments()

Alignments * AlignableStackDet::alignments ( void  ) const
overridevirtual

first consistify with component detunits, then call method from AlignableDet

Reimplemented from AlignableDet.

Definition at line 33 of file AlignableStackDet.cc.

References AlignableDet::alignments(), and consistifyAlignments().

33  {
34  const_cast<AlignableStackDet*>(this)->consistifyAlignments();
35  return this->AlignableDet::alignments();
36 }
void consistifyAlignments()
make alignments consistent with daughters
Alignments * alignments() const override
Return vector of alignment data.

◆ consistifyAlignments()

void AlignableStackDet::consistifyAlignments ( )
private

make alignments consistent with daughters

Definition at line 39 of file AlignableStackDet.cc.

References Alignable::addDisplacement(), Alignable::addRotation(), PV3DBase< T, PVType, FrameType >::basicVector(), GloballyPositioned< T >::position(), GloballyPositioned< T >::rotation(), Alignable::rotation(), theLowerDetSurface, and Alignable::theSurface.

Referenced by alignments().

39  {
40  // Now we have all to calculate new position and rotation via PlaneBuilderForGluedDet.
41  const PositionType oldPos(theSurface.position()); // From old surface for keeping...
42  const RotationType oldRot(theSurface.rotation()); // ...track of changes.
43 
44  // The plane is *not* built in the middle, but on the Lower surface
45  // see usage in Geometry/TrackerGeometryBuilder/src/TrackerGeomBuilderFromGeometricDet.cc
47 
48  // But do not forget to keep track of movements/rotations:
49  const GlobalVector movement(theSurface.position().basicVector() - oldPos.basicVector());
50  // Seems to be correct down to delta angles 4.*1e-8:
51  const RotationType rotation(oldRot.multiplyInverse(theSurface.rotation()));
52  this->addDisplacement(movement);
53  this->addRotation(rotation);
54 }
const Plane theLowerDetSurface
const BasicVectorType & basicVector() const
Definition: PV3DBase.h:53
const PositionType & position() const
void addRotation(const RotationType &rotation)
Definition: Alignable.cc:193
align::RotationType RotationType
Definition: Alignable.h:31
void addDisplacement(const GlobalVector &displacement)
Definition: Alignable.cc:190
align::PositionType PositionType
Definition: Alignable.h:30
const RotationType & rotation() const
AlignableSurface theSurface
Definition: Alignable.h:237
const RotationType & rotation() const
Return change of orientation since the creation of the object.
Definition: Alignable.h:144

Member Data Documentation

◆ theLowerDetSurface

const Plane AlignableStackDet::theLowerDetSurface
private

Definition at line 34 of file AlignableStackDet.h.

Referenced by consistifyAlignments().