Go to the documentation of this file.00001 from HLTriggerOffline.Tau.Validation.HLTTauPostValidation_cfi import *
00002 from HLTriggerOffline.Muon.HLTMuonPostVal_cff import *
00003 from HLTriggerOffline.Egamma.EgammaPostProcessor_cfi import *
00004 from HLTriggerOffline.Top.HLTTopPostVal_cff import *
00005 from HLTriggerOffline.Common.FourVectorHLTriggerOfflineClient_cfi import *
00006 from HLTriggerOffline.HeavyFlavor.heavyFlavorValidationHarvestingSequence_cff import *
00007 from HLTriggerOffline.JetMET.Validation.JetMETPostProcessor_cff import *
00008
00009 from HLTriggerOffline.SUSYBSM.SUSYBSM_postProcessor_cff import *
00010 from HLTriggerOffline.Higgs.HLTHiggsPostVal_cff import *
00011
00012
00013 from HLTriggerOffline.Common.HLTValidationQT_cff import *
00014
00015 hltpostvalidation = cms.Sequence(
00016 HLTMuonPostVal
00017 +HLTTauPostVal
00018 +EgammaPostVal
00019 +HLTTopPostVal
00020 +hltriggerFourVectorClient
00021 +heavyFlavorValidationHarvestingSequence
00022 +JetMETPostVal
00023
00024 +SusyExoPostVal
00025
00026 +hltvalidationqt
00027 +HLTHiggsPostVal
00028 )
00029
00030 hltpostvalidation_fastsim = cms.Sequence(
00031 HLTMuonPostVal_FastSim
00032 +HLTTauPostVal
00033 +EgammaPostVal
00034 +hltriggerFourVectorClient
00035 +HLTTopPostVal
00036 +heavyFlavorValidationHarvestingSequence
00037 +JetMETPostVal
00038
00039 +SusyExoPostVal
00040 +HLTHiggsPostVal
00041 )
00042
00043 hltpostvalidation_preprod = cms.Sequence(
00044 HLTTauPostVal
00045 +HLTTopPostVal
00046 +hltriggerFourVectorClient
00047 +heavyFlavorValidationHarvestingSequence
00048 +SusyExoPostVal
00049
00050 )
00051
00052 hltpostvalidation_prod = cms.Sequence(
00053 hltriggerFourVectorClient
00054 )