CMS 3D CMS Logo

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

Variables

tuple caloEtaSegmentation
 
 cosPhi = cosPhi,
 
tuple maxInputsPerRegion = cms.uint32( 18 )
 
tuple metAbsEtaCut = cms.double(3)
 
tuple metHFAbsEtaCut = cms.double(5)
 
tuple Phase1L1TJetProducer
 
 sinPhi = sinPhi,
 

Variable Documentation

tuple Phase1L1TJetProducer_cfi.caloEtaSegmentation
Initial value:
1 = cms.vdouble(
2  -5.0, -4.917, -4.833, -4.75, -4.667, -4.583, -4.5, -4.417, -4.333, -4.25,
3  -4.167, -4.083, -4.0, -3.917, -3.833, -3.75, -3.667, -3.583, -3.5, -3.417,
4  -3.333, -3.25, -3.167, -3.083, -3.0, -2.917, -2.833, -2.75, -2.667, -2.583,
5  -2.5, -2.417, -2.333, -2.25, -2.167, -2.083, -2.0, -1.917, -1.833, -1.75,
6  -1.667, -1.583, -1.5, -1.417, -1.333, -1.25, -1.167, -1.083, -1.0, -0.917,
7  -0.833, -0.75, -0.667, -0.583, -0.5, -0.417, -0.333, -0.25, -0.167, -0.083,
8  0.0, 0.083, 0.167, 0.25, 0.333, 0.417, 0.5, 0.583, 0.667, 0.75, 0.833, 0.917,
9  1.0, 1.083, 1.167, 1.25, 1.333, 1.417, 1.5, 1.583, 1.667, 1.75, 1.833, 1.917,
10  2.0, 2.083, 2.167, 2.25, 2.333, 2.417, 2.5, 2.583, 2.667, 2.75, 2.833, 2.917,
11  3.0, 3.083, 3.167, 3.25, 3.333, 3.417, 3.5, 3.583, 3.667, 3.75, 3.833, 3.917,
12  4.0, 4.083, 4.167, 4.25, 4.333, 4.417, 4.5, 4.583, 4.667, 4.75, 4.833, 4.917, 5.0)

Definition at line 7 of file Phase1L1TJetProducer_cfi.py.

Phase1L1TJetProducer_cfi.cosPhi = cosPhi,
tuple Phase1L1TJetProducer_cfi.maxInputsPerRegion = cms.uint32( 18 )

Definition at line 38 of file Phase1L1TJetProducer_cfi.py.

tuple Phase1L1TJetProducer_cfi.metAbsEtaCut = cms.double(3)

Definition at line 41 of file Phase1L1TJetProducer_cfi.py.

tuple Phase1L1TJetProducer_cfi.metHFAbsEtaCut = cms.double(5)

Definition at line 42 of file Phase1L1TJetProducer_cfi.py.

tuple Phase1L1TJetProducer_cfi.Phase1L1TJetProducer
Initial value:
1 = cms.EDProducer('Phase1L1TJetProducer',
2  inputCollectionTag = cms.InputTag("l1pfCandidates", "Puppi"),
3  etaBinning = caloEtaSegmentation,
4  nBinsPhi = cms.uint32(72),
5  phiLow = cms.double(-pi),
6  phiUp = cms.double(pi),
7  jetIEtaSize = cms.uint32(7),
8  jetIPhiSize = cms.uint32(7),
9  trimmedGrid = cms.bool(False),
10  seedPtThreshold = cms.double(5), # GeV
11  puSubtraction = cms.bool(False),
12  ptlsb = cms.double(0.25),
13  philsb = cms.double(0.0043633231),
14  etalsb = cms.double(0.0043633231),
15  outputCollectionName = cms.string("UncalibratedPhase1L1TJetFromPfCandidates"),
16  vetoZeroPt = cms.bool(True),
17  etaRegions = cms.vdouble( -5., -4.5, -4., -3.5, -3., -2.5, -1.5, -0.75, 0, 0.75, 1.5, 2.5, 3., 3.5, 4., 4.5, 5. ),
18  phiRegions = cms.vdouble( -3.5, -2.8, -2.1, -1.4, -0.7, 0, 0.7, 1.4, 2.1, 2.8, 3.5 ),#, 4.2, 4.9, 5.6, 6.3 )

Definition at line 20 of file Phase1L1TJetProducer_cfi.py.

Phase1L1TJetProducer_cfi.sinPhi = sinPhi,