Belle II Software development
SVDChargeSimCal Struct Reference

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.
 

Detailed Description

contains the simulation calibration parameters

Definition at line 18 of file SVDChargeSimCal.h.

Member Data Documentation

◆ couplingConstant

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.

◆ electronWeight

float electronWeight

Geant4-electron to real-electron weight.

Definition at line 21 of file SVDChargeSimCal.h.


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