CMS 3D CMS Logo

Variables

heavyIonJets_cff Namespace Reference

Variables

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

Variable Documentation

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

Definition at line 5 of file heavyIonJets_cff.py.

Initial value:
00001 cms.Sequence(
00002     patJetCorrections *
00003 
00004     # pat and HI specifics
00005     heavyIonCleaned *
00006     patJetGenJetMatch *
00007     patJetPartonMatch *
00008 
00009     # object production
00010     patJets
00011     )

Definition at line 7 of file heavyIonJets_cff.py.