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

Variables

 options = base.parser.parse_args()
 
 root1_file = options.inFilename[0]
 
 root2_file = options.outFilename
 
 p = HpstrConf.Process()
 
 run_mode
 
 skip_events
 
 max_events
 
 rawAnaSvt = HpstrConf.Processor('svtana', 'SvtRawDataAnaProcessor')
 Processors #.
 
str RegionPath = os.environ['HPSTR_BASE']+"/analysis/selections/svtHit/"
 
 sequence
 
 input_files
 
 output_files
 

Variable Documentation

◆ input_files

input_files

Definition at line 97 of file rawSvtAnaHits_cfgChannel.py.

◆ max_events

max_events

Definition at line 19 of file rawSvtAnaHits_cfgChannel.py.

◆ options

options = base.parser.parse_args()

Definition at line 6 of file rawSvtAnaHits_cfgChannel.py.

◆ output_files

output_files

Definition at line 98 of file rawSvtAnaHits_cfgChannel.py.

◆ p

Definition at line 15 of file rawSvtAnaHits_cfgChannel.py.

◆ rawAnaSvt

rawAnaSvt = HpstrConf.Processor('svtana', 'SvtRawDataAnaProcessor')

Processors #.

Definition at line 28 of file rawSvtAnaHits_cfgChannel.py.

◆ RegionPath

str RegionPath = os.environ['HPSTR_BASE']+"/analysis/selections/svtHit/"

Definition at line 43 of file rawSvtAnaHits_cfgChannel.py.

◆ root1_file

root1_file = options.inFilename[0]

Definition at line 9 of file rawSvtAnaHits_cfgChannel.py.

◆ root2_file

root2_file = options.outFilename

Definition at line 10 of file rawSvtAnaHits_cfgChannel.py.

◆ run_mode

run_mode

Definition at line 17 of file rawSvtAnaHits_cfgChannel.py.

◆ sequence

sequence

Definition at line 95 of file rawSvtAnaHits_cfgChannel.py.

◆ skip_events

skip_events

Definition at line 18 of file rawSvtAnaHits_cfgChannel.py.