Belle II Software development
|
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 19 of file CheckNegativeWeights.py.
def __init__ | ( | self | ) |
Initialize the module
Definition at line 29 of file CheckNegativeWeights.py.
def beginRun | ( | self | ) |
Does nothing
Definition at line 51 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 54 of file CheckNegativeWeights.py.
def initialize | ( | self | ) |
Does nothing
Definition at line 48 of file CheckNegativeWeights.py.
def terminate | ( | self | ) |
Write results
Definition at line 151 of file CheckNegativeWeights.py.
sign_stats_pxd |
Relation sign statistics for PXDClusters.
Definition at line 34 of file CheckNegativeWeights.py.
sign_stats_svd |
Relation sign statistics for PXDClusters.
Definition at line 41 of file CheckNegativeWeights.py.