Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
TrackingTools
MaterialEffects
interface
VolumeMaterialEffectsEstimate.h
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
,
AlgebraicSymMatrix55
covariance ) :
18
theDeltaP
(deltaP),
19
theDeltaCov
(covariance) {}
20
21
~VolumeMaterialEffectsEstimate
() {}
22
25
double
deltaP
()
const
{
return
theDeltaP
;}
26
29
const
AlgebraicSymMatrix55
&
deltaLocalError
()
const
{
return
theDeltaCov
;}
30
31
private
:
32
const
double
theDeltaP
;
33
const
AlgebraicSymMatrix55
theDeltaCov
;
34
};
35
36
#endif
VolumeMaterialEffectsEstimate::~VolumeMaterialEffectsEstimate
~VolumeMaterialEffectsEstimate()
Definition:
VolumeMaterialEffectsEstimate.h:21
VolumeMaterialEffectsEstimate
Definition:
VolumeMaterialEffectsEstimate.h:12
AlgebraicSymMatrix55
ROOT::Math::SMatrix< double, 5, 5, ROOT::Math::MatRepSym< double, 5 > > AlgebraicSymMatrix55
Definition:
AlgebraicROOTObjects.h:21
VolumeMaterialEffectsEstimate::deltaLocalError
const AlgebraicSymMatrix55 & deltaLocalError() const
Definition:
VolumeMaterialEffectsEstimate.h:29
VolumeMaterialEffectsEstimate::theDeltaCov
const AlgebraicSymMatrix55 theDeltaCov
Definition:
VolumeMaterialEffectsEstimate.h:33
PropagationDirection.h
VolumeMaterialEffectsEstimate::VolumeMaterialEffectsEstimate
VolumeMaterialEffectsEstimate(float deltaP, AlgebraicSymMatrix55 covariance)
Definition:
VolumeMaterialEffectsEstimate.h:17
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