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.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Variables
config.anaRecoTuple_cfg Namespace Reference

Variables

 options = base.parser.parse_args()
 
 infile = options.inFilename
 
 outfile = options.outFilename
 
 p = HpstrConf.Process()
 
 run_mode
 
 skip_events
 
 max_events
 
 recoana = HpstrConf.Processor('recoana', 'RecoHitAnaProcessor')
 Processors #.
 
 sequence
 
 input_files
 
 output_files
 

Variable Documentation

◆ infile

infile = options.inFilename

Definition at line 11 of file anaRecoTuple_cfg.py.

◆ input_files

input_files

Definition at line 51 of file anaRecoTuple_cfg.py.

◆ max_events

max_events

Definition at line 21 of file anaRecoTuple_cfg.py.

◆ options

options = base.parser.parse_args()

Definition at line 7 of file anaRecoTuple_cfg.py.

◆ outfile

outfile = options.outFilename

Definition at line 12 of file anaRecoTuple_cfg.py.

◆ output_files

output_files

Definition at line 52 of file anaRecoTuple_cfg.py.

◆ p

Definition at line 17 of file anaRecoTuple_cfg.py.

◆ recoana

recoana = HpstrConf.Processor('recoana', 'RecoHitAnaProcessor')

Processors #.

Definition at line 32 of file anaRecoTuple_cfg.py.

◆ run_mode

run_mode

Definition at line 19 of file anaRecoTuple_cfg.py.

◆ sequence

sequence

Definition at line 49 of file anaRecoTuple_cfg.py.

◆ skip_events

skip_events

Definition at line 20 of file anaRecoTuple_cfg.py.