CMS 3D CMS Logo

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

Variables

tuple pfClusterRefsForJets
 
tuple pfClusterRefsForJets_step = cms.Sequence(pfClusterRefsForJets_stepTask)
 
tuple pfClusterRefsForJets_stepTask
 
tuple pfClusterRefsForJetsECAL
 
tuple pfClusterRefsForJetsHCAL
 
tuple pfClusterRefsForJetsHF
 
tuple pfClusterRefsForJetsHO
 

Variable Documentation

tuple PFClustersForJets_cff.pfClusterRefsForJets
Initial value:
1 = cms.EDProducer("PFClusterRefCandidateMerger",
2  src = cms.VInputTag("pfClusterRefsForJetsHCAL", "pfClusterRefsForJetsECAL", "pfClusterRefsForJetsHF", "pfClusterRefsForJetsHO")
3 # src = cms.VInputTag("pfClusterRefsForJetsHCAL", "pfClusterRefsForJetsECAL","pfClusterRefsForJetsHF")
4 )

Definition at line 29 of file PFClustersForJets_cff.py.

tuple PFClustersForJets_cff.pfClusterRefsForJets_step = cms.Sequence(pfClusterRefsForJets_stepTask)

Definition at line 51 of file PFClustersForJets_cff.py.

tuple PFClustersForJets_cff.pfClusterRefsForJets_stepTask
Initial value:
1 = cms.Task(
2  particleFlowRecHitECAL,
3  particleFlowRecHitHBHE,
4  particleFlowRecHitHF,
5  particleFlowRecHitHO,
6  particleFlowClusterECALUncorrected,
7  particleFlowClusterECAL,
8  particleFlowClusterHBHE,
9  particleFlowClusterHCAL,
10  particleFlowClusterHF,
11  particleFlowClusterHO,
12  pfClusterRefsForJetsHCAL,
13  pfClusterRefsForJetsECAL,
14  pfClusterRefsForJetsHF,
15  pfClusterRefsForJetsHO,
16  pfClusterRefsForJets
17 )

Definition at line 34 of file PFClustersForJets_cff.py.

tuple PFClustersForJets_cff.pfClusterRefsForJetsECAL
Initial value:
1 = cms.EDProducer("PFClusterRefCandidateProducer",
2  src = cms.InputTag('particleFlowClusterECAL'),
3  # src = cms.InputTag('particleFlowCluster'),
4  particleType = cms.string('pi+')
5 )

Definition at line 12 of file PFClustersForJets_cff.py.

tuple PFClustersForJets_cff.pfClusterRefsForJetsHCAL
Initial value:
1 = cms.EDProducer("PFClusterRefCandidateProducer",
2  src = cms.InputTag('particleFlowClusterHCAL'),
3  particleType = cms.string('pi+')
4 )

Definition at line 7 of file PFClustersForJets_cff.py.

tuple PFClustersForJets_cff.pfClusterRefsForJetsHF
Initial value:
1 = cms.EDProducer("PFClusterRefCandidateProducer",
2  src = cms.InputTag('particleFlowClusterHF'),
3  particleType = cms.string('pi+')
4 )

Definition at line 18 of file PFClustersForJets_cff.py.

tuple PFClustersForJets_cff.pfClusterRefsForJetsHO
Initial value:
1 = cms.EDProducer("PFClusterRefCandidateProducer",
2  src = cms.InputTag('particleFlowClusterHO'),
3  particleType = cms.string('pi+')
4 )

Definition at line 23 of file PFClustersForJets_cff.py.