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 | |
lcio_file = sys.argv[1].strip() | |
str | root_file = '%s_tracks.root' % lcio_file[:-6] |
p = HpstrConf.Process() | |
run_mode | |
skip_events | |
max_events | |
header = HpstrConf.Processor('header', 'EventProcessor') | |
Processors #. | |
tracks = HpstrConf.Processor('tracks', 'TrackingProcessor') | |
sequence | |
input_files | |
output_files | |
header = HpstrConf.Processor('header', 'EventProcessor') |
Processors #.
Definition at line 27 of file trkNtuple_cfg.py.
input_files |
Definition at line 57 of file trkNtuple_cfg.py.
lcio_file = sys.argv[1].strip() |
Definition at line 5 of file trkNtuple_cfg.py.
max_events |
Definition at line 16 of file trkNtuple_cfg.py.
output_files |
Definition at line 58 of file trkNtuple_cfg.py.
p = HpstrConf.Process() |
Definition at line 12 of file trkNtuple_cfg.py.
str root_file = '%s_tracks.root' % lcio_file[:-6] |
Definition at line 6 of file trkNtuple_cfg.py.
run_mode |
Definition at line 14 of file trkNtuple_cfg.py.
sequence |
Definition at line 55 of file trkNtuple_cfg.py.
skip_events |
Definition at line 15 of file trkNtuple_cfg.py.
tracks = HpstrConf.Processor('tracks', 'TrackingProcessor') |
Definition at line 28 of file trkNtuple_cfg.py.