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.rawSvtHits_cfg Namespace Reference

Variables

 options = base.parser.parse_args()
 
 lcio_file = options.inFilename[0]
 
 root_file = options.outFilename
 
 p = HpstrConf.Process()
 
 run_mode
 
 skip_events
 
 max_events
 
 header = HpstrConf.Processor('header', 'EventProcessor')
 Processors #.
 
 rawsvt = HpstrConf.Processor('svt', 'SvtRawDataProcessor')
 
 sequence
 
 input_files
 
 output_files
 

Variable Documentation

◆ header

header = HpstrConf.Processor('header', 'EventProcessor')

Processors #.

Definition at line 28 of file rawSvtHits_cfg.py.

◆ input_files

input_files

Definition at line 53 of file rawSvtHits_cfg.py.

◆ lcio_file

lcio_file = options.inFilename[0]

Definition at line 8 of file rawSvtHits_cfg.py.

◆ max_events

max_events

Definition at line 18 of file rawSvtHits_cfg.py.

◆ options

options = base.parser.parse_args()

Definition at line 5 of file rawSvtHits_cfg.py.

◆ output_files

output_files

Definition at line 54 of file rawSvtHits_cfg.py.

◆ p

Definition at line 14 of file rawSvtHits_cfg.py.

◆ rawsvt

Definition at line 29 of file rawSvtHits_cfg.py.

◆ root_file

root_file = options.outFilename

Definition at line 9 of file rawSvtHits_cfg.py.

◆ run_mode

run_mode

Definition at line 16 of file rawSvtHits_cfg.py.

◆ sequence

sequence

Definition at line 51 of file rawSvtHits_cfg.py.

◆ skip_events

skip_events

Definition at line 17 of file rawSvtHits_cfg.py.