Exemple #1
0
 def __init__(self):
     pp.__init__(self)
     self.cbSc='pp'
     cCustoms = [ 'RecoTracker/Configuration/customiseForRunI.customiseForRunI' ]
     self.promptCustoms += cCustoms
     self.expressCustoms += cCustoms
     self.visCustoms += cCustoms
 def __init__(self):
     pp.__init__(self)
     self.recoSeq=''
     self.cbSc='pp'
     self.eras=eras.eras.Run2_2016_pA
     self.promptCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2016' ]
     self.expressCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2016' ]
     self.visCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2016' ]
Exemple #3
0
 def __init__(self):
     pp.__init__(self)
     # tracking only RECO is sufficient, to run high performance BS at PCL;
     # some dedicated customization are required, though: see specific era implementations
     self.recoSeq=':reconstruction_trackingOnly'
     self.cbSc='pp'
     # don't run EI, because only tracking is done
     self.addEI=False
Exemple #4
0
 def __init__(self):
     pp.__init__(self)
     # tracking only RECO is sufficient, to run high performance BS at PCL;
     # some dedicated customization are required, though: see specific era implementations
     self.recoSeq = ':reconstruction_trackingOnly'
     self.cbSc = 'pp'
     # don't run EI, because only tracking is done
     self.addEI = False
Exemple #5
0
 def __init__(self):
     pp.__init__(self)
     self.recoSeq=''
     self.cbSc='pp'
     self.eras=Run2_2016
     self.promptCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2016' ]
     self.expressCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2016' ]
     self.visCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2016' ]
 def __init__(self):
     pp.__init__(self)
     self.recoSeq=''
     self.cbSc='pp'
     self.addEI=True
     self.eras=Run2_2016_trackingLowPU
     self.promptCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2016' ]
     self.expressCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2016' ]
     self.visCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2016' ]
Exemple #7
0
 def __init__(self):
     pp.__init__(self)
     self.recoSeq=''
     self.cbSc='pp'
     self.isRepacked=True
     self.eras=Run2_2018_pp_on_AA
     self.promptCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018_pp_on_AA' ]
     self.expressCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018_pp_on_AA' ]
     self.visCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018_pp_on_AA' ]
 def __init__(self):
     pp.__init__(self)
     self.recoSeq=''
     self.cbSc='pp'
     self.addEI=True
     self.isRepacked=True
     self.eras=Run2_2017_ppRef
     self.promptCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2017_ppRef' ]
     self.expressCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2017_ppRef' ]
     self.visCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2017_ppRef' ]
 def __init__(self):
     pp.__init__(self)
     self.recoSeq=''
     self.cbSc='pp'
     self.addEI=True
     self.eras=Run2_2018_highBetaStar
     #keep post-era parts the same as in the default 2018 era
     self.promptCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018' ]
     self.expressCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018' ]
     self.visCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018' ]
Exemple #10
0
 def __init__(self):
     pp.__init__(self)
     self.recoSeq = ''
     self.cbSc = 'pp'
     self.eras = Run2_2018_highBetaStar
     #keep post-era parts the same as in the default 2018 era
     self.promptCustoms += [
         'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018'
     ]
     self.expressCustoms += [
         'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018'
     ]
     self.visCustoms += [
         'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018'
     ]
Exemple #11
0
 def __init__(self):
     pp.__init__(self)
     self.recoSeq = ':reconstruction_HcalNZS'
     self.cbSc = 'pp'
Exemple #12
0
 def __init__(self):
     pp.__init__(self)
     self.recoSeq = ''
     self.cbSc = 'pp'
     self.eras = Run2_50ns
Exemple #13
0
 def __init__(self):
     pp.__init__(self)
     self.recoSeq=''
     self.cbSc='pp'
     self.eras=Run2_50ns
Exemple #14
0
 def __init__(self):
     pp.__init__(self)
     self.recoSeq=':reconstruction_HcalNZS'
     self.cbSc='pp'