Exemple #1
0
 def __init__(self):
     Reco.__init__(self)
     self.recoSeq=''
     self.cbSc='HeavyIons'
     self.promptCustoms='Configuration/DataProcessing/RecoTLR.customiseRun2DeprecatedPromptHI'
     self.expressCustoms='Configuration/DataProcessing/RecoTLR.customiseRun2DeprecatedExpressHI'
     self.visCustoms='Configuration/DataProcessing/RecoTLR.customiseRun2DeprecatedExpressHI'
Exemple #2
0
 def __init__(self):
     Reco.__init__(self)
     self.recoSeq=''
     self.cbSc='pp'
     self.promptCustoms= [ 'Configuration/DataProcessing/RecoTLR.customisePrompt' ]
     self.expressCustoms=[ 'Configuration/DataProcessing/RecoTLR.customiseExpress' ]
     self.visCustoms=[ 'Configuration/DataProcessing/RecoTLR.customiseExpress' ]
Exemple #3
0
 def __init__(self):
     Reco.__init__(self)
     self.recoSeq = ''
     self.cbSc = 'HeavyIons'
     self.promptCustoms = 'Configuration/DataProcessing/RecoTLR.customisePromptHI'
     self.expressCustoms = 'Configuration/DataProcessing/RecoTLR.customiseExpressHI'
     self.visCustoms = 'Configuration/DataProcessing/RecoTLR.customiseExpressHI'
Exemple #4
0
 def __init__(self):
     Reco.__init__(self)
     self.recoSeq=''
     self.cbSc='pp'
     self.addEI=True
     self.promptCustoms= [ 'Configuration/DataProcessing/RecoTLR.customisePrompt' ]
     self.expressCustoms=[ ]
     self.alcaHarvCustoms=[]
     self.expressModifiers = modifyExpress
     self.visCustoms=[ ]
     self.visModifiers = modifyExpress
Exemple #5
0
 def __init__(self):
     Reco.__init__(self)
     self.recoSeq = ''
     self.cbSc = 'pp'
     self.isRepacked = False
     self.promptCustoms = [
         'Configuration/DataProcessing/RecoTLR.customisePrompt'
     ]
     self.expressCustoms = []
     self.alcaHarvCustoms = []
     self.expressModifiers = modifyExpress
     self.visCustoms = []
     self.visModifiers = modifyExpress
Exemple #6
0
    def alcaHarvesting(self, globalTag, datasetName, **args):
        """
        _alcaHarvesting_

        Proton collisions data taking AlCa Harvesting

        """
        if not 'skims' in args and not 'alcapromptdataset' in args:
            args['skims'] = ['SiStripQuality']

        return Reco.alcaHarvesting(self, globalTag, datasetName, **args)
Exemple #7
0
    def alcaHarvesting(self, globalTag, datasetName, **args):
        """
        _alcaHarvesting_

        Proton collisions data taking AlCa Harvesting

        """
        if not 'skims' in args:
            args['skims']=['SiStripQuality']
            
        return Reco.alcaHarvesting(self, globalTag, datasetName, **args)
Exemple #8
0
    def alcaHarvesting(self, globalTag, datasetName, **args):
        """
        _alcaHarvesting_

        Proton collisions data taking AlCa Harvesting

        """
        if not "skims" in args:
            args["skims"] = ["SiStripQuality"]

        return Reco.alcaHarvesting(self, globalTag, datasetName, **args)
Exemple #9
0
    def visualizationProcessing(self, globalTag, **args):
        """
        _visualizationProcessing_

        Proton collision data taking visualization processing

        """
        process = Reco.visualizationProcessing(self,globalTag, **args)
        
        customiseExpressRun2(process)
                
        return process
Exemple #10
0
    def visualizationProcessing(self, globalTag, **args):
        """
        _visualizationProcessing_

        Proton collision data taking visualization processing

        """
        process = Reco.visualizationProcessing(self,globalTag, **args)
        
        customiseExpress(process)
                
        return process
Exemple #11
0
    def alcaHarvesting(self, globalTag, datasetName, **args):
        """
        _alcaHarvesting_

        Proton collisions data taking AlCa Harvesting

        """
        if not 'skims' in args:
            args['skims']=['BeamSpotByRun',
                           'BeamSpotByLumi',
                           'SiStripQuality']
            
        return Reco.alcaHarvesting(self, globalTag, datasetName, **args)
Exemple #12
0
    def promptReco(self, globalTag, **args):
        """
        _promptReco_

        Cosmic data taking prompt reco

        """
        if not "skims" in args:
            args["skims"] = ["@allForPromptCosmics"]
        process = Reco.promptReco(self, globalTag, **args)

        customiseCosmicData(process)
        return process
Exemple #13
0
    def promptReco(self, globalTag, **args):
        """
        _promptReco_

        Cosmic data taking prompt reco

        """
        if not 'skims' in args:
            args['skims'] = ['@allForPromptCosmics']
        process = Reco.promptReco(self, globalTag, **args)

        customiseCosmicData(process)
        return process
Exemple #14
0
    def promptReco(self, globalTag, **args):
        """
        _promptReco_

        Cosmic data taking prompt reco

        """
        if not 'skims' in args:
            args['skims']= ['@allForPromptCosmics']
        process = Reco.promptReco(self,globalTag, **args)

        customiseCosmicDataRun2(process)  
        return process
Exemple #15
0
    def visualizationProcessing(self, globalTag, **args):
        """
        _visualizationProcessing_

        Cosmic data taking visualization processing

        """

        process = Reco.visualizationProcessing(self, globalTag, **args)

        customiseCosmicData(process)
        process.reconstructionCosmics.remove(process.lumiProducer)

        return process
Exemple #16
0
    def expressProcessing(self, globalTag, **args):
        """
        _expressProcessing_

        Cosmic data taking express processing

        """

        if not 'skims' in args:
            args['skims'] = ['@allForExpressCosmics']
        process = Reco.expressProcessing(self, globalTag, **args)

        customiseCosmicData(process)
        return process
Exemple #17
0
    def expressProcessing(self, globalTag, **args):
        """
        _expressProcessing_

        Cosmic data taking express processing

        """

        if not "skims" in args:
            args["skims"] = ["@allForExpressCosmics"]
        process = Reco.expressProcessing(self, globalTag, **args)

        customiseCosmicData(process)
        return process
Exemple #18
0
    def alcaHarvesting(self, globalTag, datasetName, **args):
        """
        _alcaHarvesting_

        Proton collisions data taking AlCa Harvesting

        """

        if not 'skims' in args and not 'alcapromptdataset' in args:
            args['skims']=['BeamSpotByRun',
                           'BeamSpotByLumi',
                           'SiStripQuality']
            
        return Reco.alcaHarvesting(self, globalTag, datasetName, **args)
Exemple #19
0
    def visualizationProcessing(self, globalTag, **args):
        """
        _visualizationProcessing_

        Cosmic data taking visualization processing

        """

        process = Reco.visualizationProcessing(self,globalTag, **args)

        customiseCosmicDataRun2(process)  
        process.reconstructionCosmics.remove(process.lumiProducer)

        return process
Exemple #20
0
    def expressProcessing(self, globalTag, **args):
        """
        _expressProcessing_

        Cosmic data taking express processing

        """

        if not 'skims' in args:
            args['skims']= ['@allForExpressCosmics']
        process = Reco.expressProcessing(self,globalTag, **args)

        customiseCosmicDataRun2(process)  
        return process
Exemple #21
0
    def expressProcessing(self, globalTag, **args):
        """
        _expressProcessing_

        Proton collision data taking express processing

        """
        if not 'skims' in args:
            args['skims']=['@allForExpress']
        process = Reco.expressProcessing(self,globalTag, **args)
        
        customiseExpressRun2(process)
                
        return process
Exemple #22
0
    def expressProcessing(self, globalTag, **args):
        """
        _expressProcessing_

        Proton collision data taking express processing

        """
        if not 'skims' in args:
            args['skims']=['@allForExpress']
        process = Reco.expressProcessing(self,globalTag, **args)
        
        customiseExpress(process)
                
        return process
Exemple #23
0
    def promptReco(self, globalTag, **args):
        """
        _promptReco_

        Proton collision data taking prompt reco

        """
        if not 'skims' in args:
            args['skims']=['@allForPrompt']
        process = Reco.promptReco(self,globalTag, **args)

        #add the former top level patches here
        customisePrompt(process)
        
        return process
Exemple #24
0
    def visualizationProcessing(self, globalTag, **args):
        """
        _visualizationProcessing_

        Cosmic data taking visualization processing

        """

        if not 'customs' in args:
            args['customs']=['Configuration/DataProcessing/RecoTLR.customiseCosmicData']
        else:
            args['customs'].append('Configuration/DataProcessing/RecoTLR.customiseCosmicData')
        process = Reco.visualizationProcessing(self,globalTag, **args)

        return process
Exemple #25
0
    def visualizationProcessing(self, globalTag, **args):
        """
        _visualizationProcessing_

        Proton collision data taking visualization processing

        """
        if not 'customs' in args:
            args['customs']=['Configuration/DataProcessing/RecoTLR.customiseExpressRun2Deprecated']
        else:
            args['customs'].append('Configuration/DataProcessing/RecoTLR.customiseExpressRun2Deprecated')

        process = Reco.visualizationProcessing(self,globalTag, **args)
        
        return process
Exemple #26
0
    def visualizationProcessing(self, globalTag, **args):
        """
        _visualizationProcessing_

        Proton collision data taking visualization processing

        """
        if not 'customs' in args:
            args['customs']=['Configuration/DataProcessing/RecoTLR.customiseExpressRun2B0T']
        else:
            args['customs'].append('Configuration/DataProcessing/RecoTLR.customiseExpressRun2B0T')

        process = Reco.visualizationProcessing(self,globalTag, **args)
        
        return process
Exemple #27
0
    def promptReco(self, globalTag, **args):
        """
        _promptReco_

        Proton collision data taking prompt reco

        """
        if not 'skims' in args:
            args['skims']=['@allForPrompt']
        process = Reco.promptReco(self,globalTag, **args)

        #add the former top level patches here
        customisePromptRun2(process)
        
        return process
Exemple #28
0
    def alcaHarvesting(self, globalTag, datasetName, **args):
        """
        _alcaHarvesting_

        Heavy ions collisions data taking AlCa Harvesting

        """
        self._checkMINIAOD(**args)

        if not 'skims' in args and not 'alcapromptdataset' in args:
            args['skims']=['BeamSpotByRun',
                           'BeamSpotByLumi',
                           'SiStripQuality']
            
        return Reco.alcaHarvesting(self, globalTag, datasetName, **args)
Exemple #29
0
    def promptReco(self, globalTag, **args):
        """
        _promptReco_

        Cosmic data taking prompt reco

        """
        if not 'skims' in args:
            args['skims']= ['@allForPromptCosmics']
        if not 'customs' in args:
            args['customs']=['Configuration/DataProcessing/RecoTLR.customiseCosmicData']
        else:
            args['customs'].append('Configuration/DataProcessing/RecoTLR.customiseCosmicData')
        process = Reco.promptReco(self,globalTag, **args)

        return process
Exemple #30
0
    def visualizationProcessing(self, globalTag, **args):
        """
        _visualizationProcessing_

        Proton collision data taking visualization processing

        """
        if not 'customs' in args:
            args['customs'] = []

        for c in self.visCustoms:
            args['customs'].append(c)

        process = Reco.visualizationProcessing(self, globalTag, **args)

        return process
Exemple #31
0
    def visualizationProcessing(self, globalTag, **args):
        """
        _visualizationProcessing_

        Proton collision data taking visualization processing

        """
        if not 'customs' in args:
            args['customs']=[ ]

        for c in self.visCustoms:
            args['customs'].append(c)

        process = Reco.visualizationProcessing(self,globalTag, **args)
        
        return process
Exemple #32
0
    def promptReco(self, globalTag, **args):
        """
        _promptReco_

        Cosmic data taking prompt reco

        """
        if not 'skims' in args:
            args['skims']= ['@allForPromptCosmics']
        if not 'customs' in args:
            args['customs']=['Configuration/DataProcessing/RecoTLR.customiseCosmicData']
        else:
            args['customs'].append('Configuration/DataProcessing/RecoTLR.customiseCosmicData')
        process = Reco.promptReco(self,globalTag, **args)

        return process
Exemple #33
0
    def promptReco(self, globalTag, **args):
        """
        _promptReco_

        Cosmic data taking prompt reco

        """
        if not "skims" in args:
            args["skims"] = ["@allForPromptCosmics"]
        if not "customs" in args:
            args["customs"] = ["Configuration/DataProcessing/RecoTLR.customiseCosmicDataRun2"]
        else:
            args["customs"].append("Configuration/DataProcessing/RecoTLR.customiseCosmicDataRun2")
        process = Reco.promptReco(self, globalTag, **args)

        return process
Exemple #34
0
    def expressProcessing(self, globalTag, **args):
        """
        _expressProcessing_

        Cosmic data taking express processing

        """

        if not "skims" in args:
            args["skims"] = ["@allForExpressCosmics"]
        if not "customs" in args:
            args["customs"] = ["Configuration/DataProcessing/RecoTLR.customiseCosmicDataRun2"]
        else:
            args["customs"].append("Configuration/DataProcessing/RecoTLR.customiseCosmicDataRun2")
        process = Reco.expressProcessing(self, globalTag, **args)

        return process
Exemple #35
0
    def visualizationProcessing(self, globalTag, **args):
        """
        _visualizationProcessing_

        Cosmic data taking visualization processing

        """

        if not "customs" in args:
            args["customs"] = ["Configuration/DataProcessing/RecoTLR.customiseCosmicDataRun2"]
        else:
            args["customs"].append("Configuration/DataProcessing/RecoTLR.customiseCosmicDataRun2")
        process = Reco.visualizationProcessing(self, globalTag, **args)

        process.reconstructionCosmics.remove(process.lumiProducer)

        return process
Exemple #36
0
    def expressProcessing(self, globalTag, **args):
        """
        _expressProcessing_

        Cosmic data taking express processing

        """

        if not 'skims' in args:
            args['skims']= ['@allForExpressCosmics']
        if not 'customs' in args:
            args['customs']=['Configuration/DataProcessing/RecoTLR.customiseCosmicData']
        else:
            args['customs'].append('Configuration/DataProcessing/RecoTLR.customiseCosmicData')
        process = Reco.expressProcessing(self,globalTag, **args)

        return process
Exemple #37
0
    def expressProcessing(self, globalTag, **args):
        """
        _expressProcessing_

        Cosmic data taking express processing

        """

        if not 'skims' in args:
            args['skims']= ['@allForExpressCosmics']
        if not 'customs' in args:
            args['customs']=['Configuration/DataProcessing/RecoTLR.customiseCosmicData']
        else:
            args['customs'].append('Configuration/DataProcessing/RecoTLR.customiseCosmicData')
        process = Reco.expressProcessing(self,globalTag, **args)

        return process
Exemple #38
0
    def visualizationProcessing(self, globalTag, **args):
        """
        _visualizationProcessing_

        Cosmic data taking visualization processing

        """

        if not 'customs' in args:
            args['customs']=['Configuration/DataProcessing/RecoTLR.customiseCosmicDataRun2Deprecated']
        else:
            args['customs'].append('Configuration/DataProcessing/RecoTLR.customiseCosmicDataRun2Deprecated')
        process = Reco.visualizationProcessing(self,globalTag, **args)

        process.reconstructionCosmics.remove(process.lumiProducer)

        return process
Exemple #39
0
    def visualizationProcessing(self, globalTag, **args):
        """
        _visualizationProcessing_

        Heavy ions collision data taking visualization processing

        """
        self._checkMINIAOD(**args)
        self._setRepackedFlag(args)

        if not 'customs' in args:
            args['customs'] = []

        args['customs'].append(self.visCustoms)

        process = Reco.visualizationProcessing(self, globalTag, **args)

        return process
Exemple #40
0
    def visualizationProcessing(self, globalTag, **args):
        """
        _visualizationProcessing_

        Heavy ions collision data taking visualization processing

        """
        self._checkMINIAOD(**args)
        self._setRepackedFlag(args)

        if not 'customs' in args:
            args['customs']=[ ]

        args['customs'].append( self.visCustoms )

        process = Reco.visualizationProcessing(self,globalTag, **args)
        
        return process
Exemple #41
0
    def expressProcessing(self, globalTag, **args):
        """
        _expressProcessing_

        Proton collision data taking express processing

        """
        if not 'skims' in args:
            args['skims']=['@allForExpress']

        if not 'customs' in args:
            args['customs']=['Configuration/DataProcessing/RecoTLR.customiseExpressRun2Deprecated']
        else:
            args['customs'].append('Configuration/DataProcessing/RecoTLR.customiseExpressRun2Deprecated')

        process = Reco.expressProcessing(self,globalTag, **args)
        
        return process
Exemple #42
0
    def promptReco(self, globalTag, **args):
        """
        _promptReco_

        Proton collision data taking prompt reco

        """
        if not 'skims' in args:
            args['skims']=['@allForPrompt']

        if not 'customs' in args:
            args['customs']=['Configuration/DataProcessing/RecoTLR.customisePromptRun2Deprecated']
        else:
            args['customs'].append('Configuration/DataProcessing/RecoTLR.customisePromptRun2Deprecated')

        process = Reco.promptReco(self,globalTag, **args)

        return process
Exemple #43
0
    def expressProcessing(self, globalTag, **args):
        """
        _expressProcessing_

        Proton collision data taking express processing

        """
        if not 'skims' in args:
            args['skims']=['@allForExpress']
        if not 'customs' in args:
            args['customs']=['Configuration/DataProcessing/RecoTLR.customiseExpressRun2B0T']
        else:
            args['customs'].append('Configuration/DataProcessing/RecoTLR.customiseExpressRun2B0T')


        process = Reco.expressProcessing(self,globalTag, **args)
        
        return process
Exemple #44
0
    def visualizationProcessing(self, globalTag, **args):
        """
        _visualizationProcessing_

        Heavy ions collision data taking visualization processing

        """
        self._checkMINIAOD(**args)

        customsFunction = self.visCustoms
        if not 'customs' in args:
            args['customs']=[ customsFunction ]
        else:
            args['customs'].append( customsFunction )

        process = Reco.visualizationProcessing(self,globalTag, **args)
        
        return process
Exemple #45
0
    def promptReco(self, globalTag, **args):
        """
        _promptReco_

        Proton collision data taking prompt reco

        """
        if not 'skims' in args:
            args['skims']=['@allForPrompt']

        if not 'customs' in args:
            args['customs']=['Configuration/DataProcessing/RecoTLR.customisePromptRun2B0T']
        else:
            args['customs'].append('Configuration/DataProcessing/RecoTLR.customisePromptRun2B0T')

        process = Reco.promptReco(self,globalTag, **args)

        return process
Exemple #46
0
    def expressProcessing(self, globalTag, **args):
        """
        _expressProcessing_

        Proton collision data taking express processing

        """
        if not 'skims' in args:
            args['skims'] = ['@allForExpress']

        if not 'customs' in args:
            args['customs'] = []

        for c in self.expressCustoms:
            args['customs'].append(c)

        process = Reco.expressProcessing(self, globalTag, **args)

        return process
Exemple #47
0
    def expressProcessing(self, globalTag, **args):
        """
        _expressProcessing_

        Proton collision data taking express processing

        """
        if not 'skims' in args:
            args['skims']=['@allForExpress']

        if not 'customs' in args:
            args['customs']=[ ]

        for c in self.expressCustoms:
            args['customs'].append(c)

        process = Reco.expressProcessing(self,globalTag, **args)
        
        return process
Exemple #48
0
    def promptReco(self, globalTag, **args):
        """
        _promptReco_

        Proton collision data taking prompt reco

        """
        if not 'skims' in args:
            args['skims']=['@allForPrompt']

        if not 'customs' in args:
            args['customs']= [ ]

        for c in self.promptCustoms:
            args['customs'].append(c)

        process = Reco.promptReco(self,globalTag, **args)

        return process
Exemple #49
0
    def promptReco(self, globalTag, **args):
        """
        _promptReco_

        Proton collision data taking prompt reco

        """
        if not 'skims' in args:
            args['skims'] = ['@allForPrompt']

        if not 'customs' in args:
            args['customs'] = []

        for c in self.promptCustoms:
            args['customs'].append(c)

        process = Reco.promptReco(self, globalTag, **args)

        return process
Exemple #50
0
    def alcaHarvesting(self, globalTag, datasetName, **args):
        """
        _alcaHarvesting_

        Proton collisions data taking AlCa Harvesting

        """

        if not 'customs' in args:
            args['customs'] = []

        for c in self.alcaHarvCustoms:
            args['customs'].append(c)

        if not 'skims' in args and not 'alcapromptdataset' in args:
            args['skims'] = [
                'BeamSpotByRun', 'BeamSpotByLumi', 'SiStripQuality'
            ]

        return Reco.alcaHarvesting(self, globalTag, datasetName, **args)
Exemple #51
0
    def visualizationProcessing(self, globalTag, **args):
        """
        _visualizationProcessing_

        Cosmic data taking visualization processing

        """

        if not 'customs' in args:
            args['customs'] = [
                'Configuration/DataProcessing/RecoTLR.customiseCosmicDataRun2'
            ]
        else:
            args['customs'].append(
                'Configuration/DataProcessing/RecoTLR.customiseCosmicDataRun2')
        process = Reco.visualizationProcessing(self, globalTag, **args)

        process.reconstructionCosmics.remove(process.lumiProducer)

        return process
Exemple #52
0
    def expressProcessing(self, globalTag, **args):
        """
        _expressProcessing_

        Heavy ions collision data taking express processing

        """
        self._checkMINIAOD(**args)
        self._setRepackedFlag(args)

        if not 'skims' in args:
            args['skims'] = ['@allForExpress']

        if not 'customs' in args:
            args['customs'] = []

        args['customs'].append(self.expressCustoms)

        process = Reco.expressProcessing(self, globalTag, **args)

        return process
Exemple #53
0
    def promptReco(self, globalTag, **args):
        """
        _promptReco_

        Heavy ions collision data taking prompt reco

        """
        self._checkMINIAOD(**args)
        self._setRepackedFlag(args)

        if not 'skims' in args:
            args['skims']=['@allForPrompt']

        if not 'customs' in args:
            args['customs']=[ ]

        args['customs'].append(self.promptCustoms)

        process = Reco.promptReco(self,globalTag, **args)

        return process
Exemple #54
0
    def promptReco(self, globalTag, **args):
        """
        _promptReco_

        Heavy ions collision data taking prompt reco

        """
        self._checkMINIAOD(**args)
        self._setRepackedFlag(args)

        if not 'skims' in args:
            args['skims'] = ['@allForPrompt']

        if not 'customs' in args:
            args['customs'] = []

        args['customs'].append(self.promptCustoms)

        process = Reco.promptReco(self, globalTag, **args)

        return process
Exemple #55
0
    def expressProcessing(self, globalTag, **args):
        """
        _expressProcessing_

        Heavy ions collision data taking express processing

        """
        self._checkMINIAOD(**args)
        self._setRepackedFlag(args)

        if not 'skims' in args:
            args['skims']=['@allForExpress']

        if not 'customs' in args:
            args['customs']=[ ]

        args['customs'].append( self.expressCustoms )

        process = Reco.expressProcessing(self,globalTag, **args)
        
        return process
Exemple #56
0
 def __init__(self):
     Reco.__init__(self)
     self.recoSeq = ''
     self.cbSc = 'pp'
Exemple #57
0
 def __init__(self):
     Reco.__init__(self)
     self.recoSeq = ''
     self.cbSc = 'cosmics'