CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTValidationHarvest_cff.py
Go to the documentation of this file.
8 #from HLTriggerOffline.special.hltAlCaPostVal_cff import *
11 
12 #from HLTriggerOffline.Common.PostProcessorExample_cfi import *
14 
15 hltpostvalidation = cms.Sequence(
16  HLTMuonPostVal
17  +HLTTauPostVal
18  +EgammaPostVal
19  +HLTTopPostVal
20  +hltriggerFourVectorClient
21  +heavyFlavorValidationHarvestingSequence
22  +JetMETPostVal
23  #+HLTAlCaPostVal
24  +SusyExoPostVal
25  #+ExamplePostVal
26  +hltvalidationqt
27  +HLTHiggsPostVal
28  )
29 
30 hltpostvalidation_fastsim = cms.Sequence(
31  HLTMuonPostVal_FastSim
32  +HLTTauPostVal
33  +EgammaPostVal
34  +hltriggerFourVectorClient
35  +HLTTopPostVal
36  +heavyFlavorValidationHarvestingSequence
37  +JetMETPostVal
38  #+HLTAlCaPostVal
39  +SusyExoPostVal
40  +HLTHiggsPostVal
41  )
42 
43 hltpostvalidation_preprod = cms.Sequence(
44  HLTTauPostVal
45  +HLTTopPostVal
46  +hltriggerFourVectorClient
47  +heavyFlavorValidationHarvestingSequence
48  +SusyExoPostVal
49  #+HLTHiggsPostVal
50  )
51 
52 hltpostvalidation_prod = cms.Sequence(
53  hltriggerFourVectorClient
54  )