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 | |
dest | |
default | |
args = baseConfig.parser.parse_args() | |
histo_file = args.inFilename[0] | |
out_file = args.outFilename[0] | |
p = HpstrConf.Process() | |
run_mode | |
skip_events | |
max_events | |
vtxPostProc = HpstrConf.Processor('vtxPostProc', 'VtxHistoProcessor') | |
Processors #. | |
sequence | |
input_files | |
output_files | |
args = baseConfig.parser.parse_args() |
Definition at line 7 of file vtxhProcess.py.
default |
Definition at line 5 of file vtxhProcess.py.
dest |
Definition at line 5 of file vtxhProcess.py.
histo_file = args.inFilename[0] |
Definition at line 10 of file vtxhProcess.py.
input_files |
Definition at line 59 of file vtxhProcess.py.
max_events |
Definition at line 20 of file vtxhProcess.py.
out_file = args.outFilename[0] |
Definition at line 11 of file vtxhProcess.py.
output_files |
Definition at line 60 of file vtxhProcess.py.
p = HpstrConf.Process() |
Definition at line 16 of file vtxhProcess.py.
run_mode |
Definition at line 18 of file vtxhProcess.py.
sequence |
Definition at line 57 of file vtxhProcess.py.
skip_events |
Definition at line 19 of file vtxhProcess.py.
vtxPostProc = HpstrConf.Processor('vtxPostProc', 'VtxHistoProcessor') |
Processors #.
Definition at line 31 of file vtxhProcess.py.