Lists TrueHits with MCParticles and SimHits that generated them.
Definition at line 18 of file PrintTrueHits.py.
◆ __init__()
Initialize the module
Definition at line 24 of file PrintTrueHits.py.
25 """Initialize the module"""
27 super(CheckTrueHits, self).__init__()
29 self.truehit_stats_pxd = {
30 'through': {
'total': 0,
'secondary': 0,
'remapped': 0},
31 'into': {
'total': 0,
'secondary': 0,
'remapped': 0},
32 'out': {
'total': 0,
'secondary': 0,
'remapped': 0},
33 'inside': {
'total': 0,
'secondary': 0,
'remapped': 0}
36 self.truehit_stats_svd = {
37 'through': {
'total': 0,
'secondary': 0,
'remapped': 0},
38 'into': {
'total': 0,
'secondary': 0,
'remapped': 0},
39 'out': {
'total': 0,
'secondary': 0,
'remapped': 0},
40 'inside': {
'total': 0,
'secondary': 0,
'remapped': 0}
◆ beginRun()
◆ event()
List VXD TrueHits, the MCParticles that generated them, related
SimHits, and check the reconstruction of the mid-point parameters.
Definition at line 49 of file PrintTrueHits.py.
◆ initialize()
◆ terminate()
The documentation for this class was generated from the following file: