hpstr
The Heavy Photon Search Toolkit for Reconstruction (hpstr) provides an interface to physics data from the HPS experiment saved in the LCIO format and converts it into an ROOT based format.
|
Public Member Functions | |
__init__ (self) | |
add_library (self, lib) | |
Add a libraries to the list of libraries to load, searching the appropriate paths to find it, and adding the correct file extension. | |
printProcess (self) | |
Print process. | |
Public Attributes | |
max_events | |
input_files | |
output_files | |
sequence | |
libraries | |
Static Public Attributes | |
lastProcess = None | |
Process python class.
Definition at line 20 of file HpstrConf.py.
__init__ | ( | self | ) |
Definition at line 24 of file HpstrConf.py.
add_library | ( | self, | |
lib | |||
) |
Add a libraries to the list of libraries to load, searching the appropriate paths to find it, and adding the correct file extension.
Definition at line 32 of file HpstrConf.py.
printProcess | ( | self | ) |
Print process.
Definition at line 46 of file HpstrConf.py.
input_files |
Definition at line 26 of file HpstrConf.py.
|
static |
Definition at line 22 of file HpstrConf.py.
libraries |
Definition at line 29 of file HpstrConf.py.
max_events |
Definition at line 25 of file HpstrConf.py.
output_files |
Definition at line 27 of file HpstrConf.py.
sequence |
Definition at line 28 of file HpstrConf.py.