Common/leftImage.jpg" alt="CMS 3D" align="left" border="0"/> Common/rightImage.jpg" alt="CMS Logo" align="right" border="0"/>

/data/refman/pasoursint/CMSSW_5_2_9/src/HLTriggerOffline/Common/python/HLTValidationHarvest_cff.py

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 #from HLTriggerOffline.special.hltAlCaPostVal_cff import *
00009 from HLTriggerOffline.SUSYBSM.SUSYBSM_postProcessor_cff import *
00010 from HLTriggerOffline.Higgs.HLTHiggsPostVal_cff import *
00011 
00012 #from HLTriggerOffline.Common.PostProcessorExample_cfi import *
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     #+HLTAlCaPostVal
00024     +SusyExoPostVal
00025    #+ExamplePostVal
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     #+HLTAlCaPostVal
00039     +SusyExoPostVal
00040     +HLTHiggsPostVal
00041     )
00042 
00043 hltpostvalidation_preprod = cms.Sequence( 
00044     HLTTauPostVal
00045     +HLTTopPostVal
00046     +hltriggerFourVectorClient
00047     +heavyFlavorValidationHarvestingSequence
00048     +SusyExoPostVal
00049    #+HLTHiggsPostVal
00050     )
00051 
00052 hltpostvalidation_prod = cms.Sequence( 
00053     hltriggerFourVectorClient
00054     )