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 49 of file crabWrapper.py.

Member Function Documentation

def crabWrapper.CrabWrapper.run (   self,
  options 
)

Definition at line 50 of file crabWrapper.py.

References harvestTrackValidationPlots.str.

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

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