CMS 3D CMS Logo

HLTValidationHarvest_cff.py
Go to the documentation of this file.
7 #from HLTriggerOffline.special.hltAlCaPostVal_cff import *
14 #from HLTriggerOffline.Common.PostProcessorExample_cfi import *
19 
20 hltpostvalidation = cms.Sequence(
21  postProcessorHLTtrackingSequence
22  +postProcessorHLTvertexing
23  +HLTMuonPostVal
24  +HLTTauPostVal
25  +EgammaPostVal
26  + postProcessorHLTgsfTrackingSequence
27  + postProcessorHLTmuonTrackingSequence
28  +heavyFlavorValidationHarvestingSequence
29  +JetMETPostVal
30  #+HLTAlCaPostVal
31  +SusyExoPostVal
32  #+ExamplePostVal
33  +hltvalidationqt
34  +HLTHiggsPostVal
35  +hltExoticaPostProcessors
36  +b2gHLTriggerValidationHarvest
37  +HLTSMPPostVal
38  +HltBTagPostVal
39  )
40 from Configuration.Eras.Modifier_phase1Pixel_cff import phase1Pixel
41 
42 # fastsim customs
43 from Configuration.Eras.Modifier_fastSim_cff import fastSim
44 fastSim.toReplaceWith(hltpostvalidation, hltpostvalidation.copyAndExclude([
45  postProcessorHLTtrackingSequence,
46  postProcessorHLTvertexing,
47  postProcessorHLTgsfTrackingSequence,
48  postProcessorHLTmuonTrackingSequence
49  # remove this: hltvalidationqt ?
50  # remove this: hltExoticaPostProcessors ?
51 ]))
52 
53 hltpostvalidation_preprod = cms.Sequence(
54  postProcessorHLTtrackingSequence
55  +postProcessorHLTvertexing
56  +HLTTauPostVal
57  +heavyFlavorValidationHarvestingSequence
58  +SusyExoPostVal
59  + postProcessorHLTgsfTrackingSequence
60  + postProcessorHLTmuonTrackingSequence
61  #+HLTHiggsPostVal
62  )
63 
64 hltpostvalidation_prod = cms.Sequence(
65  postProcessorHLTtrackingSequence
66  +postProcessorHLTvertexing
67  + postProcessorHLTgsfTrackingSequence
68  + postProcessorHLTmuonTrackingSequence
69  )