CMS 3D CMS Logo

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

Variables

tuple hltParticleFlow
 
tuple hltParticleFlowBlock
 
tuple hltParticleFlowForJets
 

Variable Documentation

tuple hltParticleFlowForJets_cfi.hltParticleFlow
Initial value:
1 = particleFlowTmp.clone(
2  GedPhotonValueMap = cms.InputTag(""),
3  useEGammaFilters = cms.bool(False),
4  useEGammaElectrons = cms.bool(False),
5  useEGammaSupercluster = cms.bool(False),
6  rejectTracks_Step45 = cms.bool(False),
7  usePFNuclearInteractions = cms.bool(False),
8  blocks = cms.InputTag("hltParticleFlowBlock"),
9  egammaElectrons = cms.InputTag(""),
10  useVerticesForNeutral = cms.bool(False),
11  PFEGammaCandidates = cms.InputTag(""),
12  useProtectionsForJetMET = cms.bool(False),
13  usePFConversions = cms.bool(False),
14  rejectTracks_Bad = cms.bool(False),
15  muons = cms.InputTag(""),
16  postMuonCleaning = cms.bool(False),
17  usePFSCEleCalib = cms.bool(False)
18 )

Definition at line 58 of file hltParticleFlowForJets_cfi.py.

tuple hltParticleFlowForJets_cfi.hltParticleFlowBlock

Definition at line 9 of file hltParticleFlowForJets_cfi.py.

tuple hltParticleFlowForJets_cfi.hltParticleFlowForJets
Initial value:
1 = cms.Sequence(
2  particleFlowRecHitECAL*
3  particleFlowRecHitHBHE*
4  particleFlowRecHitHF*
5  particleFlowRecHitHO*
6  particleFlowClusterECALUncorrected*
7  #particleFlowClusterECAL*
8  particleFlowClusterHBHE*
9  particleFlowClusterHCAL*
10  particleFlowClusterHF*
11  particleFlowClusterHO*
12  hltParticleFlowBlock*
13  hltParticleFlow
14 )

Definition at line 78 of file hltParticleFlowForJets_cfi.py.