CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 SKIMStreamWMu
 
tuple SKIMStreamZElectron
 
tuple SKIMStreamZHbb
 
tuple SKIMStreamZmmg
 
tuple SKIMStreamZMu
 
tuple WElectronPath = cms.Path( elecMetSeq )
 
tuple WMuPath = cms.Path( pfMetWMuNuSeq )
 
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 370 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.skimContent = FEVTEventContent.clone()

Definition at line 4 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.SKIMStreamEcalActivity
Initial value:
1 = cms.FilteredStream(
2  responsible = 'ECAL DPG',
3  name = 'EcalActivity',
4  paths = ( EcalActivityPath ),
5  content = skimContent.outputCommands,
6  selectEvents = cms.untracked.PSet(),
7  dataTier = cms.untracked.string('RAW-RECO')
8  )

Definition at line 99 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.SKIMStreamHighMET
Initial value:
1 = cms.FilteredStream(
2  responsible = 'MET Group',
3  name = 'HighMET',
4  paths = (pfPath),
5  content = skimContent.outputCommands,
6  selectEvents = cms.untracked.PSet(),
7  dataTier = cms.untracked.string('RAW-RECO')
8  )

Definition at line 372 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.SKIMStreamLogError
Initial value:
1 = cms.FilteredStream(
2  responsible = 'reco convener',
3  name = 'LogError',
4  paths = (pathlogerror),
5  content = skimContent.outputCommands,
6  selectEvents = cms.untracked.PSet(),
7  dataTier = cms.untracked.string('RAW-RECO')
8  )

Definition at line 14 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.SKIMStreamLogErrorMonitor
Initial value:
1 = cms.FilteredStream(
2  responsible = 'reco convener',
3  name = 'LogErrorMonitor',
4  paths = (pathlogerrormonitor),
5  content = cms.untracked.vstring('drop *_*_*_*', 'keep edmErrorSummaryEntrys_*_*_*'),
6  selectEvents = cms.untracked.PSet(),
7  dataTier = cms.untracked.string('USER')
8  )

Definition at line 26 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.SKIMStreamWElectron
Initial value:
1 = cms.FilteredStream(
2  responsible = 'Egamma POG',
3  name = 'WElectron',
4  paths = ( WElectronPath ),
5  content = skimContent.outputCommands,
6  selectEvents = cms.untracked.PSet(),
7  dataTier = cms.untracked.string('RAW-RECO')
8  )

Definition at line 273 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.SKIMStreamWMu
Initial value:
1 = cms.FilteredStream(
2  responsible = 'DDT Test',
3  name = 'WMu',
4  paths = ( WMuPath ),
5  content = skimContent.outputCommands,
6  selectEvents = cms.untracked.PSet(),
7  dataTier = cms.untracked.string('RAW-RECO')
8  )

Definition at line 261 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.SKIMStreamZElectron
Initial value:
1 = cms.FilteredStream(
2  responsible = 'ECAL DPG',
3  name = 'ZElectron',
4  paths = ( ZElectronPathGsf ),
5  content = skimContent.outputCommands,
6  selectEvents = cms.untracked.PSet(),
7  dataTier = cms.untracked.string('RAW-RECO')
8  )

Definition at line 357 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.SKIMStreamZHbb
Initial value:
1 = cms.FilteredStream(
2  responsible = 'BTV',
3  name = 'ZHbb',
4  paths = (ZHbbSkimPath),
5  content = skimContent.outputCommands,
6  selectEvents = cms.untracked.PSet(),
7  dataTier = cms.untracked.string('RAW-RECO')
8  )

Definition at line 388 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.SKIMStreamZmmg
Initial value:
1 = cms.FilteredStream(
2  responsible = 'ECAL DPG',
3  name = 'Zmmg',
4  paths = (ZmmgSkimPath),
5  content = skimContent.outputCommands,
6  selectEvents = cms.untracked.PSet(),
7  dataTier = cms.untracked.string('RAW-RECO')
8  )

Definition at line 308 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.SKIMStreamZMu
Initial value:
1 = cms.FilteredStream(
2  responsible = 'Muon DPG-POG-MuEW',
3  name = 'ZMu',
4  paths = (ZMuSkimPath),
5  content = skimContent.outputCommands,
6  selectEvents = cms.untracked.PSet(),
7  dataTier = cms.untracked.string('RAW-RECO')
8  )

Definition at line 300 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.WElectronPath = cms.Path( elecMetSeq )

Definition at line 272 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.WMuPath = cms.Path( pfMetWMuNuSeq )

Definition at line 260 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.WpfMetSkimPath = cms.Path(pfMetWMuNuSeq)

Definition at line 291 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.WtcMetSkimPath = cms.Path(tcMetWMuNuSeq)

Definition at line 290 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.ZElectronPathGsf = cms.Path( tagGsfSeq )

Definition at line 356 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.ZHbbSkimPath = cms.Path(ZHbbSkim)

Definition at line 387 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.ZmmgSkimPath = cms.Path(ZmmgSkimSeq)

Definition at line 289 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.ZMuSkimPath = cms.Path(diMuonSelSeq)

Definition at line 288 of file Skims_DPG_cff.py.