Esempio n. 1
0
    def __init__(self):
        StdBase.__init__(self)

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

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

        self.inputPrimaryDataset = None
        self.inputProcessedDataset = None

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

        self.inputPrimaryDataset = None
        self.inputProcessedDataset = None

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

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

        return
Esempio n. 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
Esempio n. 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
Esempio n. 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
Esempio n. 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 = {}
Esempio n. 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 = {}
Esempio n. 15
0
 def __init__(self):
     StdBase.__init__(self)
     return
Esempio n. 16
0
 def __init__(self):
     StdBase.__init__(self)
     return
Esempio n. 17
0
 def __init__(self):
     StdBase.__init__(self)
     self.requiredFields = ["CMSSWVersion", "ScramArch", "InputDataset",
                            "Requestor", "RequestorDN" , "RequestName"]
Esempio n. 18
0
 def __init__(self):
     StdBase.__init__(self)
     self.multicore = False
     self.multicoreNCores = 1
     return
Esempio n. 19
0
 def __init__(self):
     StdBase.__init__(self)
     self.multicore = False
     self.multicoreNCores = 1
     return
Esempio n. 20
0
 def __init__(self):
     StdBase.__init__(self)
     self.mergeMapping = {}
     self.taskMapping = {}
Esempio n. 21
0
 def __init__(self):
     StdBase.__init__(self)
     self.mergeMapping = {}
     self.taskMapping = {}
Esempio n. 22
0
 def __init__(self):
     StdBase.__init__(self)
     self.requiredFields = [
         "CMSSWVersion", "ScramArch", "InputDataset", "Requestor",
         "RequestorDN", "RequestName"
     ]