CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SurveyParameters.cc
Go to the documentation of this file.
4 
6  const AlgebraicVector& par,
7  const AlgebraicSymMatrix& cov):
8  AlignmentParameters(object, par, cov)
9 {
10 }
11 
13 {
14  throw cms::Exception("BadInheritance")
15  << "SurveyParameters::apply(): Not implemented.";
16 }
17 
19 {
21 }
22 
24  const AlgebraicSymMatrix&) const
25 {
26  throw cms::Exception("BadInheritance")
27  << "SurveyParameters::clone(): Not implemented.";
28  return 0;
29 }
30 
32  const AlgebraicSymMatrix&) const
33 {
34  throw cms::Exception("BadInheritance")
35  << "SurveyParameters::cloneFromSelected(): Not implemented.";
36 
37  return 0;
38 }
39 
41  const AlignableDetOrUnitPtr& ) const
42 {
43  throw cms::Exception("BadInheritance")
44  << "SurveyParameters::derivatives(): Not implemented.";
45 
46  return AlgebraicMatrix();
47 }
48 
50  const AlignableDetOrUnitPtr& ) const
51 {
52  throw cms::Exception("BadInheritance")
53  << "SurveyParameters::selectedDerivatives(): Not implemented.";
54 
55  return AlgebraicMatrix();
56 }
virtual AlignmentParameters * clone(const AlgebraicVector &, const AlgebraicSymMatrix &) const
Cloning not implemented.
virtual void apply()
apply not implemented
virtual AlgebraicMatrix selectedDerivatives(const TrajectoryStateOnSurface &, const AlignableDetOrUnitPtr &) const
Derivatives not implemented.
virtual AlignmentParameters * cloneFromSelected(const AlgebraicVector &, const AlgebraicSymMatrix &) const
Cloning not implemented.
CLHEP::HepMatrix AlgebraicMatrix
virtual int type() const
tell type (AlignmentParametersFactory::ParametersType - but no circular dependency) ...
virtual AlgebraicMatrix derivatives(const TrajectoryStateOnSurface &, const AlignableDetOrUnitPtr &) const
Derivatives not implemented.
CLHEP::HepVector AlgebraicVector
CLHEP::HepSymMatrix AlgebraicSymMatrix
SurveyParameters(Alignable *, const AlgebraicVector &par, const AlgebraicSymMatrix &cov)