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 *
11 
12 
13 # offline dqm:
14 # from DQMOffline.Trigger.DQMOffline_Trigger_cff.py import *
17 #from DQMOffline.Trigger.MuonTrigRateAnalyzer_cfi import *
18 # online dqm:
20 
21 # additional producer sequence prior to hltvalidation
22 # to evacuate producers/filters from the EndPath
23 hltassociation = cms.Sequence( egammaSelectors )
24 
25 
26 hltvalidation = cms.Sequence(
27  HLTMuonVal
28  +HLTTauVal
29  +egammaValidationSequence
30  +HLTTopVal
31  +HLTFourVector
32  +heavyFlavorValidationSequence
33  +HLTJetMETValSeq
34  +HLTSusyExoValSeq
35  +HiggsValidationSequence
36  )
37 
38 
39 # additional producer sequence prior to hltvalidation_fastsim
40 # to evacuate producers from the EndPath
41 hltassociation_fastsim = cms.Sequence(
42  HLTMuonAss_FastSim
43  + egammaSelectors
44  + hltTauRef
45 )
46 
47 hltvalidation_fastsim = cms.Sequence(
48  HLTMuonVal_FastSim
49  +HLTTauValFS
50  +egammaValidationSequenceFS
51  +HLTTopVal
52  +HLTFourVector
53  +heavyFlavorValidationSequence
54  +HLTJetMETValSeq
55  #+HLTAlCaVal_FastSim
56  +HLTSusyExoValSeq_FastSim
57  +HiggsValidationSequence
58  )
59 
60 hltvalidation_preprod = cms.Sequence(
61  HLTTauVal
62  +HLTTopVal
63  +HLTFourVector
64  +heavyFlavorValidationSequence
65  +HLTSusyExoValSeq
66  #+HiggsValidationSequence
67  )
68 
69 hltvalidation_preprod_fastsim = cms.Sequence(
70  HLTTauVal
71  +HLTTopVal
72  +HLTFourVector
73  +heavyFlavorValidationSequence
74  +HLTSusyExoValSeq_FastSim
75 #+HiggsValidationSequence
76 )
77 
78 hltvalidation_prod = cms.Sequence(
79  HLTFourVector
80  )
81 
82 trigdqm_forValidation = cms.Sequence(
83  hltMonTauReco+HLTTauDQMOffline
84  +egHLTOffDQMSource
85  )
86 
87 hltvalidation_withDQM = cms.Sequence(
88  hltvalidation
89  +trigdqm_forValidation
90  )