CMS 3D CMS Logo

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

Variables

string hadCorrector = "L1Trigger/Phase2L1ParticleFlow/data/hadcorr_barrel_106X.root"
 
tuple hcalCandidates = cms.VInputTag(cms.InputTag("hgcalBackEndLayer2Producer","HGCalBackendLayer2Processor3DClustering"))
 
tuple l1ParticleFlow = cms.Sequence(l1ParticleFlow_proper)
 
tuple l1ParticleFlow_calo = cms.Sequence(l1ParticleFlow_calo_Task)
 
tuple l1ParticleFlow_calo_Task
 
tuple l1ParticleFlow_pf_barrel = cms.Sequence(l1ParticleFlow_pf_barrel_Task)
 
tuple l1ParticleFlow_pf_barrel_Task
 
tuple l1ParticleFlow_pf_hf = cms.Sequence(l1ParticleFlow_pf_hf_Task)
 
tuple l1ParticleFlow_pf_hf_Task
 
tuple l1ParticleFlow_pf_hgcal = cms.Sequence(l1ParticleFlow_pf_hgcal_Task)
 
tuple l1ParticleFlow_pf_hgcal_Task
 
tuple l1ParticleFlow_pf_tsa
 
tuple l1ParticleFlow_proper
 
tuple l1ParticleFlowTask
 
tuple l1pfCandidates
 
tuple l1pfProducerBarrel
 
tuple l1pfProducerHF
 
tuple l1pfProducerHGCal
 
tuple l1pfProducerHGCalNoTK
 
tuple l1pfProducerTSA
 
tuple pfClustersFromCombinedCaloHCal
 
tuple pfClustersFromCombinedCaloHF
 
tuple pfTracksFromL1TracksBarrel
 
tuple pfTracksFromL1TracksHGCal
 
tuple resol
 

Variable Documentation

string l1ParticleFlow_cff.hadCorrector = "L1Trigger/Phase2L1ParticleFlow/data/hadcorr_barrel_106X.root"

Definition at line 24 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.hcalCandidates = cms.VInputTag(cms.InputTag("hgcalBackEndLayer2Producer","HGCalBackendLayer2Processor3DClustering"))

Definition at line 57 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.l1ParticleFlow = cms.Sequence(l1ParticleFlow_proper)

Definition at line 308 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.l1ParticleFlow_calo = cms.Sequence(l1ParticleFlow_calo_Task)

Definition at line 86 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.l1ParticleFlow_calo_Task
Initial value:
1 = cms.Task(
2  pfClustersFromL1EGClusters ,
3  pfClustersFromCombinedCaloHCal ,
4  pfClustersFromCombinedCaloHF ,
5  pfClustersFromHGC3DClusters
6 )

Definition at line 80 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.l1ParticleFlow_pf_barrel = cms.Sequence(l1ParticleFlow_pf_barrel_Task)

Definition at line 135 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.l1ParticleFlow_pf_barrel_Task
Initial value:
1 = cms.Task(
2  pfTracksFromL1TracksBarrel ,
3  l1pfProducerBarrel
4 )

Definition at line 131 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.l1ParticleFlow_pf_hf = cms.Sequence(l1ParticleFlow_pf_hf_Task)

Definition at line 269 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.l1ParticleFlow_pf_hf_Task
Initial value:
1 = cms.Task(
2  l1pfProducerHF
3 )

Definition at line 266 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.l1ParticleFlow_pf_hgcal = cms.Sequence(l1ParticleFlow_pf_hgcal_Task)

Definition at line 214 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.l1ParticleFlow_pf_hgcal_Task
Initial value:
1 = cms.Task(
2  pfTracksFromL1TracksHGCal ,
3  l1pfProducerHGCal ,
4  l1pfProducerHGCalNoTK
5 )

Definition at line 209 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.l1ParticleFlow_pf_tsa
Initial value:
1 = cms.Sequence(
2  pfTracksFromL1TracksBarrel +
3  l1pfProducerTSA
4 )

Definition at line 284 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.l1ParticleFlow_proper
Initial value:
1 = cms.Sequence(
2  l1ParticleFlow_calo +
3  l1ParticleFlow_pf_barrel +
4  l1ParticleFlow_pf_hgcal +
5  l1ParticleFlow_pf_hf +
6  l1pfCandidates
7 )

Definition at line 300 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.l1ParticleFlowTask
Initial value:
1 = cms.Task(
2  l1ParticleFlow_calo_Task,
3  l1ParticleFlow_pf_barrel_Task,
4  l1ParticleFlow_pf_hgcal_Task,
5  l1ParticleFlow_pf_hf_Task,
6  cms.Task(l1pfCandidates)
7 )

Definition at line 310 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.l1pfCandidates
Initial value:
1 = cms.EDProducer("L1TPFCandMultiMerger",
2  pfProducers = cms.VInputTag(
3  cms.InputTag("l1pfProducerBarrel"),
4  cms.InputTag("l1pfProducerHGCal"),
5  cms.InputTag("l1pfProducerHGCalNoTK"),
6  cms.InputTag("l1pfProducerHF")
7  ),
8  labelsToMerge = cms.vstring("Calo", "TK", "TKVtx", "PF", "Puppi"),
9 )

Definition at line 290 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.l1pfProducerBarrel

Definition at line 90 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.l1pfProducerHF

Definition at line 219 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.l1pfProducerHGCal

Definition at line 143 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.l1pfProducerHGCalNoTK
Initial value:
1 = l1pfProducerHGCal.clone(regions = cms.VPSet(
2  cms.PSet(
3  etaBoundaries = cms.vdouble(-3,-2.5),
4  phiSlices = cms.uint32(1),
5  etaExtra = cms.double(0.3),
6  phiExtra = cms.double(0.0)
7  ),
8  cms.PSet(
9  etaBoundaries = cms.vdouble(2.5,3),
10  phiSlices = cms.uint32(1),
11  etaExtra = cms.double(0.3),
12  phiExtra = cms.double(0.0)
13  ),
14 ))

Definition at line 194 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.l1pfProducerTSA
Initial value:
1 = l1pfProducerBarrel.clone(
2  trackRegionMode = cms.string("atVertex"),
3  regions = cms.VPSet(
4  cms.PSet(
5  etaBoundaries = cms.vdouble(-3,3),
6  phiSlices = cms.uint32(18),
7  etaExtra = cms.double(0.0),
8  phiExtra = cms.double(0.0)
9  ),
10  ),
11 )

Definition at line 273 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.pfClustersFromCombinedCaloHCal
Initial value:
1 = pfClustersFromCombinedCalo.clone(
2  hcalHGCTowers = [], hcalDigis = [],
3  hcalDigisBarrel = True, hcalDigisHF = False,
4  hadCorrector = cms.string("L1Trigger/Phase2L1ParticleFlow/data/hadcorr_barrel.root"),
5  resol = cms.PSet(
6  etaBins = cms.vdouble( 0.700, 1.200, 1.600),
7  offset = cms.vdouble( 2.582, 2.191, -0.077),
8  scale = cms.vdouble( 0.122, 0.143, 0.465),
9  kind = cms.string('calo'),
10  ))

Definition at line 13 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.pfClustersFromCombinedCaloHF
Initial value:
1 = pfClustersFromCombinedCalo.clone(
2  ecalCandidates = [], hcalHGCTowers = [],
3  phase2barrelCaloTowers = [],
4  hadCorrector = cms.string("L1Trigger/Phase2L1ParticleFlow/data/hfcorr.root"),
5  resol = cms.PSet(
6  etaBins = cms.vdouble( 3.500, 4.000, 4.500, 5.000),
7  offset = cms.vdouble( 1.099, 0.930, 1.009, 1.369),
8  scale = cms.vdouble( 0.152, 0.151, 0.144, 0.179),
9  kind = cms.string('calo'),
10  ))

Definition at line 46 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.pfTracksFromL1TracksBarrel
Initial value:
1 = pfTracksFromL1Tracks.clone(
2  resolCalo = pfClustersFromCombinedCaloHCal.resol.clone(),
3 )

Definition at line 42 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.pfTracksFromL1TracksHGCal
Initial value:
1 = pfTracksFromL1Tracks.clone(
2  resolCalo = pfClustersFromHGC3DClusters.resol.clone(),
3 )

Definition at line 140 of file l1ParticleFlow_cff.py.

tuple l1ParticleFlow_cff.resol
Initial value:
1 = cms.PSet(
2  etaBins = cms.vdouble( 0.700, 1.200, 1.600),
3  offset = cms.vdouble( 3.084, 2.715, 0.107),
4  scale = cms.vdouble( 0.118, 0.130, 0.442),
5  kind = cms.string('calo'),
6  )

Definition at line 25 of file l1ParticleFlow_cff.py.

Referenced by ClusterizingHistogram.clusterize(), PFAlgo.hfEnergyResolution(), PFAlgo.neutralHadronEnergyResolution(), DiElectronVertexValidation.passLooseSelection(), PFAlgo.recoTracksNotHCAL(), and pat::PATObject< ObjectType >.setKinResolution().