CMS 3D CMS Logo

VolumeMaterialEffectsEstimate.h
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 
25  double deltaP () const {return theDeltaP;}
26 
30 
31  private:
32  const double theDeltaP;
34 };
35 
36 #endif
VolumeMaterialEffectsEstimate(float deltaP, const AlgebraicSymMatrix55 &covariance)
ROOT::Math::SMatrix< double, 5, 5, ROOT::Math::MatRepSym< double, 5 > > AlgebraicSymMatrix55
const AlgebraicSymMatrix55 & deltaLocalError() const