FairRoot/PandaRoot
|
Container class for EMC error matrix parameter class is inherited from FairParGenericSet. More...
#include <PndEmcErrorMatrixPar.h>
Public Member Functions | |
void | SetErrorMatrix (Int_t detectorComponent, Double_t *pars) |
void | GetErrorMatrix (Int_t detectorComponent, Double_t *pars) |
PndEmcErrorMatrixParObject () | |
~PndEmcErrorMatrixParObject () | |
Private Member Functions | |
ClassDef (PndEmcErrorMatrixParObject, 1) | |
Private Attributes | |
std::map< Int_t, std::vector < Double_t > > | fErrorMatrixPars |
Container class for EMC error matrix parameter class is inherited from FairParGenericSet.
Parametrization of EMC error matrix functions used for parameterization Energy: Delta(E)/E = (a^2/E^power) + const^2 + (quadr/E)^2 position: Delta(x)=(a*a/E^power) + const^2 There are 10 parameters (engParA, engPower, engConst, engQuadr, pos1ParA, pos1Power, pos1Const, pos2ParA, pos2Power, pos2Const) for each component of EMC (barrel, fwd endcap, bwd endcap, shashlyk)
Definition at line 38 of file PndEmcErrorMatrixPar.h.
|
inline |
Definition at line 44 of file PndEmcErrorMatrixPar.h.
References fErrorMatrixPars.
|
inline |
Definition at line 45 of file PndEmcErrorMatrixPar.h.
|
private |
void PndEmcErrorMatrixParObject::GetErrorMatrix | ( | Int_t | detectorComponent, |
Double_t * | pars | ||
) |
Definition at line 28 of file PndEmcErrorMatrixPar.cxx.
References fErrorMatrixPars.
Referenced by PndEmcErrorMatrix::GetErrorMatrix(), and PndEmcErrorMatrixPar::GetErrorMatrixParameters().
void PndEmcErrorMatrixParObject::SetErrorMatrix | ( | Int_t | detectorComponent, |
Double_t * | pars | ||
) |
Definition at line 22 of file PndEmcErrorMatrixPar.cxx.
References fErrorMatrixPars.
Referenced by error_matrix_fit(), and fill_error_matrix_param().
Definition at line 45 of file PndEmcErrorMatrixPar.h.
Referenced by GetErrorMatrix(), PndEmcErrorMatrixParObject(), and SetErrorMatrix().