Beispiel #1
0
    def __init__(self):
        StdBase.__init__(self)

        # Define attributes used by this spec
        self.openRunningTimeout = None

        return
Beispiel #2
0
 def __init__(self):
     StdBase.__init__(self)
     self.mergeMapping = {}
     self.taskMapping = {}
     self.arguments = {}
     self.multicore = False
     self.multicoreNCores = 1
Beispiel #3
0
 def __init__(self):
     StdBase.__init__(self)
     self.eventsPerJob = None
     self.eventsPerLumi = None
     self.mergeMapping = {}
     self.taskMapping = {}
     self.taskOutputMapping = {}
Beispiel #4
0
    def __init__(self):
        StdBase.__init__(self)

        self.inputPrimaryDataset = None
        self.inputProcessedDataset = None

        return
Beispiel #5
0
 def __init__(self):
     StdBase.__init__(self)
     self.taskMapping = {}
     self.mergeMapping = {}
     self.arguments = {}
     self.multicore = False
     self.multicoreNCores = 1
Beispiel #6
0
 def __init__(self):
     StdBase.__init__(self)
     self.eventsPerJob = None
     self.eventsPerLumi = None
     self.mergeMapping = {}
     self.taskMapping = {}
     self.taskOutputMapping = {}
Beispiel #7
0
    def __init__(self):
        StdBase.__init__(self)

        self.inputPrimaryDataset = None
        self.inputProcessedDataset = None

        return
Beispiel #8
0
 def __init__(self):
     StdBase.__init__(self)
     self.mergeMapping = {}
     self.taskMapping = {}
     self.arguments = {}
     self.multicore = False
     self.multicoreNCores = 1
     self.ignoredOutputModules = []
Beispiel #9
0
    def __init__(self):
        StdBase.__init__(self)

        # Define attributes used by this spec
        self.openRunningTimeout = None
        self.transientModules = []

        return
Beispiel #10
0
    def __init__(self):
        StdBase.__init__(self)

        # Define attributes used by this spec
        self.openRunningTimeout = None
        self.stepTwoMemory = None
        self.stepTwoSizePerEvent = None
        self.stepTwoTimePerEvent = None
        self.stepThreeMemory = None
        self.stepThreeSizePerEvent = None
        self.stepThreeTimePerEvent = None

        return
Beispiel #11
0
    def __init__(self):
        """
        __init__

        Setup parameters that will be later overwritten in the call,
        otherwise pylint will complain about them.
        """
        StdBase.__init__(self)
        self.couchURL = None
        self.couchDBName = None
        self.configCacheUrl = None
        self.globalTag = None
        self.frameworkVersion = None
        self.scramArch = None
        self.couchDBName = None
        self.stepChain = None
        self.sizePerEvent = None
        self.timePerEvent = None
Beispiel #12
0
    def __init__(self):
        """
        __init__

        Setup parameters that will be later overwritten in the call,
        otherwise pylint will complain about them.
        """
        StdBase.__init__(self)
        self.couchURL = None
        self.couchDBName = None
        self.configCacheUrl = None
        self.globalTag = None
        self.frameworkVersion = None
        self.scramArch = None
        self.couchDBName = None
        self.stepChain = None
        self.sizePerEvent = None
        self.timePerEvent = None
        self.primaryDataset = None
Beispiel #13
0
    def __init__(self):
        """
        __init__

        Setup parameters that will be later overwritten in the call,
        otherwise pylint will complain about them.
        """
        StdBase.__init__(self)
        self.configCacheUrl = None
        self.globalTag = None
        self.frameworkVersion = None
        self.scramArch = None
        self.couchDBName = None
        self.stepChain = None
        self.sizePerEvent = None
        self.timePerEvent = None
        self.primaryDataset = None
        # stepMapping is going to be used during assignment for properly mapping
        # the arguments to each step/cmsRun
        self.stepMapping = {}
Beispiel #14
0
    def __init__(self):
        """
        __init__

        Setup parameters that will be later overwritten in the call,
        otherwise pylint will complain about them.
        """
        StdBase.__init__(self)
        self.configCacheUrl = None
        self.globalTag = None
        self.frameworkVersion = None
        self.scramArch = None
        self.couchDBName = None
        self.stepChain = None
        self.sizePerEvent = None
        self.timePerEvent = None
        self.primaryDataset = None
        self.prepID = None
        # stepMapping is going to be used during assignment for properly mapping
        # the arguments to each step/cmsRun
        self.stepMapping = {}
Beispiel #15
0
 def __init__(self):
     StdBase.__init__(self)
     return
Beispiel #16
0
 def __init__(self):
     StdBase.__init__(self)
     return
Beispiel #17
0
 def __init__(self):
     StdBase.__init__(self)
     self.requiredFields = ["CMSSWVersion", "ScramArch", "InputDataset",
                            "Requestor", "RequestorDN" , "RequestName"]
Beispiel #18
0
 def __init__(self):
     StdBase.__init__(self)
     self.multicore = False
     self.multicoreNCores = 1
     return
Beispiel #19
0
 def __init__(self):
     StdBase.__init__(self)
     self.multicore = False
     self.multicoreNCores = 1
     return
Beispiel #20
0
 def __init__(self):
     StdBase.__init__(self)
     self.mergeMapping = {}
     self.taskMapping = {}
Beispiel #21
0
 def __init__(self):
     StdBase.__init__(self)
     self.mergeMapping = {}
     self.taskMapping = {}
Beispiel #22
0
 def __init__(self):
     StdBase.__init__(self)
     self.requiredFields = [
         "CMSSWVersion", "ScramArch", "InputDataset", "Requestor",
         "RequestorDN", "RequestName"
     ]