CMS 3D CMS Logo

BowedSurfaceAlignmentParameters.h
Go to the documentation of this file.
1 #ifndef Alignment_CommonAlignment_BowedSurfaceAlignmentParameters_h
2 #define Alignment_CommonAlignment_BowedSurfaceAlignmentParameters_h
3 
7 
9 
22 
23 class Alignable;
26 
28 public:
35  dslopeX = BowedDerivs::dslopeX, // NOTE: slope(u) -> k*tan(beta),
36  dslopeY = BowedDerivs::dslopeY, // slope(v) -> l*tan(alpha)
37  drotZ = BowedDerivs::drotZ, // rot(w) -> m*gamma
42  };
43 
46 
50  const AlgebraicSymMatrix &covMatrix);
51 
55  const AlgebraicSymMatrix &covMatrix,
56  const std::vector<bool> &selection);
57 
60  void apply() override;
61  int type() const override;
62 
65  const AlgebraicSymMatrix &covMatrix) const override;
66 
69  const AlgebraicSymMatrix &covMatrix) const override;
70 
72  AlgebraicMatrix derivatives(const TrajectoryStateOnSurface &tsos, const AlignableDetOrUnitPtr &aliDet) const override;
73 
76 
79 
81  void print() const;
82 };
83 
84 #endif
Alignable * alignable(void) const
Get pointer to corresponding alignable.
selection
main part
Definition: corrVsCorr.py:100
const AlgebraicVector & parameters(void) const
Get alignment parameters.
BowedSurfaceAlignmentParameters(Alignable *alignable)
Constructor with empty parameters/covariance.
BowedSurfaceAlignmentParameters * cloneFromSelected(const AlgebraicVector &parameters, const AlgebraicSymMatrix &covMatrix) const override
Clone selected parameters (for update of parameters)
CLHEP::HepMatrix AlgebraicMatrix
void apply() override
apply parameters to alignable
void print() const
print parameters to screen
CLHEP::HepVector AlgebraicVector
AlgebraicVector EulerAngles
Definition: Definitions.h:34
align::LocalVector translation() const
Get translation parameters in double precision.
BowedSurfaceAlignmentDerivatives BowedDerivs
Give parameters a name.
BowedSurfaceAlignmentParameters * clone(const AlgebraicVector &parameters, const AlgebraicSymMatrix &covMatrix) const override
Clone all parameters (for update of parameters)
CLHEP::HepSymMatrix AlgebraicSymMatrix
AlgebraicMatrix derivatives(const TrajectoryStateOnSurface &tsos, const AlignableDetOrUnitPtr &aliDet) const override
Get all derivatives.
int type() const override
tell type (AlignmentParametersFactory::ParametersType - but no circular dependency) ...
align::EulerAngles rotation() const
Get rotation parameters.