CMS 3D CMS Logo

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

Variables

tuple genPartons
 
tuple heavyIonCleaned = cms.Sequence(genPartons*hiPartons+heavyIonCleanedGenJets)
 
tuple heavyIonCleanedGenJets
 
tuple hiPartons
 

Variable Documentation

tuple HiGenCleaner_cff.genPartons
Initial value:
1 = myPartons.clone(
2  src = cms.InputTag("hiGenParticles")
3  )

Definition at line 5 of file HiGenCleaner_cff.py.

tuple HiGenCleaner_cff.heavyIonCleaned = cms.Sequence(genPartons*hiPartons+heavyIonCleanedGenJets)

Definition at line 25 of file HiGenCleaner_cff.py.

tuple HiGenCleaner_cff.heavyIonCleanedGenJets
Initial value:
1 = cms.EDProducer('HiGenJetCleaner',
2  src = cms.InputTag('iterativeCone5HiGenJets'),
3  deltaR = cms.double(0.25),
4  ptCut = cms.double(20),
5  createNewCollection = cms.untracked.bool(True),
6  fillDummyEntries = cms.untracked.bool(True)
7  )

Definition at line 17 of file HiGenCleaner_cff.py.

tuple HiGenCleaner_cff.hiPartons
Initial value:
1 = cms.EDProducer('HiPartonCleaner',
2  src = cms.InputTag('genPartons'),
3  deltaR = cms.double(0.25),
4  ptCut = cms.double(20),
5  createNewCollection = cms.untracked.bool(True),
6  fillDummyEntries = cms.untracked.bool(True)
7  )

Definition at line 9 of file HiGenCleaner_cff.py.