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

Variables

 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 #.
 
 track = HpstrConf.Processor('track', 'TrackingProcessor')
 
 trackgbl = HpstrConf.Processor('trackgbl', 'TrackingProcessor')
 
 trackrefitgbl = HpstrConf.Processor('trackrefitgbl', 'TrackingProcessor')
 
 svthits = HpstrConf.Processor('svthits', 'Tracker3DHitProcessor')
 
 rawsvt = HpstrConf.Processor('rawsvt', 'SvtRawDataProcessor')
 
 ecal = HpstrConf.Processor('ecal', 'ECalDataProcessor')
 
 vtx = HpstrConf.Processor('vtx', 'VertexProcessor')
 
 vtxgbl = HpstrConf.Processor('vtxgbl', 'VertexProcessor')
 
 cvtxgbl = HpstrConf.Processor('cvtxgbl', 'VertexProcessor')
 
 mcpart = HpstrConf.Processor('mcpart', 'MCParticleProcessor')
 
 sequence
 
 input_files
 
 output_files
 

Variable Documentation

◆ cvtxgbl

cvtxgbl = HpstrConf.Processor('cvtxgbl', 'VertexProcessor')

Definition at line 38 of file kalTuple_cfg.py.

◆ ecal

Definition at line 35 of file kalTuple_cfg.py.

◆ header

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

Processors #.

Definition at line 29 of file kalTuple_cfg.py.

◆ input_files

input_files

Definition at line 144 of file kalTuple_cfg.py.

◆ lcio_file

lcio_file = options.inFilename

Definition at line 10 of file kalTuple_cfg.py.

◆ max_events

max_events

Definition at line 21 of file kalTuple_cfg.py.

◆ mcpart

Definition at line 39 of file kalTuple_cfg.py.

◆ options

options = base.parser.parse_args()

Definition at line 7 of file kalTuple_cfg.py.

◆ output_files

output_files

Definition at line 145 of file kalTuple_cfg.py.

◆ p

Definition at line 16 of file kalTuple_cfg.py.

◆ rawsvt

Definition at line 34 of file kalTuple_cfg.py.

◆ root_file

root_file = options.outFilename

Definition at line 11 of file kalTuple_cfg.py.

◆ run_mode

run_mode

Definition at line 19 of file kalTuple_cfg.py.

◆ sequence

sequence

Definition at line 140 of file kalTuple_cfg.py.

◆ skip_events

skip_events

Definition at line 20 of file kalTuple_cfg.py.

◆ svthits

svthits = HpstrConf.Processor('svthits', 'Tracker3DHitProcessor')

Definition at line 33 of file kalTuple_cfg.py.

◆ track

Definition at line 30 of file kalTuple_cfg.py.

◆ trackgbl

trackgbl = HpstrConf.Processor('trackgbl', 'TrackingProcessor')

Definition at line 31 of file kalTuple_cfg.py.

◆ trackrefitgbl

trackrefitgbl = HpstrConf.Processor('trackrefitgbl', 'TrackingProcessor')

Definition at line 32 of file kalTuple_cfg.py.

◆ vtx

Definition at line 36 of file kalTuple_cfg.py.

◆ vtxgbl

vtxgbl = HpstrConf.Processor('vtxgbl', 'VertexProcessor')

Definition at line 37 of file kalTuple_cfg.py.