![]() |
Belle II Software release-09-00-03
|


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