![]() |
![]() |
Public Member Functions | |
def | __init__ (self, dataset, user, options) |
def | addOption (self, parser) |
def | run (self, input) |
![]() | |
def | __init__ (self, name, dataset, user, options, instance=None) |
def | addOption (self, parser) |
def | getname (self) |
def | run (self, input) |
Public Attributes | |
das | |
dataset | |
user | |
![]() | |
dataset | |
instance | |
name | |
options | |
user | |
Common options for the script __main__: used by all production tasks
Definition at line 49 of file production_tasks.py.
def production_tasks.ParseOptions.__init__ | ( | self, | |
dataset, | |||
user, | |||
options | |||
) |
Definition at line 51 of file production_tasks.py.
def production_tasks.ParseOptions.addOption | ( | self, | |
parser | |||
) |
Definition at line 89 of file production_tasks.py.
def production_tasks.ParseOptions.run | ( | self, | |
input | |||
) |
Definition at line 93 of file production_tasks.py.
production_tasks.ParseOptions.das |
Definition at line 88 of file production_tasks.py.
production_tasks.ParseOptions.dataset |
Definition at line 94 of file production_tasks.py.
production_tasks.ParseOptions.user |
Definition at line 96 of file production_tasks.py.
Referenced by cmsPerfSuite.PerfSuite.optionParse(), and DTWorkflow.DTWorkflow.remote_out_path().