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 | |
type | |
str | |
dest | |
help | |
metavar | |
default | |
int | |
options = base.parser.parse_args() | |
lcio_file = options.inFilename | |
root_file = options.outFilename | |
p = HpstrConf.Process() | |
run_mode | |
skip_events | |
max_events | |
header = HpstrConf.Processor('header', 'EventProcessor') | |
Processors #. | |
fsp = HpstrConf.Processor("fps",'FinalStateParticleProcessor') | |
sequence | |
input_files | |
output_files | |
default |
Definition at line 8 of file fspTuple_cfg.py.
dest |
Definition at line 7 of file fspTuple_cfg.py.
fsp = HpstrConf.Processor("fps",'FinalStateParticleProcessor') |
Definition at line 37 of file fspTuple_cfg.py.
header = HpstrConf.Processor('header', 'EventProcessor') |
Processors #.
Definition at line 36 of file fspTuple_cfg.py.
help |
Definition at line 8 of file fspTuple_cfg.py.
input_files |
Definition at line 69 of file fspTuple_cfg.py.
int |
Definition at line 9 of file fspTuple_cfg.py.
lcio_file = options.inFilename |
Definition at line 17 of file fspTuple_cfg.py.
max_events |
Definition at line 28 of file fspTuple_cfg.py.
metavar |
Definition at line 8 of file fspTuple_cfg.py.
options = base.parser.parse_args() |
Definition at line 14 of file fspTuple_cfg.py.
output_files |
Definition at line 70 of file fspTuple_cfg.py.
p = HpstrConf.Process() |
Definition at line 23 of file fspTuple_cfg.py.
root_file = options.outFilename |
Definition at line 18 of file fspTuple_cfg.py.
run_mode |
Definition at line 26 of file fspTuple_cfg.py.
sequence |
Definition at line 67 of file fspTuple_cfg.py.
skip_events |
Definition at line 27 of file fspTuple_cfg.py.
str |
Definition at line 7 of file fspTuple_cfg.py.
type |
Definition at line 7 of file fspTuple_cfg.py.