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 *
13 #from HLTriggerOffline.Common.PostProcessorExample_cfi import *
15 
16 hltpostvalidation = cms.Sequence(
17  postProcessorHLTtracking
18  +HLTMuonPostVal
19  +HLTTauPostVal
20  +EgammaPostVal
21  +topHLTriggerValidationHarvest
22  +hltriggerFourVectorClient
23  +heavyFlavorValidationHarvestingSequence
24  +JetMETPostVal
25  #+HLTAlCaPostVal
26  +SusyExoPostVal
27  #+ExamplePostVal
28  +hltvalidationqt
29  +HLTHiggsPostVal
30  +hltExoticaPostProcessors
31  )
32 
33 hltpostvalidation_fastsim = cms.Sequence(
34  HLTMuonPostVal_FastSim
35  +HLTTauPostVal
36  +EgammaPostVal
37  +hltriggerFourVectorClient
38  +topHLTriggerValidationHarvest
39  +heavyFlavorValidationHarvestingSequence
40  +JetMETPostVal
41  #+HLTAlCaPostVal
42  +SusyExoPostVal
43  +HLTHiggsPostVal
44  )
45 
46 hltpostvalidation_preprod = cms.Sequence(
47  postProcessorHLTtracking
48  +HLTTauPostVal
49  +hltriggerFourVectorClient
50  +heavyFlavorValidationHarvestingSequence
51  +SusyExoPostVal
52  #+HLTHiggsPostVal
53  )
54 
55 hltpostvalidation_prod = cms.Sequence(
56  postProcessorHLTtracking
57  +hltriggerFourVectorClient
58  )