def __init__(self):
     hcalnzs.__init__(self)
     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_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' ]
Esempio n. 2
0
 def __init__(self):
     hcalnzs.__init__(self)
     self.recoSeq=':reconstruction_HcalNZS'
     self.cbSc='pp'
     self.eras = Run2_2017
     self.promptCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2017' ]
     self.expressCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2017' ]
     self.visCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2017' ]
Esempio n. 3
0
 def __init__(self):
     hcalnzs.__init__(self)
     self.recoSeq=':reconstruction_HcalNZS'
     self.cbSc='pp'
     self.eras = eras.eras.Run2_25ns
     self.promptCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_25ns' ]
     self.expressCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_25ns' ]
     self.visCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_25ns' ]
 def __init__(self):
     hcalnzs.__init__(self)
     self.recoSeq=':reconstruction_HcalNZS'
     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' ]
 def __init__(self):
     hcalnzs.__init__(self)
     self.recoSeq=':reconstruction_HcalNZS'
     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' ]