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.
1 
9 #from HLTriggerOffline.special.hltAlCaPostVal_cff import *
16 #from HLTriggerOffline.Common.PostProcessorExample_cfi import *
19 
20 hltpostvalidation = cms.Sequence(
21  postProcessorHLTtrackingSequence
22  +postProcessorHLTvertexing
23  +HLTMuonPostVal
24  +HLTTauPostVal
25  +EgammaPostVal
26  +topHLTriggerValidationHarvest
27  +heavyFlavorValidationHarvestingSequence
28  +JetMETPostVal
29  #+HLTAlCaPostVal
30  +SusyExoPostVal
31  #+ExamplePostVal
32  +hltvalidationqt
33  +HLTHiggsPostVal
34  +hltExoticaPostProcessors
35  +b2gHLTriggerValidationHarvest
36  +HLTSMPPostVal
37  +HltBTagPostVal
38  )
39 from Configuration.Eras.Modifier_phase1Pixel_cff import phase1Pixel
40 
41 # fastsim customs
42 from Configuration.Eras.Modifier_fastSim_cff import fastSim
43 if fastSim.isChosen():
44  hltpostvalidation.remove(postProcessorHLTtrackingSequence)
45  hltpostvalidation.remove(postProcessorHLTvertexing)
46  # remove this: +hltvalidationqt ?
47  # remove this: +hltExoticaPostProcessors ?
48 
49 hltpostvalidation_preprod = cms.Sequence(
50  postProcessorHLTtrackingSequence
51  +postProcessorHLTvertexing
52  +HLTTauPostVal
53  +heavyFlavorValidationHarvestingSequence
54  +SusyExoPostVal
55  #+HLTHiggsPostVal
56  )
57 
58 hltpostvalidation_prod = cms.Sequence(
59  postProcessorHLTtrackingSequence
60  +postProcessorHLTvertexing
61  )