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 #. | |
vtx = HpstrConf.Processor('vtx', 'VertexProcessor') | |
mcpart = HpstrConf.Processor('mcpart', 'MCParticleProcessor') | |
list | sequence = [header, vtx] |
input_files | |
output_files | |
default |
Definition at line 8 of file noRawHitTuple_cfg.py.
dest |
Definition at line 7 of file noRawHitTuple_cfg.py.
header = HpstrConf.Processor('header', 'EventProcessor') |
Processors #.
Definition at line 39 of file noRawHitTuple_cfg.py.
help |
Definition at line 8 of file noRawHitTuple_cfg.py.
input_files |
Definition at line 86 of file noRawHitTuple_cfg.py.
int |
Definition at line 9 of file noRawHitTuple_cfg.py.
lcio_file = options.inFilename |
Definition at line 20 of file noRawHitTuple_cfg.py.
max_events |
Definition at line 31 of file noRawHitTuple_cfg.py.
mcpart = HpstrConf.Processor('mcpart', 'MCParticleProcessor') |
Definition at line 41 of file noRawHitTuple_cfg.py.
metavar |
Definition at line 8 of file noRawHitTuple_cfg.py.
options = base.parser.parse_args() |
Definition at line 17 of file noRawHitTuple_cfg.py.
output_files |
Definition at line 87 of file noRawHitTuple_cfg.py.
p = HpstrConf.Process() |
Definition at line 26 of file noRawHitTuple_cfg.py.
root_file = options.outFilename |
Definition at line 21 of file noRawHitTuple_cfg.py.
run_mode |
Definition at line 29 of file noRawHitTuple_cfg.py.
Definition at line 79 of file noRawHitTuple_cfg.py.
skip_events |
Definition at line 30 of file noRawHitTuple_cfg.py.
str |
Definition at line 7 of file noRawHitTuple_cfg.py.
type |
Definition at line 7 of file noRawHitTuple_cfg.py.
vtx = HpstrConf.Processor('vtx', 'VertexProcessor') |
Definition at line 40 of file noRawHitTuple_cfg.py.