CMS 3D CMS Logo

SurveyParameters.cc
Go to the documentation of this file.
4 
6  : AlignmentParameters(object, par, cov) {}
7 
9  throw cms::Exception("BadInheritance") << "SurveyParameters::apply(): Not implemented.";
10 }
11 
13 
15  throw cms::Exception("BadInheritance") << "SurveyParameters::clone(): Not implemented.";
16  return nullptr;
17 }
18 
20  throw cms::Exception("BadInheritance") << "SurveyParameters::cloneFromSelected(): Not implemented.";
21 
22  return nullptr;
23 }
24 
26  throw cms::Exception("BadInheritance") << "SurveyParameters::derivatives(): Not implemented.";
27 
28  return AlgebraicMatrix();
29 }
30 
32  const AlignableDetOrUnitPtr&) const {
33  throw cms::Exception("BadInheritance") << "SurveyParameters::selectedDerivatives(): Not implemented.";
34 
35  return AlgebraicMatrix();
36 }
AlgebraicMatrix derivatives(const TrajectoryStateOnSurface &, const AlignableDetOrUnitPtr &) const override
Derivatives not implemented.
AlignmentParameters * clone(const AlgebraicVector &, const AlgebraicSymMatrix &) const override
Cloning not implemented.
AlignmentParameters * cloneFromSelected(const AlgebraicVector &, const AlgebraicSymMatrix &) const override
Cloning not implemented.
AlgebraicMatrix selectedDerivatives(const TrajectoryStateOnSurface &, const AlignableDetOrUnitPtr &) const override
Derivatives not implemented.
CLHEP::HepMatrix AlgebraicMatrix
int type() const override
tell type (AlignmentParametersFactory::ParametersType - but no circular dependency) ...
CLHEP::HepVector AlgebraicVector
void apply() override
apply not implemented
CLHEP::HepSymMatrix AlgebraicSymMatrix
SurveyParameters(Alignable *, const AlgebraicVector &par, const AlgebraicSymMatrix &cov)