Package iceprod :: Package core :: Module dataclasses
[hide private]
[frames] | no frames]

Module dataclasses

source code

A set of classes that describe configuration elements in IceTray.

copyright (c) 2005 the icecube collaboration


Version: $Revision: $

Date: $Date: $

Authors:
T. McCauley <tpmccauley@lbl.gov>, Juan Carlos Diaz Velez <juancarlos@icecube.wisc.edu>
To Do:
Classes [hide private]
  pyOMKey
  Value
  Parameter
  TaskDefinition
  TaskTrayDefinition
  Steering
  BatchOpt
  SysOpt
  Module
  Service
  IceProdPre
This class provides an interface for preprocessing files in iceprod
  IceProdPost
This class provides an interface for postprocessing files in iceprod
  Project
  Container
  MetaProject
Class inherits from Project Represents an svn metaproject
  Connection
  Box
  IceTrayConfig
  IceTrayFile
  Block
Container of externals and IceTrays
  Dependency
  ExternSteering
  Extern
  OfflineFilter
  Path
  I3PreTray
This class provides an interface for preprocessing files in iceprod
  I3PostTray
This class provides an interface for post-processing files in iceprod
  I3Tarball
Holder for metaproject tarball information
  I3Cookie
Cookie for tracking datasets on client
Variables [hide private]
  tver = '$Revision: 1.4 $'
  __version__ = 2
  UnmetDependencyException = 'Error: Un-met dependency:'
  UndefinedTypeException = 'Error: invalid type:'
  SupportedTypes = ['bool', 'int', 'long', 'float', 'double', 's...
  VectorTypes = ['boolv', 'intv', 'longv', 'floatv', 'doublev', ...
  SimulationCategories = ['CORSIKA-ice-top', 'CORSIKA-in-ice', '...
  DatasetTypes = ['TEST', 'BENCHMARK', 'PHYSICS', 'TEMPLATE']
  TASK_CHECKSUM_SUFFIX = '.md5sum'
  TASK_CLEANUP_FAILED = 110
  TASK_CONFIGURATION_ERROR = 101
  TASK_DATASET_ERROR_ID = -1
  TASK_ERROR_ID = -1
  TASK_EXTERNS_FAILED = 108
  TASK_EXTERN_ITER = -1
  TASK_FETCH_INPUT_FAILED = 102
  TASK_INVALID = 104
  TASK_NOT_FOUND = 103
  TASK_RUN_EXCEPTION = 109
  TASK_SERVER_ERROR = 105
  TASK_STORE_OUTPUT_FAILED = 106
  TASK_TRASHCAN_NAME = 'trashcan'
  TASK_UNPACK_INPUT_FAILED = 107
  TASK_XFER_CONFIG_ERROR = 112
  TASK_XFER_PROTO_ERROR = 111
Variables Details [hide private]

SupportedTypes

Value:
['bool', 'int', 'long', 'float', 'double', 'string', 'NaT', 'OMKey']

VectorTypes

Value:
['boolv', 'intv', 'longv', 'floatv', 'doublev', 'stringv', 'OMKeyv']

SimulationCategories

Value:
['CORSIKA-ice-top',
 'CORSIKA-in-ice',
 'neutrino-generator',
 'JULIeT',
 'simple-generator',
 'WIMP',
 'SuperNova',
 'TWRFilter',
...