CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
Skims_PPRef_cff Namespace Reference

Variables

tuple d0MesonSkimPath = cms.Path( d0MesonSkimSequence )
 
tuple highPtJetSkimPath = cms.Path( highPtJetSkimSequence )
 
tuple oniaSkimPath = cms.Path( oniaSkimSequence )
 
tuple skimFEVTContent = FEVTEventContent.clone()
 
tuple skimRECOContent = RECOEventContent.clone()
 
tuple SKIMStreamD0Meson
 
tuple SKIMStreamHighPtJet
 
tuple SKIMStreamOnia
 
tuple SKIMStreamZMM
 
tuple zMMSkimPath = cms.Path( zMMSkimSequence )
 

Variable Documentation

tuple Skims_PPRef_cff.d0MesonSkimPath = cms.Path( d0MesonSkimSequence )

Definition at line 55 of file Skims_PPRef_cff.py.

tuple Skims_PPRef_cff.highPtJetSkimPath = cms.Path( highPtJetSkimSequence )

Definition at line 16 of file Skims_PPRef_cff.py.

tuple Skims_PPRef_cff.oniaSkimPath = cms.Path( oniaSkimSequence )

Definition at line 42 of file Skims_PPRef_cff.py.

tuple Skims_PPRef_cff.skimFEVTContent = FEVTEventContent.clone()

Definition at line 9 of file Skims_PPRef_cff.py.

tuple Skims_PPRef_cff.skimRECOContent = RECOEventContent.clone()

Definition at line 5 of file Skims_PPRef_cff.py.

tuple Skims_PPRef_cff.SKIMStreamD0Meson
Initial value:
1 = cms.FilteredStream(
2  responsible = 'HI PAG',
3  name = 'D0Meson',
4  paths = (d0MesonSkimPath),
5  content = skimRECOContent.outputCommands,
6  selectEvents = cms.untracked.PSet(),
7  dataTier = cms.untracked.string('RECO')
8  )

Definition at line 56 of file Skims_PPRef_cff.py.

tuple Skims_PPRef_cff.SKIMStreamHighPtJet
Initial value:
1 = cms.FilteredStream(
2  responsible = 'HI PAG',
3  name = 'HighPtJet',
4  paths = (highPtJetSkimPath),
5  content = skimFEVTContent.outputCommands,
6  selectEvents = cms.untracked.PSet(),
7  dataTier = cms.untracked.string('RAW-RECO')
8  )

Definition at line 17 of file Skims_PPRef_cff.py.

tuple Skims_PPRef_cff.SKIMStreamOnia
Initial value:
1 = cms.FilteredStream(
2  responsible = 'HI PAG',
3  name = 'Onia',
4  paths = (oniaSkimPath),
5  content = skimRECOContent.outputCommands,
6  selectEvents = cms.untracked.PSet(),
7  dataTier = cms.untracked.string('RECO')
8  )

Definition at line 43 of file Skims_PPRef_cff.py.

tuple Skims_PPRef_cff.SKIMStreamZMM
Initial value:
1 = cms.FilteredStream(
2  responsible = 'HI PAG',
3  name = 'ZMM',
4  paths = (zMMSkimPath),
5  content = skimFEVTContent.outputCommands,
6  selectEvents = cms.untracked.PSet(),
7  dataTier = cms.untracked.string('RAW-RECO')
8  )

Definition at line 30 of file Skims_PPRef_cff.py.

tuple Skims_PPRef_cff.zMMSkimPath = cms.Path( zMMSkimSequence )

Definition at line 29 of file Skims_PPRef_cff.py.