 |
Belle II Software
release-05-01-25
|
14 #include <framework/gearbox/GearDir.h>
25 class BKLMSimulationPar:
public TObject {
86 double getPhiWeight(
int division,
int nmutiplicity)
const
92 double getZWeight(
int division,
int nmutiplicity)
const
130 double m_ZWeight[c_NDIV + 1][c_MAX_NHIT];
int m_NPhiDiv
Number of division for phistrips.
double getZWeight(int division, int nmutiplicity) const
Get weight table for z.
int m_NPhiMultiplicity[c_NDIV+1]
Number of kind of mutiplicity of phistrips in each divison.
~BKLMSimulationPar()
Default destructor.
double getPhiMultiplicityCDF(double stripDiv, int mult) const
Get the RPC phi-strip cumulative prob density function.
BKLMSimulationPar()
Default constructor.
ClassDef(BKLMSimulationPar, 3)
Class version.
int getMaxMultiplicity(void) const
Get the maximum multiplicity in the RPC strip cumulative prob density functions.
void read(const GearDir &)
Get simulation parameters from Gearbox.
int getNPhiMultiplicity(int division) const
Get number of kind of mutiplicity for phistrips.
int getNPhiDivision(void) const
Get number of divisions for phi strips.
double getHitTimeMax(void) const
Get the maximum global time for a recorded sim hit.
double m_HitTimeMax
Maximum global time for a recorded sim hit.
double m_ZWeight[c_NDIV+1][c_MAX_NHIT]
RPC zStrip weight table.
Abstract base class for different kinds of events.
double m_PhiMultiplicityCDF[c_NDIV+1][c_MAX_NHIT]
RPC phiStrip multiplicity cumulative probability distribution table.
Provides BKLM simulation parameters.
GearDir is the basic class used for accessing the parameter store.
int getNZMultiplicity(int division) const
Get number of kind of mutiplicity for zstrips.
double getZMultiplicityCDF(double stripDiv, int mult) const
Get the RPC z-strip cumulative prob density function.
int m_NZMultiplicity[c_NDIV+1]
Number of weigths of zstrips in each divison.
double m_ZMultiplicityCDF[c_NDIV+1][c_MAX_NHIT]
RPC zStrip multiplicity cumulative probability distribution table.
int getNZDivision(void) const
Get number of divisions for z strips.
double m_PhiWeight[c_NDIV+1][c_MAX_NHIT]
RPC phiStrip weight table.
double getPhiWeight(int division, int nmutiplicity) const
Get weight table for phi.
int m_NZDiv
Number of division for zstrips.