CMS 3D CMS Logo

VolumeMaterialEffectsEstimate.cc
Go to the documentation of this file.
1 #ifndef VOLUMEMATERIALEFFECTSESTIMATE_H_
2 #define VOLUMEMATERIALEFFECTSESTIMATE_H_
3 
11 
13 {
14 public:
18  theDeltaP(deltaP),
19  theDeltaCov(covariance) {}
20 
22 
24  double deltaP () const {return theDeltaP;}
25 
28 
29  private:
30  const double theDeltaP;
32 };
33 
34 #endif
VolumeMaterialEffectsEstimate(float deltaP, const AlgebraicSymMatrix55 &covariance)
ROOT::Math::SMatrix< double, 5, 5, ROOT::Math::MatRepSym< double, 5 > > AlgebraicSymMatrix55
const AlgebraicSymMatrix55 & deltaLocalError() const
Contribution to covariance matrix (in local co-ordinates) from material effects.