CMS 3D CMS Logo

Variables

PFEmbeddingSource_cff Namespace Reference

Variables

tuple filterEmptyEv
tuple generator = newSource.clone()
tuple inputColl = cms.InputTag("goldenZmumuCandidatesGe2IsoMuons")
tuple ProductionFilterSequence = cms.Sequence(removedInputMuons*generator*filterEmptyEv)
tuple removedInputMuons
tuple source
tuple TauolaNoPolar
tuple TauolaPolar

Variable Documentation

Initial value:
00001 cms.EDFilter("EmptyEventsFilter",
00002     target = cms.untracked.int32(1),
00003     src = cms.untracked.InputTag("generator","","HLT2")
00004 )

Definition at line 35 of file PFEmbeddingSource_cff.py.

tuple PFEmbeddingSource_cff::generator = newSource.clone()

Definition at line 56 of file PFEmbeddingSource_cff.py.

tuple PFEmbeddingSource_cff::inputColl = cms.InputTag("goldenZmumuCandidatesGe2IsoMuons")

Definition at line 60 of file PFEmbeddingSource_cff.py.

Initial value:
00001 cms.EDProducer('ZmumuPFEmbedder',
00002     tracks = cms.InputTag("generalTracks"),
00003     selectedMuons = inputColl,
00004     keepMuonTrack = cms.bool(False),
00005     useCombinedCandidate = cms.untracked.bool(True),
00006 )

Definition at line 49 of file PFEmbeddingSource_cff.py.

Initial value:
00001 cms.Source("PoolSource",
00002         skipEvents = cms.untracked.uint32(0),
00003         fileNames = cms.untracked.vstring('file:/tmp/fruboes/Zmumu/patLayer1_fromAOD_PF2PAT_full.root')
00004 )

Definition at line 24 of file PFEmbeddingSource_cff.py.

Initial value:
00001 cms.PSet(
00002     UseTauolaPolarization = cms.bool(False)
00003 )

Definition at line 7 of file PFEmbeddingSource_cff.py.

Initial value:
00001 cms.PSet(
00002    UseTauolaPolarization = cms.bool(True)
00003 )

Definition at line 10 of file PFEmbeddingSource_cff.py.