CMS 3D CMS Logo

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

Variables

tuple _recoPFJetsHIpostAODTask = recoPFJetsHIpostAODTask.copy()
 
tuple ak4HiGenJetsCleaned = heavyIonCleanedGenJets.clone(src = "ak4HiGenJets")
 
tuple ak4HiSignalGenJets = hiSignalGenJetProducer.clone(src = "ak4HiGenJets")
 
tuple allPartons
 
tuple cleanedPartons
 
tuple hiCleanedGenJetsTask_ = hiGenJetsTask.copyAndExclude([hiSignalGenParticles,ak4HiSignalGenJets])
 
tuple hiGenJetsTask
 
tuple recoJetsHIpostAODTask
 
tuple recoPFJetsHIpostAODTask
 

Variable Documentation

tuple heavyIonJets_cff._recoPFJetsHIpostAODTask = recoPFJetsHIpostAODTask.copy()

Definition at line 77 of file heavyIonJets_cff.py.

tuple heavyIonJets_cff.ak4HiGenJetsCleaned = heavyIonCleanedGenJets.clone(src = "ak4HiGenJets")

Definition at line 32 of file heavyIonJets_cff.py.

tuple heavyIonJets_cff.ak4HiSignalGenJets = hiSignalGenJetProducer.clone(src = "ak4HiGenJets")

Definition at line 9 of file heavyIonJets_cff.py.

tuple heavyIonJets_cff.allPartons
Initial value:
1 = cms.EDProducer(
2  "PartonSelector",
3  src = cms.InputTag('hiSignalGenParticles'),
4  withLeptons = cms.bool(False),
5  )

Definition at line 11 of file heavyIonJets_cff.py.

tuple heavyIonJets_cff.cleanedPartons
Initial value:
1 = hiPartons.clone(
2  src = 'allPartons',
3  )

Definition at line 20 of file heavyIonJets_cff.py.

tuple heavyIonJets_cff.hiCleanedGenJetsTask_ = hiGenJetsTask.copyAndExclude([hiSignalGenParticles,ak4HiSignalGenJets])

Definition at line 33 of file heavyIonJets_cff.py.

tuple heavyIonJets_cff.hiGenJetsTask
Initial value:
1 = cms.Task(
2  hiSignalGenParticles,
3  genParticlesForJets,
4  allPartons,
5  ak4HiGenJets,
6  ak4HiSignalGenJets
7 )

Definition at line 24 of file heavyIonJets_cff.py.

tuple heavyIonJets_cff.recoJetsHIpostAODTask
Initial value:
1 = cms.Task(
2  recoPFJetsHIpostAODTask,
3  allPartons,
4  hiGenJetsTask,
5  )

Definition at line 82 of file heavyIonJets_cff.py.

tuple heavyIonJets_cff.recoPFJetsHIpostAODTask
Initial value:
1 = cms.Task(
2  PackedPFTowers,
3  pfEmptyCollection,
4  ak4PFJetsForFlow,
5  hiFJRhoFlowModulation,
6  hiPuRho,
7  highPurityGeneralTracks,
8  akCs4PFJets,
9  ak5JetTracksAssociatorAtVertex,
10  impactParameterTagInfos,
11  trackCountingHighEffBJetTags,
12  trackCountingHighPurBJetTags,
13  jetProbabilityBJetTags,
14  jetBProbabilityBJetTags,
15  secondaryVertexTagInfos,
16  combinedSecondaryVertexV2BJetTags,
17  simpleSecondaryVertexHighEffBJetTags,
18  simpleSecondaryVertexHighPurBJetTags,
19  patJetCorrFactors
20 )

Definition at line 53 of file heavyIonJets_cff.py.