#include <UniformShapeErrorGetter.h>
Definition at line 17 of file UniformShapeErrorGetter.h.
◆ UniformShapeErrorGetter()
| LArSamples::UniformShapeErrorGetter::UniformShapeErrorGetter |
( |
double | k | ) |
|
|
inline |
◆ ~UniformShapeErrorGetter()
| virtual LArSamples::UniformShapeErrorGetter::~UniformShapeErrorGetter |
( |
| ) |
|
|
inlinevirtual |
◆ phiSymShapeErrorData()
◆ shapeErrorData()
Implements LArSamples::AbsShapeErrorGetter.
Definition at line 16 of file UniformShapeErrorGetter.cxx.
17{
18 TVectorD xi(32);
19 TVectorD xip(32);
22
23 for (
unsigned int i = 0;
i < 32;
i++)
24 xiErr(i, i) = TMath::Power(
m_k, 2);
25
26 return std::make_unique<ShapeErrorData>(xi, xip, xiErr, xipErr);
27}
TMatrixTSym< double > CovMatrix
◆ m_k
| double LArSamples::UniformShapeErrorGetter::m_k |
|
private |
The documentation for this class was generated from the following files: