Belle II Software development
|
Public Member Functions | |
def | initialize (self) |
def | terminate (self) |
def | fill_truehits (self, phi, p, truehits) |
def | event (self) |
Public Attributes | |
rfile | |
Output file to store all plots. | |
profiles | |
flat list of all profiles for easy access | |
eff | |
layer/momentum hierarchy of all profiles | |
Plot Efficiency to find a U and V cluster for each given truehit.
Definition at line 36 of file ClusterEfficiency.py.
def event | ( | self | ) |
Update the efficiencies by iterating over all primary particles
Definition at line 151 of file ClusterEfficiency.py.
def fill_truehits | ( | self, | |
phi, | |||
p, | |||
truehits | |||
) |
Loop over all truehits for a track with the given angle phi and momentum p and update the efficiency profiles.
Definition at line 110 of file ClusterEfficiency.py.
def initialize | ( | self | ) |
Create ROOT TProfiles for all layers and momenta.
Definition at line 41 of file ClusterEfficiency.py.
def terminate | ( | self | ) |
Format all profiles and write the ROOT file.
Definition at line 89 of file ClusterEfficiency.py.
eff |
layer/momentum hierarchy of all profiles
Definition at line 53 of file ClusterEfficiency.py.
profiles |
flat list of all profiles for easy access
Definition at line 51 of file ClusterEfficiency.py.
rfile |
Output file to store all plots.
Definition at line 48 of file ClusterEfficiency.py.