CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTValidation_cff.py
Go to the documentation of this file.
8 #from HLTriggerOffline.special.hltAlCaVal_cff import *
17 
18 # offline dqm:
19 # from DQMOffline.Trigger.DQMOffline_Trigger_cff.py import *
23 #from DQMOffline.Trigger.MuonTrigRateAnalyzer_cfi import *
24 # online dqm:
26 
27 # additional producer sequence prior to hltvalidation
28 # to evacuate producers/filters from the EndPath
29 hltassociation = cms.Sequence( egammaSelectors
30  +ExoticaValidationProdSeq )
31 
32 
33 hltvalidation = cms.Sequence(
34  hltMultiTrackValidation
35  +hltMultiPVValidation
36  +HLTMuonVal
37  +HLTTauVal
38  +egammaValidationSequence
39  +topHLTriggerOfflineDQM
40  +topHLTriggerValidation
41  +heavyFlavorValidationSequence
42  +HLTJetMETValSeq
43  +HLTSusyExoValSeq
44  +HiggsValidationSequence
45  +ExoticaValidationSequence
46  +b2gHLTriggerValidation
47  +SMPValidationSequence
48  +hltbtagValidationSequence
49  )
50 
51 
52 # additional producer sequence prior to hltvalidation_fastsim
53 # to evacuate producers from the EndPath
54 hltassociation_fastsim = cms.Sequence(
55  egammaSelectors
56  + hltTauRef
57 )
58 
59 hltvalidation_fastsim = cms.Sequence(
60  HLTMuonVal
61  +HLTTauValFS
62  +egammaValidationSequenceFS
63  +topHLTriggerOfflineDQM
64  +topHLTriggerValidation
65  +heavyFlavorValidationSequence
66  +HLTJetMETValSeq
67  #+HLTAlCaVal_FastSim
68  +HLTSusyExoValSeq_FastSim
69  +HiggsValidationSequence
70  +b2gHLTriggerValidation
71  +SMPValidationSequence
72  +hltbtagValidationSequenceFastSim
73  )
74 
75 hltvalidation_preprod = cms.Sequence(
76  HLTTauVal
77  +heavyFlavorValidationSequence
78  +HLTSusyExoValSeq
79  #+HiggsValidationSequence
80  )
81 
82 hltvalidation_preprod_fastsim = cms.Sequence(
83  HLTTauVal
84  +heavyFlavorValidationSequence
85  +HLTSusyExoValSeq_FastSim
86 #+HiggsValidationSequence
87 )
88 
89 hltvalidation_prod = cms.Sequence(
90  )
91 
92 trigdqm_forValidation = cms.Sequence(
93  hltMonTauReco+HLTTauDQMOffline
94  +egHLTOffDQMSource
95  )
96 
97 hltvalidation_withDQM = cms.Sequence(
98  hltvalidation
99  +trigdqm_forValidation
100  )