CMS 3D CMS Logo

Variables

Skims_DPG_cff Namespace Reference

Variables

tuple EcalActivityPath = cms.Path( ecalActivitySeq )
tuple pathlogerror = cms.Path(logerrorseq)
tuple pathlogerrormonitor = cms.Path(logerrormonitorseq)
tuple pfPath = cms.Path(pfMETSelSeq)
tuple skimContent = FEVTEventContent.clone()
tuple SKIMStreamEcalActivity
tuple SKIMStreamHighMET
tuple SKIMStreamLogError
tuple SKIMStreamLogErrorMonitor
tuple SKIMStreamWElectron
tuple SKIMStreamZElectron
tuple SKIMStreamZHbb
tuple SKIMStreamZmmg
tuple SKIMStreamZMu
tuple tcPath = cms.Path(tcMETSelSeq)
tuple WElectronPath = cms.Path( elecMetSeq )
tuple WpfMetSkimPath = cms.Path(pfMetWMuNuSeq)
tuple WtcMetSkimPath = cms.Path(tcMetWMuNuSeq)
tuple ZElectronPathGsf = cms.Path( tagGsfSeq )
tuple ZHbbSkimPath = cms.Path(ZHbbSkim)
tuple ZmmgSkimPath = cms.Path(ZmmgSkimSeq)
tuple ZMuSkimPath = cms.Path(diMuonSelSeq)

Variable Documentation

tuple Skims_DPG_cff::EcalActivityPath = cms.Path( ecalActivitySeq )

Definition at line 98 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff::pathlogerror = cms.Path(logerrorseq)

Definition at line 12 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff::pathlogerrormonitor = cms.Path(logerrormonitorseq)

Definition at line 24 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff::pfPath = cms.Path(pfMETSelSeq)

Definition at line 344 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff::skimContent = FEVTEventContent.clone()

Definition at line 4 of file Skims_DPG_cff.py.

Initial value:
00001 cms.FilteredStream(
00002     responsible = 'ECAL DPG',
00003     name = 'EcalActivity',
00004     paths = ( EcalActivityPath ),
00005     content = skimContent.outputCommands,
00006     selectEvents = cms.untracked.PSet(),
00007     dataTier = cms.untracked.string('RAW-RECO')
00008     )

Definition at line 99 of file Skims_DPG_cff.py.

Initial value:
00001 cms.FilteredStream(
00002             responsible = 'MET Group',
00003             name = 'HighMET',
00004             paths = (pfPath,tcPath),
00005             content = skimContent.outputCommands,
00006             selectEvents = cms.untracked.PSet(),
00007             dataTier = cms.untracked.string('RAW-RECO')
00008             )

Definition at line 346 of file Skims_DPG_cff.py.

Initial value:
00001 cms.FilteredStream(
00002     responsible = 'reco convener',
00003     name = 'LogError',
00004     paths = (pathlogerror),
00005     content = skimContent.outputCommands,
00006     selectEvents = cms.untracked.PSet(),
00007     dataTier = cms.untracked.string('RAW-RECO')
00008     )

Definition at line 14 of file Skims_DPG_cff.py.

Initial value:
00001 cms.FilteredStream(
00002     responsible = 'reco convener',
00003     name = 'LogErrorMonitor',
00004     paths = (pathlogerrormonitor),
00005     content = cms.untracked.vstring('drop *_*_*_*', 'keep edmErrorSummaryEntrys_*_*_*'),
00006     selectEvents = cms.untracked.PSet(),
00007     dataTier = cms.untracked.string('USER')
00008     )

Definition at line 26 of file Skims_DPG_cff.py.

Initial value:
00001 cms.FilteredStream(
00002     responsible = 'ECAL DPG',
00003     name = 'WElectron',
00004     paths = ( WElectronPath ),
00005     content = WElectronSkimContent.outputCommands,
00006     selectEvents = cms.untracked.PSet(),
00007     dataTier = cms.untracked.string('USER')
00008     )

Definition at line 316 of file Skims_DPG_cff.py.

Initial value:
00001 cms.FilteredStream(
00002     responsible = 'ECAL DPG',
00003     name = 'ZElectron',
00004     paths = ( ZElectronPathGsf ),
00005     content = skimContent.outputCommands,
00006     selectEvents = cms.untracked.PSet(),
00007     dataTier = cms.untracked.string('RAW-RECO')
00008     )

Definition at line 331 of file Skims_DPG_cff.py.

Initial value:
00001 cms.FilteredStream(
00002     responsible = 'BTV',
00003     name = 'ZHbb',
00004     paths = (ZHbbSkimPath),
00005     content = skimContent.outputCommands,
00006     selectEvents = cms.untracked.PSet(),
00007     dataTier = cms.untracked.string('RAW-RECO')
00008     )

Definition at line 362 of file Skims_DPG_cff.py.

Initial value:
00001 cms.FilteredStream(
00002     responsible = 'ECAL DPG',
00003     name = 'Zmmg',
00004     paths = (ZmmgSkimPath),
00005     content = skimContent.outputCommands,
00006     selectEvents = cms.untracked.PSet(),
00007     dataTier = cms.untracked.string('RAW-RECO')
00008     )

Definition at line 282 of file Skims_DPG_cff.py.

Initial value:
00001 cms.FilteredStream(
00002     responsible = 'Muon DPG-POG-MuEW',
00003     name = 'ZMu',
00004     paths = (ZMuSkimPath),
00005     content = skimContent.outputCommands,
00006     selectEvents = cms.untracked.PSet(),
00007     dataTier = cms.untracked.string('RAW-RECO')
00008     )

Definition at line 274 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff::tcPath = cms.Path(tcMETSelSeq)

Definition at line 345 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff::WElectronPath = cms.Path( elecMetSeq )

Definition at line 315 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff::WpfMetSkimPath = cms.Path(pfMetWMuNuSeq)

Definition at line 265 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff::WtcMetSkimPath = cms.Path(tcMetWMuNuSeq)

Definition at line 264 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff::ZElectronPathGsf = cms.Path( tagGsfSeq )

Definition at line 330 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff::ZHbbSkimPath = cms.Path(ZHbbSkim)

Definition at line 361 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff::ZmmgSkimPath = cms.Path(ZmmgSkimSeq)

Definition at line 263 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff::ZMuSkimPath = cms.Path(diMuonSelSeq)

Definition at line 262 of file Skims_DPG_cff.py.