CMS 3D CMS Logo

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 *
21 
22 hltpostvalidation = cms.Sequence(
23  postProcessorHLTtrackingSequence
24  +postProcessorHLTvertexing
25  +HLTMuonPostVal
26  +HLTTauPostVal
27  +EgammaPostVal
28  + postProcessorHLTgsfTrackingSequence
29  + postProcessorHLTmuonTrackingSequence
30  +topHLTriggerValidationHarvest
31  +heavyFlavorValidationHarvestingSequence
32  +JetMETPostVal
33  #+HLTAlCaPostVal
34  +SusyExoPostVal
35  #+ExamplePostVal
36  +hltvalidationqt
37  +HLTHiggsPostVal
38  +hltExoticaPostProcessors
39  +b2gHLTriggerValidationHarvest
40  +HLTSMPPostVal
41  +HltBTagPostVal
42  )
43 from Configuration.Eras.Modifier_phase1Pixel_cff import phase1Pixel
44 
45 # fastsim customs
46 from Configuration.Eras.Modifier_fastSim_cff import fastSim
47 fastSim.toReplaceWith(hltpostvalidation, hltpostvalidation.copyAndExclude([
48  postProcessorHLTtrackingSequence,
49  postProcessorHLTvertexing,
50  postProcessorHLTgsfTrackingSequence,
51  postProcessorHLTmuonTrackingSequence
52  # remove this: hltvalidationqt ?
53  # remove this: hltExoticaPostProcessors ?
54 ]))
55 
56 hltpostvalidation_preprod = cms.Sequence(
57  postProcessorHLTtrackingSequence
58  +postProcessorHLTvertexing
59  +HLTTauPostVal
60  +heavyFlavorValidationHarvestingSequence
61  +SusyExoPostVal
62  + postProcessorHLTgsfTrackingSequence
63  + postProcessorHLTmuonTrackingSequence
64  #+HLTHiggsPostVal
65  )
66 
67 hltpostvalidation_prod = cms.Sequence(
68  postProcessorHLTtrackingSequence
69  +postProcessorHLTvertexing
70  + postProcessorHLTgsfTrackingSequence
71  + postProcessorHLTmuonTrackingSequence
72  )