Belle II Software development
|
contains the simulation calibration parameters More...
#include <SVDChargeSimCal.h>
Public Member Functions | |
ClassDef (SVDChargeSimCal, 1) | |
needed by root | |
Public Attributes | |
float | electronWeight |
Geant4-electron to real-electron weight. | |
std::map< std::string, float > | couplingConstant |
Coupling constant; used to parametrise signal coupling among strips in simulation. | |
contains the simulation calibration parameters
Definition at line 18 of file SVDChargeSimCal.h.
std::map<std::string, float> couplingConstant |
Coupling constant; used to parametrise signal coupling among strips in simulation.
Currently we have 4 couplings implemented: couplingConstant["C0"] | Coupling from readout implant to its readout channel couplingConstant["C1"] | Coupling from first neighbour implant (floating) to readout channel couplingConstant["C2"] | Coupling from second neighbour implant (readout) to readout channel couplingConstant["C3"] | Coupling from third neighbour implant (floating) to readout channel couplingConstant["APVCoupling"] | Coupling between two adjacent channels done at APV level after charge sharing
Definition at line 31 of file SVDChargeSimCal.h.
float electronWeight |
Geant4-electron to real-electron weight.
Definition at line 21 of file SVDChargeSimCal.h.