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

Variables

 type
 
 str
 
 dest
 
 help
 
 metavar
 
 default
 
 int
 
 options = base.parser.parse_args()
 
 lcio_file = options.inFilename
 
 root_file = options.outFilename
 
 p = HpstrConf.Process()
 
 run_mode
 
 skip_events
 
 max_events
 
 header = HpstrConf.Processor('header', 'EventProcessor')
 Processors #.
 
 vtx = HpstrConf.Processor('vtx', 'VertexProcessor')
 
 mcpart = HpstrConf.Processor('mcpart', 'MCParticleProcessor')
 
list sequence = [header, vtx]
 
 input_files
 
 output_files
 

Variable Documentation

◆ default

default

Definition at line 8 of file noRawHitTuple_cfg.py.

◆ dest

dest

Definition at line 7 of file noRawHitTuple_cfg.py.

◆ header

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

Processors #.

Definition at line 39 of file noRawHitTuple_cfg.py.

◆ help

help

Definition at line 8 of file noRawHitTuple_cfg.py.

◆ input_files

input_files

Definition at line 86 of file noRawHitTuple_cfg.py.

◆ int

int

Definition at line 9 of file noRawHitTuple_cfg.py.

◆ lcio_file

lcio_file = options.inFilename

Definition at line 20 of file noRawHitTuple_cfg.py.

◆ max_events

max_events

Definition at line 31 of file noRawHitTuple_cfg.py.

◆ mcpart

Definition at line 41 of file noRawHitTuple_cfg.py.

◆ metavar

metavar

Definition at line 8 of file noRawHitTuple_cfg.py.

◆ options

options = base.parser.parse_args()

Definition at line 17 of file noRawHitTuple_cfg.py.

◆ output_files

output_files

Definition at line 87 of file noRawHitTuple_cfg.py.

◆ p

Definition at line 26 of file noRawHitTuple_cfg.py.

◆ root_file

root_file = options.outFilename

Definition at line 21 of file noRawHitTuple_cfg.py.

◆ run_mode

run_mode

Definition at line 29 of file noRawHitTuple_cfg.py.

◆ sequence

sequence = [header, vtx]

Definition at line 79 of file noRawHitTuple_cfg.py.

◆ skip_events

skip_events

Definition at line 30 of file noRawHitTuple_cfg.py.

◆ str

str

Definition at line 7 of file noRawHitTuple_cfg.py.

◆ type

type

Definition at line 7 of file noRawHitTuple_cfg.py.

◆ vtx

Definition at line 40 of file noRawHitTuple_cfg.py.