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 | |
parser = baseConfig.parser | |
type | |
str | |
dest | |
help | |
metavar | |
default | |
int | |
float | |
options = parser.parse_args() | |
histo_file = options.inFilename | |
float | mass_hypo = options.mass_hypo/1000.0 |
poly_order = options.poly_order | |
win_factor = options.win_factor | |
str | out_file = '%s/bhResSys_m%iw%ip%i.root' % (options.outDir, options.mass_hypo, win_factor, poly_order) |
p = HpstrConf.Process() | |
run_mode | |
skip_events | |
max_events | |
bhressys = HpstrConf.Processor('bhtoys', 'BhMassResSystematicsProcessor') | |
Processors #. | |
sequence | |
input_files | |
output_files | |
bhressys = HpstrConf.Processor('bhtoys', 'BhMassResSystematicsProcessor') |
Processors #.
Definition at line 56 of file bhResSystematics_cfg.py.
default |
Definition at line 9 of file bhResSystematics_cfg.py.
dest |
Definition at line 7 of file bhResSystematics_cfg.py.
float |
Definition at line 20 of file bhResSystematics_cfg.py.
help |
Definition at line 8 of file bhResSystematics_cfg.py.
histo_file = options.inFilename |
Definition at line 34 of file bhResSystematics_cfg.py.
input_files |
Definition at line 79 of file bhResSystematics_cfg.py.
int |
Definition at line 10 of file bhResSystematics_cfg.py.
float mass_hypo = options.mass_hypo/1000.0 |
Definition at line 35 of file bhResSystematics_cfg.py.
max_events |
Definition at line 47 of file bhResSystematics_cfg.py.
metavar |
Definition at line 8 of file bhResSystematics_cfg.py.
options = parser.parse_args() |
Definition at line 31 of file bhResSystematics_cfg.py.
str out_file = '%s/bhResSys_m%iw%ip%i.root' % (options.outDir, options.mass_hypo, win_factor, poly_order) |
Definition at line 38 of file bhResSystematics_cfg.py.
output_files |
Definition at line 80 of file bhResSystematics_cfg.py.
p = HpstrConf.Process() |
Definition at line 43 of file bhResSystematics_cfg.py.
parser = baseConfig.parser |
Definition at line 5 of file bhResSystematics_cfg.py.
poly_order = options.poly_order |
Definition at line 36 of file bhResSystematics_cfg.py.
run_mode |
Definition at line 45 of file bhResSystematics_cfg.py.
sequence |
Definition at line 77 of file bhResSystematics_cfg.py.
skip_events |
Definition at line 46 of file bhResSystematics_cfg.py.
str |
Definition at line 7 of file bhResSystematics_cfg.py.
type |
Definition at line 7 of file bhResSystematics_cfg.py.
win_factor = options.win_factor |
Definition at line 37 of file bhResSystematics_cfg.py.