![]() |
Belle II Software prerelease-10-00-00a
|


Public Member Functions | |
| __init__ (self) | |
| initialize (self) | |
| beginRun (self) | |
| event (self) | |
| terminate (self) | |
Public Attributes | |
| int | nSecondariesPXD = 0 |
| Number of secondaries that generated a PXDTrueHit. | |
| int | nSecondariesSVD = 0 |
| Number of secondaries that generated an SVD TrueHit. | |
| int | nMCParticles = 0 |
| Total number of MCParticles. | |
| int | nSecondaries = 0 |
| Total number of secondary MCParticles. | |
| list | processesPXD = [] |
| List of processes that generated secondaries in PXD. | |
| list | processesSVD = [] |
| List of processes that generated secondaries in SVD. | |
Counts MCParticles that generate TrueHits.
Definition at line 17 of file SavedMCParticles.py.
| __init__ | ( | self | ) |
Initialize the module
Definition at line 23 of file SavedMCParticles.py.
| beginRun | ( | self | ) |
Does nothing
Definition at line 43 of file SavedMCParticles.py.
| event | ( | self | ) |
Count the number of MCParticles related to a VXD TrueHit
Definition at line 46 of file SavedMCParticles.py.
| initialize | ( | self | ) |
Does nothing
Definition at line 40 of file SavedMCParticles.py.
| terminate | ( | self | ) |
Write results
Definition at line 65 of file SavedMCParticles.py.
| int nMCParticles = 0 |
Total number of MCParticles.
Definition at line 32 of file SavedMCParticles.py.
| int nSecondaries = 0 |
Total number of secondary MCParticles.
Definition at line 34 of file SavedMCParticles.py.
| int nSecondariesPXD = 0 |
Number of secondaries that generated a PXDTrueHit.
Definition at line 28 of file SavedMCParticles.py.
| int nSecondariesSVD = 0 |
Number of secondaries that generated an SVD TrueHit.
Definition at line 30 of file SavedMCParticles.py.
| list processesPXD = [] |
List of processes that generated secondaries in PXD.
Definition at line 36 of file SavedMCParticles.py.
| list processesSVD = [] |
List of processes that generated secondaries in SVD.
Definition at line 38 of file SavedMCParticles.py.