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  HLTMuonAss_FastSim
56  + egammaSelectors
57  + hltTauRef
58 )
59 
60 hltvalidation_fastsim = cms.Sequence(
61  HLTMuonVal_FastSim
62  +HLTTauValFS
63  +egammaValidationSequenceFS
64  +topHLTriggerOfflineDQM
65  +topHLTriggerValidation
66  +heavyFlavorValidationSequence
67  +HLTJetMETValSeq
68  #+HLTAlCaVal_FastSim
69  +HLTSusyExoValSeq_FastSim
70  +HiggsValidationSequence
71  +b2gHLTriggerValidation
72  +SMPValidationSequence
73  +hltbtagValidationSequenceFastSim
74  )
75 
76 hltvalidation_preprod = cms.Sequence(
77  HLTTauVal
78  +heavyFlavorValidationSequence
79  +HLTSusyExoValSeq
80  #+HiggsValidationSequence
81  )
82 
83 hltvalidation_preprod_fastsim = cms.Sequence(
84  HLTTauVal
85  +heavyFlavorValidationSequence
86  +HLTSusyExoValSeq_FastSim
87 #+HiggsValidationSequence
88 )
89 
90 hltvalidation_prod = cms.Sequence(
91  )
92 
93 trigdqm_forValidation = cms.Sequence(
94  hltMonTauReco+HLTTauDQMOffline
95  +egHLTOffDQMSource
96  )
97 
98 hltvalidation_withDQM = cms.Sequence(
99  hltvalidation
100  +trigdqm_forValidation
101  )