コード例 #1
0
ファイル: pplowpu.py プロジェクト: UVa-IHEP/cmg-cmssw
 def __init__(self):
     pp.__init__(self)
     self.cbSc='pp'
     cCustoms = [ 'RecoTracker/Configuration/customiseForRunI.customiseForRunI' ]
     self.promptCustoms += cCustoms
     self.expressCustoms += cCustoms
     self.visCustoms += cCustoms
コード例 #2
0
 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' ]
コード例 #3
0
ファイル: trackingOnly.py プロジェクト: BetterWang/cmssw
 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
コード例 #4
0
ファイル: trackingOnly.py プロジェクト: threus/cmssw
 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
コード例 #5
0
ファイル: ppEra_Run2_2016.py プロジェクト: angirar/my_cmssw
 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' ]
コード例 #6
0
 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' ]
コード例 #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' ]
コード例 #8
0
 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' ]
コード例 #9
0
 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' ]
コード例 #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'
     ]
コード例 #11
0
 def __init__(self):
     pp.__init__(self)
     self.recoSeq = ':reconstruction_HcalNZS'
     self.cbSc = 'pp'
コード例 #12
0
ファイル: ppEra_Run2_50ns.py プロジェクト: angirar/my_cmssw
 def __init__(self):
     pp.__init__(self)
     self.recoSeq = ''
     self.cbSc = 'pp'
     self.eras = Run2_50ns
コード例 #13
0
ファイル: ppEra_Run2_50ns.py プロジェクト: JanFSchulte/cmssw
 def __init__(self):
     pp.__init__(self)
     self.recoSeq=''
     self.cbSc='pp'
     self.eras=Run2_50ns
コード例 #14
0
ファイル: hcalnzs.py プロジェクト: Andrej-CMS/cmssw
 def __init__(self):
     pp.__init__(self)
     self.recoSeq=':reconstruction_HcalNZS'
     self.cbSc='pp'