Go to the documentation of this file.00001
00002 """
00003 _hcalnzs_
00004
00005 Scenario supporting proton collisions
00006
00007 """
00008
00009 import os
00010 import sys
00011
00012 from Configuration.DataProcessing.Impl.pp import pp
00013 from Configuration.DataProcessing.RecoTLR import customisePrompt
00014
00015 class hcalnzs(pp):
00016 def __init__(self):
00017 self.recoSeq=':reconstruction_HcalNZS'
00018 self.cbSc='pp'
00019 """
00020 _hcalnzs_
00021
00022 Implement configuration building for data processing for proton
00023 collision data taking
00024
00025 """
00026 def promptReco(self, globalTag, **args):
00027 """
00028 _promptReco_
00029
00030 Proton collision data taking prompt reco
00031
00032 """
00033 if not 'skims' in args:
00034 args['skims']=['HcalCalMinBias']
00035 process = pp.promptReco(self,globalTag,**args)
00036 return process