Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
TrackingTools
MaterialEffects
src
VolumeMaterialEffectsEstimate.cc
Go to the documentation of this file.
1
#ifndef VOLUMEMATERIALEFFECTSESTIMATE_H_
2
#define VOLUMEMATERIALEFFECTSESTIMATE_H_
3
9
#include "
TrackingTools/TrajectoryState/interface/TrajectoryStateOnSurface.h
"
10
#include "
DataFormats/TrajectorySeed/interface/PropagationDirection.h
"
11
12
class
VolumeMaterialEffectsEstimate
13
{
14
public
:
17
VolumeMaterialEffectsEstimate
(
float
deltaP
,
const
AlgebraicSymMatrix55
& covariance ) :
18
theDeltaP
(deltaP),
19
theDeltaCov
(covariance) {}
20
21
~VolumeMaterialEffectsEstimate
() {}
22
24
double
deltaP
()
const
{
return
theDeltaP
;}
25
27
const
AlgebraicSymMatrix55
&
deltaLocalError
()
const
{
return
theDeltaCov
;}
28
29
private
:
30
const
double
theDeltaP
;
31
const
AlgebraicSymMatrix55
theDeltaCov
;
32
};
33
34
#endif
VolumeMaterialEffectsEstimate::~VolumeMaterialEffectsEstimate
~VolumeMaterialEffectsEstimate()
Definition:
VolumeMaterialEffectsEstimate.cc:21
VolumeMaterialEffectsEstimate::VolumeMaterialEffectsEstimate
VolumeMaterialEffectsEstimate(float deltaP, const AlgebraicSymMatrix55 &covariance)
Definition:
VolumeMaterialEffectsEstimate.cc:17
VolumeMaterialEffectsEstimate
Definition:
VolumeMaterialEffectsEstimate.h:12
AlgebraicSymMatrix55
ROOT::Math::SMatrix< double, 5, 5, ROOT::Math::MatRepSym< double, 5 > > AlgebraicSymMatrix55
Definition:
AlgebraicROOTObjects.h:22
VolumeMaterialEffectsEstimate::deltaLocalError
const AlgebraicSymMatrix55 & deltaLocalError() const
Contribution to covariance matrix (in local co-ordinates) from material effects.
Definition:
VolumeMaterialEffectsEstimate.cc:27
VolumeMaterialEffectsEstimate::theDeltaCov
const AlgebraicSymMatrix55 theDeltaCov
Definition:
VolumeMaterialEffectsEstimate.h:33
PropagationDirection.h
TrajectoryStateOnSurface.h
VolumeMaterialEffectsEstimate::theDeltaP
const double theDeltaP
Definition:
VolumeMaterialEffectsEstimate.h:32
VolumeMaterialEffectsEstimate::deltaP
double deltaP() const
Definition:
VolumeMaterialEffectsEstimate.h:25
Generated for CMSSW Reference Manual by
1.8.5