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
  JobDependency
  Steering
  BatchOpt
  SysOpt
  Module
  Service
  Segement
  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
  HostInfo
Information about host
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 = ['PHYSICS', 'SYSTEMATICS', 'BENCHMARK', 'TEST',...
  __package__ = 'iceprod.core'
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',
...

DatasetTypes

Value:
['PHYSICS', 'SYSTEMATICS', 'BENCHMARK', 'TEST', 'TEMPLATE', 'SYSCHK']