CMS 3D CMS Logo

HLTTauDQMOffline_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
7 
8 HLTTauDQMOffline = cms.Sequence(TauRefProducer
9  +hltTauOfflineMonitor_PFTaus
10  +hltTauOfflineMonitor_PNetTaus
11  +hltTauOfflineMonitor_Inclusive
12  +hltTauOfflineMonitor_TagAndProbe
13  )
14 
15 HLTTauDQMOfflineHarvesting = cms.Sequence(HLTTauPostSeq)
16 
17 HLTTauDQMOfflineQuality = cms.Sequence(hltTauOfflineQualityTests)
18 
19 HLTTauDQMOfflineCertification = cms.Sequence(hltTauOfflineCertification)
20 
21 tauHLTDQMSourceExtra = cms.Sequence(
22 )