CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
crabWrapper.CrabWrapper Class Reference
Inheritance diagram for crabWrapper.CrabWrapper:

Public Member Functions

def run
 

Detailed Description

Definition at line 51 of file crabWrapper.py.

Member Function Documentation

def crabWrapper.CrabWrapper.run (   self,
  options 
)

Definition at line 52 of file crabWrapper.py.

References str.

Referenced by DTWorkflow.DTWorkflow.all(), Types.EventID.cppID(), Types.LuminosityBlockID.cppID(), and o2olib.O2OTool.execute().

52 
53  def run( self, options ):
54  theCrab = crab.Crab()
55  try:
56  theCrab.initialize_( options )
57  theCrab.run()
58  except crab_exceptions.CrabException as e:
59  raise AllInOneError( str( e ) )
60  del theCrab
61 
#define str(s)