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

Variables

 inFilename = sys.argv[1].strip()
 
str outFilename = '%s_anaTrks.root' % inFilename[:-5]
 
 type
 
 int
 
 dest
 
 help
 
 metavar
 
 default
 
 str
 
 options = base.parser.parse_args()
 
 p = HpstrConf.Process()
 
 run_mode
 
 skip_events
 
 max_events
 
 anaTrks = HpstrConf.Processor('anaTrks', 'TrackingAnaProcessor')
 Processors #.
 
 sequence
 
 input_files
 
 output_files
 

Variable Documentation

◆ anaTrks

anaTrks = HpstrConf.Processor('anaTrks', 'TrackingAnaProcessor')

Processors #.

Definition at line 37 of file anaTrackTuple_cfg.py.

◆ default

default

Definition at line 11 of file anaTrackTuple_cfg.py.

◆ dest

dest

Definition at line 10 of file anaTrackTuple_cfg.py.

◆ help

help

Definition at line 11 of file anaTrackTuple_cfg.py.

◆ inFilename

inFilename = sys.argv[1].strip()

Definition at line 7 of file anaTrackTuple_cfg.py.

◆ input_files

input_files

Definition at line 51 of file anaTrackTuple_cfg.py.

◆ int

int

Definition at line 10 of file anaTrackTuple_cfg.py.

◆ max_events

max_events

Definition at line 28 of file anaTrackTuple_cfg.py.

◆ metavar

metavar

Definition at line 11 of file anaTrackTuple_cfg.py.

◆ options

options = base.parser.parse_args()

Definition at line 16 of file anaTrackTuple_cfg.py.

◆ outFilename

str outFilename = '%s_anaTrks.root' % inFilename[:-5]

Definition at line 8 of file anaTrackTuple_cfg.py.

◆ output_files

output_files

Definition at line 52 of file anaTrackTuple_cfg.py.

◆ p

Definition at line 24 of file anaTrackTuple_cfg.py.

◆ run_mode

run_mode

Definition at line 26 of file anaTrackTuple_cfg.py.

◆ sequence

sequence

Definition at line 49 of file anaTrackTuple_cfg.py.

◆ skip_events

skip_events

Definition at line 27 of file anaTrackTuple_cfg.py.

◆ str

str

Definition at line 12 of file anaTrackTuple_cfg.py.

◆ type

type

Definition at line 10 of file anaTrackTuple_cfg.py.