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

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
 

Variable Documentation

◆ args

args = baseConfig.parser.parse_args()

Definition at line 7 of file vtxhProcess.py.

◆ default

default

Definition at line 5 of file vtxhProcess.py.

◆ dest

dest

Definition at line 5 of file vtxhProcess.py.

◆ histo_file

histo_file = args.inFilename[0]

Definition at line 10 of file vtxhProcess.py.

◆ input_files

input_files

Definition at line 59 of file vtxhProcess.py.

◆ max_events

max_events

Definition at line 20 of file vtxhProcess.py.

◆ out_file

out_file = args.outFilename[0]

Definition at line 11 of file vtxhProcess.py.

◆ output_files

output_files

Definition at line 60 of file vtxhProcess.py.

◆ p

Definition at line 16 of file vtxhProcess.py.

◆ run_mode

run_mode

Definition at line 18 of file vtxhProcess.py.

◆ sequence

sequence

Definition at line 57 of file vtxhProcess.py.

◆ skip_events

skip_events

Definition at line 19 of file vtxhProcess.py.

◆ vtxPostProc

vtxPostProc = HpstrConf.Processor('vtxPostProc', 'VtxHistoProcessor')

Processors #.

Definition at line 31 of file vtxhProcess.py.