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.
|
Variables | |
options = base.parser.parse_args() | |
lcio_file = options.inFilename[0] | |
root_file = options.outFilename | |
p = HpstrConf.Process() | |
run_mode | |
skip_events | |
max_events | |
input_files | |
output_files | |
svtblana = HpstrConf.Processor('svtblana', 'SvtBl2DAnaProcessor') | |
Processors #. | |
sequence | |
input_files |
Definition at line 20 of file anaSvtBl2D_cfg.py.
lcio_file = options.inFilename[0] |
Definition at line 8 of file anaSvtBl2D_cfg.py.
max_events |
Definition at line 17 of file anaSvtBl2D_cfg.py.
options = base.parser.parse_args() |
Definition at line 5 of file anaSvtBl2D_cfg.py.
output_files |
Definition at line 21 of file anaSvtBl2D_cfg.py.
p = HpstrConf.Process() |
Definition at line 14 of file anaSvtBl2D_cfg.py.
root_file = options.outFilename |
Definition at line 9 of file anaSvtBl2D_cfg.py.
run_mode |
Definition at line 15 of file anaSvtBl2D_cfg.py.
sequence |
Definition at line 43 of file anaSvtBl2D_cfg.py.
skip_events |
Definition at line 16 of file anaSvtBl2D_cfg.py.
svtblana = HpstrConf.Processor('svtblana', 'SvtBl2DAnaProcessor') |
Processors #.
Definition at line 30 of file anaSvtBl2D_cfg.py.