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 | |
options = base.parser.parse_args() | |
infile = options.inFilename | |
outfile = options.outFilename | |
p = HpstrConf.Process() | |
run_mode | |
skip_events | |
max_events | |
trkana = HpstrConf.Processor('trkana', 'TrackingAnaProcessor') | |
Processors #. | |
trkgblana = HpstrConf.Processor('trkgblana', 'TrackingAnaProcessor') | |
sequence | |
input_files | |
output_files | |
infile = options.inFilename |
Definition at line 10 of file anaKalTruth_cfg.py.
input_files |
Definition at line 48 of file anaKalTruth_cfg.py.
max_events |
Definition at line 20 of file anaKalTruth_cfg.py.
options = base.parser.parse_args() |
Definition at line 6 of file anaKalTruth_cfg.py.
outfile = options.outFilename |
Definition at line 11 of file anaKalTruth_cfg.py.
output_files |
Definition at line 49 of file anaKalTruth_cfg.py.
p = HpstrConf.Process() |
Definition at line 16 of file anaKalTruth_cfg.py.
run_mode |
Definition at line 18 of file anaKalTruth_cfg.py.
sequence |
Definition at line 46 of file anaKalTruth_cfg.py.
skip_events |
Definition at line 19 of file anaKalTruth_cfg.py.
trkana = HpstrConf.Processor('trkana', 'TrackingAnaProcessor') |
Processors #.
Definition at line 30 of file anaKalTruth_cfg.py.
trkgblana = HpstrConf.Processor('trkgblana', 'TrackingAnaProcessor') |
Definition at line 31 of file anaKalTruth_cfg.py.