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


Public Member Functions | |
| __init__ (self) | |
| initialize (self) | |
| beginRun (self) | |
| event (self) | |
| terminate (self) | |
Public Attributes | |
| dict | sign_stats_pxd |
| Relation sign statistics for PXDClusters. | |
| dict | sign_stats_svd |
| Relation sign statistics for PXDClusters. | |
Lists signs of MCParticle relation weights for VXD Clusters based on MCParticle and TrueHit information. Breakdown of data: MCParticle primary/secondary/remapped/none (no relation to MCParticle) Relation sign positive/negative
Definition at line 19 of file CheckNegativeWeights.py.
| __init__ | ( | self | ) |
Initialize the module
Definition at line 29 of file CheckNegativeWeights.py.
| beginRun | ( | self | ) |
Does nothing
Definition at line 51 of file CheckNegativeWeights.py.
| event | ( | self | ) |
Goes through event's PXD and SVD clusters and looks at MCParticles and TrueHits relations for the sign of relations.
Definition at line 54 of file CheckNegativeWeights.py.
| initialize | ( | self | ) |
Does nothing
Definition at line 48 of file CheckNegativeWeights.py.
| terminate | ( | self | ) |
Write results
Definition at line 151 of file CheckNegativeWeights.py.
| dict sign_stats_pxd |
Relation sign statistics for PXDClusters.
Definition at line 34 of file CheckNegativeWeights.py.
| dict sign_stats_svd |
Relation sign statistics for PXDClusters.
Definition at line 41 of file CheckNegativeWeights.py.