Lists TrueHits with MCParticles and SimHits that generated them.
Definition at line 10 of file PrintTrueHits.py.
◆ __init__()
Initialize the module
Definition at line 16 of file PrintTrueHits.py.
17 """Initialize the module"""
19 super(CheckTrueHits, self).__init__()
21 self.truehit_stats_pxd = {
22 'through': {
'total': 0,
'secondary': 0,
'remapped': 0},
23 'into': {
'total': 0,
'secondary': 0,
'remapped': 0},
24 'out': {
'total': 0,
'secondary': 0,
'remapped': 0},
25 'inside': {
'total': 0,
'secondary': 0,
'remapped': 0}
28 self.truehit_stats_svd = {
29 'through': {
'total': 0,
'secondary': 0,
'remapped': 0},
30 'into': {
'total': 0,
'secondary': 0,
'remapped': 0},
31 'out': {
'total': 0,
'secondary': 0,
'remapped': 0},
32 '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 41 of file PrintTrueHits.py.
◆ initialize()
◆ terminate()
The documentation for this class was generated from the following file: