CMS 3D CMS Logo

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

Variables

tuple diJetSkimPath = cms.Path( diJetSkimSequence )
 
tuple photonSkimPath = cms.Path( photonSkimSequence )
 
tuple skimContent = FEVTEventContent.clone()
 
tuple SKIMStreamDiJet
 
tuple SKIMStreamPhoton
 
tuple SKIMStreamZEE
 
tuple SKIMStreamZMM
 
tuple zEESkimPath = cms.Path( zEESkimSequence )
 
tuple zMMSkimPath = cms.Path( zMMSkimSequence )
 

Variable Documentation

tuple Skims_HI_cff.diJetSkimPath = cms.Path( diJetSkimSequence )

Definition at line 11 of file Skims_HI_cff.py.

tuple Skims_HI_cff.photonSkimPath = cms.Path( photonSkimSequence )

Definition at line 24 of file Skims_HI_cff.py.

tuple Skims_HI_cff.skimContent = FEVTEventContent.clone()

Definition at line 4 of file Skims_HI_cff.py.

tuple Skims_HI_cff.SKIMStreamDiJet
Initial value:
1 = cms.FilteredStream(
2  responsible = 'HI PAG',
3  name = 'DiJet',
4  paths = (diJetSkimPath),
5  content = skimContent.outputCommands,
6  selectEvents = cms.untracked.PSet(),
7  dataTier = cms.untracked.string('RAW-RECO')
8  )

Definition at line 12 of file Skims_HI_cff.py.

tuple Skims_HI_cff.SKIMStreamPhoton
Initial value:
1 = cms.FilteredStream(
2  responsible = 'HI PAG',
3  name = 'Photon',
4  paths = (photonSkimPath),
5  content = skimContent.outputCommands,
6  selectEvents = cms.untracked.PSet(),
7  dataTier = cms.untracked.string('RAW-RECO')
8  )

Definition at line 25 of file Skims_HI_cff.py.

tuple Skims_HI_cff.SKIMStreamZEE
Initial value:
1 = cms.FilteredStream(
2  responsible = 'HI PAG',
3  name = 'ZEE',
4  paths = (zEESkimPath),
5  content = skimContent.outputCommands,
6  selectEvents = cms.untracked.PSet(),
7  dataTier = cms.untracked.string('RAW-RECO')
8  )

Definition at line 35 of file Skims_HI_cff.py.

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

Definition at line 48 of file Skims_HI_cff.py.

tuple Skims_HI_cff.zEESkimPath = cms.Path( zEESkimSequence )

Definition at line 34 of file Skims_HI_cff.py.

tuple Skims_HI_cff.zMMSkimPath = cms.Path( zMMSkimSequence )

Definition at line 47 of file Skims_HI_cff.py.