CMS 3D CMS Logo

Variables

EcalMonitorClient_cfi Namespace Reference

Variables

tuple ecalMonitorClient
tuple ecalMonitorClientParams
tuple ecalMonitorClientPaths
tuple ecalMonitorClientSources = dict(ecalMonitorClientPaths)

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("EcalDQMonitorClient",
00002     moduleName = cms.untracked.string("Ecal Monitor Client"),
00003     # clients to be turned on
00004     clients = cms.untracked.vstring(
00005         "IntegrityClient",
00006         "OccupancyClient",
00007         "PresampleClient",
00008         "TrigPrimClient",
00009         "RawDataClient",
00010         "TimingClient",
00011         "SelectiveReadoutClient",
00012         "SummaryClient"
00013     ),
00014     # task parameters (included from indivitual cfis)
00015     clientParameters = dqmpset(ecalMonitorClientParams),
00016     # ME paths for each task (included from inidividual cfis)
00017     mePaths = dqmpaths("Ecal", ecalMonitorClientPaths),
00018     runAtEndLumi = cms.untracked.bool(False),
00019     verbosity = cms.untracked.int32(0)
00020 )

Definition at line 44 of file EcalMonitorClient_cfi.py.

Initial value:
00001 dict(
00002     IntegrityClient = ecalIntegrityClient.IntegrityClient,
00003     OccupancyClient = ecalOccupancyClient.OccupancyClient,
00004     PresampleClient = ecalPresampleClient.PresampleClient,
00005     TrigPrimClient = ecalTrigPrimClient.TrigPrimClient,
00006     RawDataClient = ecalRawDataClient.RawDataClient,
00007     TimingClient = ecalTimingClient.TimingClient,
00008     SelectiveReadoutClient = ecalSelectiveReadoutClient.SelectiveReadoutClient,
00009     SummaryClient = ecalSummaryClient.SummaryClient,
00010     Common = ecalCommonParams,
00011     sources = dqmpaths("Ecal", ecalMonitorClientSources)
00012 )

Definition at line 31 of file EcalMonitorClient_cfi.py.

Initial value:
00001 dict(
00002     IntegrityClient = ecalIntegrityClient.integrityClientPaths,
00003     OccupancyClient = ecalOccupancyClient.occupancyClientPaths,
00004     PresampleClient = ecalPresampleClient.presampleClientPaths,
00005     TrigPrimClient = ecalTrigPrimClient.trigPrimClientPaths,
00006     RawDataClient = ecalRawDataClient.rawDataClientPaths,
00007     TimingClient = ecalTimingClient.timingClientPaths,
00008     SelectiveReadoutClient = ecalSelectiveReadoutClient.selectiveReadoutClientPaths,
00009     SummaryClient = ecalSummaryClient.summaryClientPaths
00010 )

Definition at line 17 of file EcalMonitorClient_cfi.py.

Definition at line 28 of file EcalMonitorClient_cfi.py.