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