test
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 condPath = cms.Path(CondMETSelSeq)
 
tuple EcalActivityPath = cms.Path( ecalActivitySeq )
 
tuple JetHTJetPlusHOFilterPath = cms.Path( JetHTJetPlusHOFilterSequence )
 
tuple MuTauPath = cms.Path( mutauSkimSequence )
 
tuple pathlogerror = cms.Path(logerrorseq)
 
tuple pathlogerrormonitor = cms.Path(logerrormonitorseq)
 
tuple SinglePhotonJetPlusHOFilterPath = cms.Path( SinglePhotonJetPlusHOFilterSequence )
 
tuple skimContent = FEVTEventContent.clone()
 
tuple SKIMStreamEcalActivity
 
tuple SKIMStreamHighMET
 
tuple SKIMStreamJetHTJetPlusHOFilter
 
tuple SKIMStreamLogError
 
tuple SKIMStreamLogErrorMonitor
 
tuple SKIMStreamMuTau
 
tuple SKIMStreamSinglePhotonJetPlusHOFilter
 
tuple SKIMStreamTopMuEG
 
tuple SKIMStreamWElectron
 
tuple SKIMStreamWMu
 
tuple SKIMStreamZElectron
 
tuple SKIMStreamZHbb
 
tuple SKIMStreamZmmg
 
tuple SKIMStreamZMu
 
tuple TopMuEGPath = cms.Path( TopMuEGsequence )
 
tuple WElectronPath = cms.Path( elecMetSeq )
 
tuple WMuPath = cms.Path( pfMetWMuNuSeq )
 
tuple WpfMetSkimPath = cms.Path(pfMetWMuNuSeq)
 
tuple WtcMetSkimPath = cms.Path(tcMetWMuNuSeq)
 
tuple ZElectronPathGsf = cms.Path( zdiElectronSequence )
 
tuple ZHbbSkimPath = cms.Path(ZHbbSkim)
 
tuple ZmmgSkimPath = cms.Path(ZmmgSkimSeq)
 
tuple ZMuSkimPath = cms.Path(diMuonSelSeq)
 

Variable Documentation

tuple Skims_DPG_cff.condPath = cms.Path(CondMETSelSeq)

Definition at line 401 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.EcalActivityPath = cms.Path( ecalActivitySeq )

Definition at line 119 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.JetHTJetPlusHOFilterPath = cms.Path( JetHTJetPlusHOFilterSequence )

Definition at line 21 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.MuTauPath = cms.Path( mutauSkimSequence )

Definition at line 421 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.pathlogerror = cms.Path(logerrorseq)

Definition at line 33 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.pathlogerrormonitor = cms.Path(logerrormonitorseq)

Definition at line 45 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.SinglePhotonJetPlusHOFilterPath = cms.Path( SinglePhotonJetPlusHOFilterSequence )

Definition at line 11 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 120 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 = (condPath),
5 # paths = (pfPath),
6 # paths = (caloPath),
7 # paths = (miniPath),
8  content = skimContent.outputCommands,
9  selectEvents = cms.untracked.PSet(),
10  dataTier = cms.untracked.string('RAW-RECO')
11  )

Definition at line 405 of file Skims_DPG_cff.py.

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

Definition at line 22 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 35 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 47 of file Skims_DPG_cff.py.

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

Definition at line 422 of file Skims_DPG_cff.py.

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

Definition at line 12 of file Skims_DPG_cff.py.

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

Definition at line 307 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 294 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 282 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 389 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 436 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 341 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 333 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.TopMuEGPath = cms.Path( TopMuEGsequence )

Definition at line 306 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.WElectronPath = cms.Path( elecMetSeq )

Definition at line 293 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.WMuPath = cms.Path( pfMetWMuNuSeq )

Definition at line 281 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.WpfMetSkimPath = cms.Path(pfMetWMuNuSeq)

Definition at line 324 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.WtcMetSkimPath = cms.Path(tcMetWMuNuSeq)

Definition at line 323 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.ZElectronPathGsf = cms.Path( zdiElectronSequence )

Definition at line 387 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.ZHbbSkimPath = cms.Path(ZHbbSkim)

Definition at line 435 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.ZmmgSkimPath = cms.Path(ZmmgSkimSeq)

Definition at line 322 of file Skims_DPG_cff.py.

tuple Skims_DPG_cff.ZMuSkimPath = cms.Path(diMuonSelSeq)

Definition at line 321 of file Skims_DPG_cff.py.