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 if fastSim.isChosen():
48  hltpostvalidation.remove(postProcessorHLTtrackingSequence)
49  hltpostvalidation.remove(postProcessorHLTvertexing)
50  hltpostvalidation.remove(postProcessorHLTgsfTrackingSequence)
51  hltpostvalidation.remove(postProcessorHLTmuonTrackingSequence)
52  # remove this: +hltvalidationqt ?
53  # remove this: +hltExoticaPostProcessors ?
54 
55 hltpostvalidation_preprod = cms.Sequence(
56  postProcessorHLTtrackingSequence
57  +postProcessorHLTvertexing
58  +HLTTauPostVal
59  +heavyFlavorValidationHarvestingSequence
60  +SusyExoPostVal
61  + postProcessorHLTgsfTrackingSequence
62  + postProcessorHLTmuonTrackingSequence
63  #+HLTHiggsPostVal
64  )
65 
66 hltpostvalidation_prod = cms.Sequence(
67  postProcessorHLTtrackingSequence
68  +postProcessorHLTvertexing
69  + postProcessorHLTgsfTrackingSequence
70  + postProcessorHLTmuonTrackingSequence
71  )