CMS 3D CMS Logo

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

Variables

tuple ecalTPEB = cms.InputTag("DMEcalEBTriggerPrimitiveDigis","","HLT")
 
tuple hcalTP = cms.InputTag("DMHcalTriggerPrimitiveDigis","","HLT")
 
tuple L1EGammaClusterEmuProducer
 

Variable Documentation

tuple L1EGammaCrystalsEmulatorProducer_cfi.ecalTPEB = cms.InputTag("DMEcalEBTriggerPrimitiveDigis","","HLT")

Definition at line 33 of file L1EGammaCrystalsEmulatorProducer_cfi.py.

tuple L1EGammaCrystalsEmulatorProducer_cfi.hcalTP = cms.InputTag("DMHcalTriggerPrimitiveDigis","","HLT")

Definition at line 34 of file L1EGammaCrystalsEmulatorProducer_cfi.py.

tuple L1EGammaCrystalsEmulatorProducer_cfi.L1EGammaClusterEmuProducer
Initial value:
1 = cms.EDProducer("L1EGCrystalClusterEmulatorProducer",
2  ecalTPEB = cms.InputTag("simEcalEBTriggerPrimitiveDigis","","HLT"),
3  hcalTP = cms.InputTag("simHcalTriggerPrimitiveDigis","","HLT"),
4  calib = cms.PSet(
5 
6  etaBins = cms.vdouble( 0.087 , 0.174 , 0.261 , 0.348 , 0.435 , 0.522 , 0.609 , 0.696 , 0.783 , 0.870 , 0.957 , 1.044 , 1.131 , 1.218 , 1.305 , 1.392 , 1.479),
7  ptBins = cms.vdouble( 12, 20, 30, 40, 55, 90, 1e6),
8  scale = cms.vdouble(
9  # pt < 12
10  1.18*1.1 ,1.17*1.1 ,1.19*1.1 ,1.18*1.1 ,1.19*1.1 ,1.19*1.1 ,1.19*1.1 ,1.18*1.1 ,1.19*1.1 ,1.18*1.1 ,1.19*1.1 ,1.19*1.1 ,1.19*1.1 ,1.20*1.1 ,1.19*1.1 ,1.20*1.1 ,1.19*1.1,
11  # pt < 20
12  1.14*1.03 ,1.13*1.03 ,1.13*1.03 ,1.13*1.03 ,1.13*1.03 ,1.13*1.03 ,1.13*1.03 ,1.14*1.03 ,1.14*1.03 ,1.13*1.03 ,1.13*1.03 ,1.14*1.03 ,1.13*1.03 ,1.13*1.03 ,1.14*1.03 ,1.14*1.03 ,1.12*1.03,
13  # pt < 30
14  1.11 ,1.11 ,1.11 ,1.11 ,1.11 ,1.11 ,1.11 ,1.11 ,1.11 ,1.11 ,1.11 ,1.11 ,1.11 ,1.11 ,1.11 ,1.11 ,1.10,
15  # pt < 40
16  1.09 ,1.09 ,1.09 ,1.09 ,1.09 ,1.09 ,1.09 ,1.09 ,1.09 ,1.09 ,1.09 ,1.09 ,1.09 ,1.09 ,1.09 ,1.09 ,1.09,
17  # pt < 55
18  1.07 ,1.07 ,1.07 ,1.07 ,1.07 ,1.07 ,1.07 ,1.08 ,1.07 ,1.07 ,1.08 ,1.08 ,1.07 ,1.08 ,1.08 ,1.08 ,1.08,
19  # pt < 90
20  1.06 ,1.06 ,1.06 ,1.06 ,1.05 ,1.05 ,1.06 ,1.06 ,1.06 ,1.06 ,1.06 ,1.06 ,1.06 ,1.06 ,1.06 ,1.06 ,1.06,
21  # pt < 1e6
22  1.04 ,1.04 ,1.04 ,1.04 ,1.05 ,1.04 ,1.05 ,1.05 ,1.05 ,1.05 ,1.05 ,1.05 ,1.05 ,1.05 ,1.05 ,1.05 ,1.05,
23 
24  ),
25 
26  ),
27 )

Definition at line 3 of file L1EGammaCrystalsEmulatorProducer_cfi.py.