Belle II Software
release-08-01-10
|
Public Member Functions | |
def | __init__ (self) |
def | initialize (self) |
def | beginRun (self) |
def | event (self) |
def | terminate (self) |
Public Attributes | |
sign_stats_pxd | |
Relation sign statistics for PXDClusters. | |
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 20 of file CheckNegativeWeights.py.
def __init__ | ( | self | ) |
def beginRun | ( | self | ) |
Does nothing
Definition at line 52 of file CheckNegativeWeights.py.
def 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 55 of file CheckNegativeWeights.py.
def initialize | ( | self | ) |
Does nothing
Definition at line 49 of file CheckNegativeWeights.py.
def terminate | ( | self | ) |
Write results
Definition at line 152 of file CheckNegativeWeights.py.