PandaRoot
PndEmcErrorMatrixParObject Class Reference

Container class for EMC error matrix parameter class is inherited from FairParGenericSet. More...

#include <PndEmcErrorMatrixPar.h>

Inheritance diagram for PndEmcErrorMatrixParObject:

Public Member Functions

void SetErrorMatrix (Int_t detectorComponent, Double_t *pars)
 
void GetErrorMatrix (Int_t detectorComponent, Double_t *pars)
 
 PndEmcErrorMatrixParObject ()
 
 ~PndEmcErrorMatrixParObject ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ PndEmcErrorMatrixParObject()

PndEmcErrorMatrixParObject::PndEmcErrorMatrixParObject ( )
inline

Definition at line 43 of file PndEmcErrorMatrixPar.h.

43 : fErrorMatrixPars() { fErrorMatrixPars.clear(); };

◆ ~PndEmcErrorMatrixParObject()

PndEmcErrorMatrixParObject::~PndEmcErrorMatrixParObject ( )
inline

Definition at line 44 of file PndEmcErrorMatrixPar.h.

44 {};

Member Function Documentation

◆ GetErrorMatrix()

void PndEmcErrorMatrixParObject::GetErrorMatrix ( Int_t  detectorComponent,
Double_t *  pars 
)

◆ SetErrorMatrix()

void PndEmcErrorMatrixParObject::SetErrorMatrix ( Int_t  detectorComponent,
Double_t *  pars 
)

The documentation for this class was generated from the following file: