CMS 3D CMS Logo

List of all members | Public Member Functions
crabWrapper.CrabWrapper Class Reference
Inheritance diagram for crabWrapper.CrabWrapper:

Public Member Functions

def run (self, options)
 

Detailed Description

Definition at line 51 of file crabWrapper.py.

Member Function Documentation

◆ run()

def crabWrapper.CrabWrapper.run (   self,
  options 
)

Definition at line 52 of file crabWrapper.py.

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

References str.

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

str
#define str(s)
Definition: TestProcessor.cc:48
writedatasetfile.run
run
Definition: writedatasetfile.py:27