5 from DQM.EcalMonitorClient.IntegrityClient_cfi
import ecalIntegrityClient
6 from DQM.EcalMonitorClient.OccupancyClient_cfi
import ecalOccupancyClient
7 from DQM.EcalMonitorClient.PresampleClient_cfi
import ecalPresampleClient
8 from DQM.EcalMonitorClient.RawDataClient_cfi
import ecalRawDataClient
9 from DQM.EcalMonitorClient.SelectiveReadoutClient_cfi
import ecalSelectiveReadoutClient
10 from DQM.EcalMonitorClient.TimingClient_cfi
import ecalTimingClient
11 from DQM.EcalMonitorClient.TrigPrimClient_cfi
import ecalTrigPrimClient
12 from DQM.EcalMonitorClient.SummaryClient_cfi
import ecalSummaryClient
14 ecalMonitorClient = cms.EDAnalyzer(
"EcalDQMonitorClient",
15 moduleName = cms.untracked.string(
"Ecal Monitor Client"),
17 workers = cms.untracked.vstring(
26 workerParameters = cms.untracked.PSet(
27 IntegrityClient = ecalIntegrityClient,
28 OccupancyClient = ecalOccupancyClient,
29 PresampleClient = ecalPresampleClient,
30 RawDataClient = ecalRawDataClient,
31 SelectiveReadoutClient = ecalSelectiveReadoutClient,
32 TimingClient = ecalTimingClient,
33 TrigPrimClient = ecalTrigPrimClient,
34 SummaryClient = ecalSummaryClient
36 commonParameters = ecalCommonParams,
37 verbosity = cms.untracked.int32(0)