CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
AlignableSiStripDet Class Reference

#include <AlignableSiStripDet.h>

Inheritance diagram for AlignableSiStripDet:
AlignableDet AlignableComposite Alignable

Public Member Functions

 AlignableSiStripDet (const GluedGeomDet *geomDet)
 Constructor. More...
 
virtual Alignmentsalignments () const
 first consistify with component detunits, then call method from AlignableDet More...
 
virtual ~AlignableSiStripDet ()
 reduntantly make destructor virtual More...
 
- Public Member Functions inherited from AlignableDet
virtual void addAlignmentPositionError (const AlignmentPositionError &ape, bool propagateDown)
 
virtual void addAlignmentPositionErrorFromRotation (const RotationType &rot, bool propagateDown)
 
 AlignableDet (const GeomDet *geomDet, bool addComponents=true)
 
virtual AlignmentErrorsExtendedalignmentErrors () const
 Return vector of alignment errors. More...
 
const AlignmentPositionErroralignmentPositionError () const
 alignment position error - for checking only, otherwise use alignmentErrors() above! More...
 
virtual void setAlignmentPositionError (const AlignmentPositionError &ape, bool propagateDown)
 Set the AlignmentPositionError and, if (propagateDown), to all components. More...
 
virtual ~AlignableDet ()
 Destructor. More...
 
- Public Member Functions inherited from AlignableComposite
virtual void addAlignmentPositionErrorFromLocalRotation (const RotationType &rotation, bool propagateDown)
 
virtual void addComponent (Alignable *component)
 
virtual void addSurfaceDeformation (const SurfaceDeformation *deformation, bool propagateDown)
 
 AlignableComposite (align::ID id, StructureType aType, const RotationType &rot=RotationType())
 
virtual StructureType alignableObjectId () const
 Return the alignable type identifier. More...
 
virtual Alignables components () const
 Return vector of direct components. More...
 
virtual void dump () const
 Recursive printout of alignable structure. More...
 
virtual void move (const GlobalVector &displacement)
 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...
 
virtual void recursiveComponents (Alignables &result) const
 Provide all components, subcomponents etc. (cf. description in base class) More...
 
virtual void rotateInGlobalFrame (const RotationType &rotation)
 Rotation interpreted in global reference frame. More...
 
virtual void setSurfaceDeformation (const SurfaceDeformation *deformation, bool propagateDown)
 Set the surface deformation parameters - if (!propagateDown) do not affect daughters. More...
 
virtual int surfaceDeformationIdPairs (std::vector< std::pair< int, SurfaceDeformation * > > &) const
 Return surface deformations. More...
 
virtual ~AlignableComposite ()
 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...
 
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 restoreCachedTransformation ()
 restore the previously cached transformation, also for possible components More...
 
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...
 
virtual ~Alignable ()
 Destructor. More...
 

Private Member Functions

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

Private Attributes

const BoundstheMonoBounds
 
const StripGeomDetTypetheMonoType
 
const BoundstheStereoBounds
 
const StripGeomDetTypetheStereoType
 

Additional Inherited Members

- Public Types inherited from Alignable
typedef align::Alignables Alignables
 
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 Member Functions inherited from AlignableComposite
 AlignableComposite (const GeomDet *geomDet)
 Constructor from GeomDet, only for use in AlignableDet. More...
 
void setSurface (const AlignableSurface &s)
 
- Protected Member Functions inherited from Alignable
void addDisplacement (const GlobalVector &displacement)
 
void addRotation (const RotationType &rotation)
 
- Protected Attributes inherited from AlignableComposite
StructureType theStructureType
 
- Protected Attributes inherited from Alignable
GlobalVector theCachedDisplacement
 
RotationType theCachedRotation
 
AlignableSurface theCachedSurface
 
Alignables theDeepComponents
 
DetId theDetId
 
GlobalVector theDisplacement
 
align::ID theId
 
RotationType theRotation
 
AlignableSurface theSurface
 

Detailed Description

An alignable for GluedDets in Strip tracker, taking care of consistency with AlignableDet components.

First implementation April/May 2008

Author
Gero Flucke, Hamburg University
Date:
2008/07/13 12:26:41
Revision:
1.4

Definition at line 23 of file AlignableSiStripDet.h.

Constructor & Destructor Documentation

AlignableSiStripDet::AlignableSiStripDet ( const GluedGeomDet geomDet)

Constructor.

Definition at line 26 of file AlignableSiStripDet.cc.

References AlignableComposite::components(), Exception, GeomDet::geographicalId(), GluedGeomDet::monoDet(), GluedGeomDet::stereoDet(), and units().

27  : AlignableDet(gluedDet, true), // true: adding DetUnits
28  theMonoBounds (gluedDet->monoDet() ->surface().bounds().clone()),
29  theStereoBounds(gluedDet->stereoDet()->surface().bounds().clone()),
30  theMonoType (static_cast<const StripGeomDetUnit*>(gluedDet->monoDet()) ->specificType()),
31  theStereoType(static_cast<const StripGeomDetUnit*>(gluedDet->stereoDet())->specificType())
32 {
33  // It is not allowed to store a pointer to GeomDet within objects with a life time
34  // longer than an Event:
35  // GeomDet comes from TrackerGeometry that is created from GeometricDet that depends on
36  // IdealGeometryRecord from EventSetup, so it could change in next event!
37  // ==> Need to store directly what I need from it.
38  // Unfortunately the current way with references for the type does not solve that,
39  // either. But currently no way out, see header file.
40 
41  // check order mono/stereo
42  const Alignables units(this->components());
43  if (units.size() != 2
44  || gluedDet->monoDet()->geographicalId() != units[0]->geomDetId()
45  || gluedDet->stereoDet()->geographicalId() != units[1]->geomDetId()) {
46  throw cms::Exception("LogicError")
47  << "[AlignableSiStripDet] " << "Either != 2 components or "
48  << "mono/stereo in wrong order for consistifyAlignments.";
49  }
50 }
std::vector< Alignable * > Alignables
Definition: Alignable.h:251
const StripGeomDetType & theStereoType
const StripGeomDetType & theMonoType
const Bounds * theStereoBounds
TString units(TString variable, Char_t axis)
AlignableDet(const GeomDet *geomDet, bool addComponents=true)
Definition: AlignableDet.cc:16
virtual Alignables components() const
Return vector of direct components.
const Bounds * theMonoBounds
AlignableSiStripDet::~AlignableSiStripDet ( )
virtual

reduntantly make destructor virtual

Definition at line 53 of file AlignableSiStripDet.cc.

References theMonoBounds, and theStereoBounds.

54 {
55  delete theMonoBounds;
56  delete theStereoBounds;
57 }
const Bounds * theStereoBounds
const Bounds * theMonoBounds

Member Function Documentation

Alignments * AlignableSiStripDet::alignments ( void  ) const
virtual

first consistify with component detunits, then call method from AlignableDet

Reimplemented from AlignableDet.

Definition at line 60 of file AlignableSiStripDet.cc.

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

61 {
62  const_cast<AlignableSiStripDet*>(this)->consistifyAlignments();
63 
64  return this->AlignableDet::alignments();
65 }
virtual Alignments * alignments() const
Return vector of alignment data.
void consistifyAlignments()
make alignments consistent with daughters
void AlignableSiStripDet::consistifyAlignments ( )
private

make alignments consistent with daughters

Definition at line 68 of file AlignableSiStripDet.cc.

References Alignable::addDisplacement(), Alignable::addRotation(), PV3DBase< T, PVType, FrameType >::basicVector(), newFWLiteAna::build, Bounds::clone(), AlignableComposite::components(), Alignable::globalPosition(), Alignable::globalRotation(), GloballyPositioned< T >::position(), GloballyPositioned< T >::rotation(), Alignable::rotation(), theMonoBounds, theMonoType, theStereoBounds, theStereoType, and Alignable::theSurface.

Referenced by alignments().

69 {
70  // make alignments consistent with daughters, calling method from geometry
71 
72  // The aim of all this gymnastics is to have the alignments calculated by
73  // PlaneBuilderForGluedDet::plane(const std::vector<const GeomDetUnit*> &detComps);
74  //
75  // So we take the (new) position and orientation from the AligableDetUnits,
76  // but bounds and GeomDetType from original GeomDetUnits to create new GeomDetUnits
77  // that are passed to that routine.
78 
79  const Alignables aliUnits(this->components()); // order mono==0, stereo==1 checked in ctr.
80 
82  = BoundPlane::build(aliUnits[0]->globalPosition(), aliUnits[0]->globalRotation(),
83  theMonoBounds->clone());
84  // Fortunately we do not seem to need a GeometricDet pointer and can use 0:
85  const StripGeomDetUnit monoDet(&(*monoPlane), &theMonoType, 0);
86 
88  = BoundPlane::build(aliUnits[1]->globalPosition(), aliUnits[1]->globalRotation(),
90  // Fortunately we do not seem to need a GeometricDet pointer and can use 0:
91  const StripGeomDetUnit stereoDet(&(*stereoPlane), &theStereoType, 0);
92 
93  std::vector<const GeomDetUnit*> detComps;
94  detComps.push_back(&monoDet); // order mono first, stereo second should be as in...
95  detComps.push_back(&stereoDet); // ...TrackerGeomBuilderFromGeometricDet::buildGeomDet
96 
97  // Now we have all to calculate new position and rotation via PlaneBuilderForGluedDet.
98  const PositionType oldPos(theSurface.position()); // From old surface for keeping...
99  const RotationType oldRot(theSurface.rotation()); // ...track of changes.
100 
101  PlaneBuilderForGluedDet planeBuilder;
102  theSurface = AlignableSurface(*planeBuilder.plane(detComps));
103 
104  // But do not forget to keep track of movements/rotations:
105  const GlobalVector movement(theSurface.position().basicVector() - oldPos.basicVector());
106  // Seems to be correct down to delta angles 4.*1e-8:
107  const RotationType rotation(oldRot.multiplyInverse(theSurface.rotation()));
108  this->addDisplacement(movement);
109  this->addRotation(rotation);
110 
111 // this->dumpCompareEuler(oldRot, theSurface.rotation());
112 
113 // if (movement.mag2()) { // > 1.e-10) {
114 // edm::LogWarning("Alignment") << "@SUB=consistifyAlignments"
115 // << "Delta: " << movement.x() << " " << movement.y() << " " << movement.z()
116 // << "\nPos: " << oldPos.perp() << " " << oldPos.phi() << " " << oldPos.z();
117 // }
118 
119 }
std::vector< Alignable * > Alignables
Definition: Alignable.h:251
const StripGeomDetType & theStereoType
const StripGeomDetType & theMonoType
const RotationType & globalRotation() const
Return the global orientation of the object.
Definition: Alignable.h:137
const RotationType & rotation() const
Return change of orientation since the creation of the object.
Definition: Alignable.h:143
void addRotation(const RotationType &rotation)
Definition: Alignable.cc:237
align::RotationType RotationType
Definition: Alignable.h:36
void addDisplacement(const GlobalVector &displacement)
Definition: Alignable.cc:229
const Bounds * theStereoBounds
align::PositionType PositionType
Definition: Alignable.h:35
const RotationType & rotation() const
virtual Alignables components() const
Return vector of direct components.
const PositionType & globalPosition() const
Return the global position of the object.
Definition: Alignable.h:134
virtual Bounds * clone() const =0
const BasicVectorType & basicVector() const
Definition: PV3DBase.h:56
const PositionType & position() const
AlignableSurface theSurface
Definition: Alignable.h:227
const Bounds * theMonoBounds

Member Data Documentation

const Bounds* AlignableSiStripDet::theMonoBounds
private

The following four members are needed to recalculate the surface in consistifyAlignments, to get rid of a GluedDet* which is disregarded since it could become an invalid pointer in the next event (theoretically...). But this solution is not better, the references for the types would become invalid together with the GeomDets they are taken from. StripGeomDetType has neither clone() and nor a decent copy constructor, so I cannot go the the same way as for the bounds. Sigh!

Definition at line 45 of file AlignableSiStripDet.h.

Referenced by consistifyAlignments(), and ~AlignableSiStripDet().

const StripGeomDetType& AlignableSiStripDet::theMonoType
private

Definition at line 47 of file AlignableSiStripDet.h.

Referenced by consistifyAlignments().

const Bounds* AlignableSiStripDet::theStereoBounds
private

Definition at line 46 of file AlignableSiStripDet.h.

Referenced by consistifyAlignments(), and ~AlignableSiStripDet().

const StripGeomDetType& AlignableSiStripDet::theStereoType
private

Definition at line 48 of file AlignableSiStripDet.h.

Referenced by consistifyAlignments().