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

Variables

 parser = baseConfig.parser
 
 type
 
 str
 
 dest
 
 help
 
 metavar
 
 default
 
 int
 
 float
 
 options = parser.parse_args()
 
 histo_file = options.inFilename
 
float mass_hypo = options.mass_hypo/1000.0
 
 poly_order = options.poly_order
 
 win_factor = options.win_factor
 
str out_file = '%s/bhResSys_m%iw%ip%i.root' % (options.outDir, options.mass_hypo, win_factor, poly_order)
 
 p = HpstrConf.Process()
 
 run_mode
 
 skip_events
 
 max_events
 
 bhressys = HpstrConf.Processor('bhtoys', 'BhMassResSystematicsProcessor')
 Processors #.
 
 sequence
 
 input_files
 
 output_files
 

Variable Documentation

◆ bhressys

Processors #.

Definition at line 56 of file bhResSystematics_cfg.py.

◆ default

default

Definition at line 9 of file bhResSystematics_cfg.py.

◆ dest

dest

Definition at line 7 of file bhResSystematics_cfg.py.

◆ float

float

Definition at line 20 of file bhResSystematics_cfg.py.

◆ help

help

Definition at line 8 of file bhResSystematics_cfg.py.

◆ histo_file

histo_file = options.inFilename

Definition at line 34 of file bhResSystematics_cfg.py.

◆ input_files

input_files

Definition at line 79 of file bhResSystematics_cfg.py.

◆ int

int

Definition at line 10 of file bhResSystematics_cfg.py.

◆ mass_hypo

float mass_hypo = options.mass_hypo/1000.0

Definition at line 35 of file bhResSystematics_cfg.py.

◆ max_events

max_events

Definition at line 47 of file bhResSystematics_cfg.py.

◆ metavar

metavar

Definition at line 8 of file bhResSystematics_cfg.py.

◆ options

options = parser.parse_args()

Definition at line 31 of file bhResSystematics_cfg.py.

◆ out_file

str out_file = '%s/bhResSys_m%iw%ip%i.root' % (options.outDir, options.mass_hypo, win_factor, poly_order)

Definition at line 38 of file bhResSystematics_cfg.py.

◆ output_files

output_files

Definition at line 80 of file bhResSystematics_cfg.py.

◆ p

Definition at line 43 of file bhResSystematics_cfg.py.

◆ parser

parser = baseConfig.parser

Definition at line 5 of file bhResSystematics_cfg.py.

◆ poly_order

poly_order = options.poly_order

Definition at line 36 of file bhResSystematics_cfg.py.

◆ run_mode

run_mode

Definition at line 45 of file bhResSystematics_cfg.py.

◆ sequence

sequence

Definition at line 77 of file bhResSystematics_cfg.py.

◆ skip_events

skip_events

Definition at line 46 of file bhResSystematics_cfg.py.

◆ str

str

Definition at line 7 of file bhResSystematics_cfg.py.

◆ type

type

Definition at line 7 of file bhResSystematics_cfg.py.

◆ win_factor

win_factor = options.win_factor

Definition at line 37 of file bhResSystematics_cfg.py.