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 # fastsim customs
40 from Configuration.StandardSequences.Eras import eras
41 if eras.fastSim.isChosen():
42  hltpostvalidation.remove(postProcessorHLTtrackingSequence)
43  hltpostvalidation.remove(postProcessorHLTvertexing)
44  # remove this: +hltvalidationqt ?
45  # remove this: +hltExoticaPostProcessors ?
46 
47 hltpostvalidation_preprod = cms.Sequence(
48  postProcessorHLTtrackingSequence
49  +postProcessorHLTvertexing
50  +HLTTauPostVal
51  +heavyFlavorValidationHarvestingSequence
52  +SusyExoPostVal
53  #+HLTHiggsPostVal
54  )
55 
56 hltpostvalidation_prod = cms.Sequence(
57  postProcessorHLTtrackingSequence
58  +postProcessorHLTvertexing
59  )