Exemple #1
0
 def __init__(self):
     trackingOnly.__init__(self)
     # tracking only RECO is sufficient, to run high performance BS at PCL;
     # some dedicated customization are required, though: customisePostEra_Run3_trackingOnly
     self.recoSeq=':reconstruction_trackingOnly'
     self.cbSc='pp'
     self.eras=Run3
     self.promptCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run3' ]
     self.expressCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run3_express_trackingOnly' ]
     self.visCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run3' ]
 def __init__(self):
     trackingOnly.__init__(self)
     # tracking only RECO is sufficient, to run high performance BS at PCL;
     # some dedicated customization are required, though: customisePostEra_Run2_2018_trackingOnly
     self.isRepacked=True
     self.eras=Run2_2018_pp_on_AA
     #keep post-era parts the same as in the default 2018 era
     self.promptCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018_2018_pp_on_AA' ]
     self.expressCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018_pp_on_AA_express_trackingOnly' ]
     self.visCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018_2018_pp_on_AA' ]
 def __init__(self):
     trackingOnly.__init__(self)
     # tracking only RECO is sufficient, to run high performance BS at PCL;
     # some dedicated customization are required, though: customisePostEra_Run2_2018_trackingOnly
     self.recoSeq=':reconstruction_trackingOnly'
     self.cbSc='pp'
     self.addEI=False
     self.eras=Run2_2018
     self.promptCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018' ]
     self.expressCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018_express_trackingOnly' ]
     self.visCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018' ]
 def __init__(self):
     trackingOnly.__init__(self)
     # tracking only RECO is sufficient, to run high performance BS at PCL;
     # some dedicated customization are required, though: customisePostEra_Run2_2018_trackingOnly
     self.recoSeq=':reconstruction_trackingOnly'
     self.cbSc='pp'
     self.addEI=False
     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_express_trackingOnly' ]
     self.visCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018' ]