Package LICOS.scriptEngine.rcReportGen


Classes

class  rcReportGen
 Run report generator class for the ScriptEngine. More...
class  FieldInfo

Variables

string __facility__ = "Online"
string __abstract__ = "Run report generator class for the ScriptEngine"
string __author__ = "S. Tuvi <stuvi@SLAC.Stanford.edu> SLAC - GLAST LAT I&T/Online"
string __date__ = "2005/07/23 00:08:27"
string __updated__ = "$Date: 2006/04/28 01:41:21 $"
string __version__ = "$Revision: 1.10 $"
string __release__ = "$Name: HEAD $"
string __credits__ = "SLAC"
int UNITS_INT = 0
int UNITS_LONG = 1
int UNITS_FLOAT = 2
int UNITS_STRING = 3
int UNITS_LIST = 4
int UNITS_DICT = 5
dictionary UNIT_MAP
dictionary SHIFT_DICT


Variable Documentation

string __abstract__ = "Run report generator class for the ScriptEngine" [static]
 

Definition at line 11 of file rcReportGen.py.

string __author__ = "S. Tuvi <stuvi@SLAC.Stanford.edu> SLAC - GLAST LAT I&T/Online" [static]
 

Definition at line 12 of file rcReportGen.py.

string __credits__ = "SLAC" [static]
 

Definition at line 17 of file rcReportGen.py.

string __date__ = "2005/07/23 00:08:27" [static]
 

Definition at line 13 of file rcReportGen.py.

string __facility__ = "Online" [static]
 

Definition at line 10 of file rcReportGen.py.

string __release__ = "$Name: HEAD $" [static]
 

Definition at line 16 of file rcReportGen.py.

string __updated__ = "$Date: 2006/04/28 01:41:21 $" [static]
 

Definition at line 14 of file rcReportGen.py.

string __version__ = "$Revision: 1.10 $" [static]
 

Definition at line 15 of file rcReportGen.py.

dictionary SHIFT_DICT [static]
 

Initial value:

{ 0: ("T00:00:00", "T08:00:00", "Owl"),
                1: ("T08:00:00", "T16:00:00", "Day"),
                2: ("T16:00:00", "T00:00:00", "Swing")
              }

Definition at line 49 of file rcReportGen.py.

dictionary UNIT_MAP [static]
 

Initial value:

{
            'OperatorId'      : UNITS_LONG,
            'EventCount'      : UNITS_LONG,
            'BadEventCount'   : UNITS_LONG,
            'ErrorEventCount' : UNITS_LONG,
            'PauseCount'      : UNITS_INT,
            'ElapsedTime'     : UNITS_FLOAT,
            'CompletionStatus': UNITS_INT,
           }

Definition at line 38 of file rcReportGen.py.

int UNITS_DICT = 5 [static]
 

Definition at line 36 of file rcReportGen.py.

int UNITS_FLOAT = 2 [static]
 

Definition at line 33 of file rcReportGen.py.

int UNITS_INT = 0 [static]
 

Definition at line 31 of file rcReportGen.py.

int UNITS_LIST = 4 [static]
 

Definition at line 35 of file rcReportGen.py.

int UNITS_LONG = 1 [static]
 

Definition at line 32 of file rcReportGen.py.

int UNITS_STRING = 3 [static]
 

Definition at line 34 of file rcReportGen.py.


Generated on Thu Apr 27 20:53:28 2006 for LICOS L02-01-00 by doxygen 1.4.6-NO