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

Variables

 parser = argparse.ArgumentParser(description="The baseConfig options for hpstr. ")
 
 action
 
 dest
 
 help
 
 default
 
 type
 
 str
 
 metavar
 
 int
 
 nargs
 
dict beamE = {}
 
dict bfield = {}
 

Variable Documentation

◆ action

action

Definition at line 5 of file baseConfig.py.

◆ beamE

dict beamE = {}

Definition at line 32 of file baseConfig.py.

◆ bfield

dict bfield = {}

Definition at line 38 of file baseConfig.py.

◆ default

default

Definition at line 5 of file baseConfig.py.

◆ dest

dest

Definition at line 5 of file baseConfig.py.

◆ help

help

Definition at line 5 of file baseConfig.py.

◆ int

int

Definition at line 13 of file baseConfig.py.

◆ metavar

metavar

Definition at line 10 of file baseConfig.py.

◆ nargs

nargs

Definition at line 23 of file baseConfig.py.

◆ parser

parser = argparse.ArgumentParser(description="The baseConfig options for hpstr. ")

Definition at line 3 of file baseConfig.py.

◆ str

str

Definition at line 9 of file baseConfig.py.

◆ type

type

Definition at line 9 of file baseConfig.py.