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
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Process Class Reference

Process python class. More...

Public Member Functions

 __init__ (self)
 
 add_library (self, lib)
 Add a libraries to the list of libraries to load, searching the appropriate paths to find it, and adding the correct file extension.
 
 printProcess (self)
 Print process.
 

Public Attributes

 max_events
 
 input_files
 
 output_files
 
 sequence
 
 libraries
 

Static Public Attributes

 lastProcess = None
 

Detailed Description

Process python class.

Definition at line 20 of file HpstrConf.py.

Constructor & Destructor Documentation

◆ __init__()

__init__ (   self)

Definition at line 24 of file HpstrConf.py.

Member Function Documentation

◆ add_library()

add_library (   self,
  lib 
)

Add a libraries to the list of libraries to load, searching the appropriate paths to find it, and adding the correct file extension.

Definition at line 32 of file HpstrConf.py.

◆ printProcess()

printProcess (   self)

Print process.

Definition at line 46 of file HpstrConf.py.

Member Data Documentation

◆ input_files

input_files

Definition at line 26 of file HpstrConf.py.

◆ lastProcess

lastProcess = None
static

Definition at line 22 of file HpstrConf.py.

◆ libraries

libraries

Definition at line 29 of file HpstrConf.py.

◆ max_events

max_events

Definition at line 25 of file HpstrConf.py.

◆ output_files

output_files

Definition at line 27 of file HpstrConf.py.

◆ sequence

sequence

Definition at line 28 of file HpstrConf.py.


The documentation for this class was generated from the following file: