CMS 3D CMS Logo

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

Variables

tuple CaloTPGTranscoder
 
tuple tpScales
 

Variable Documentation

tuple CaloTPGTranscoder_cfi.CaloTPGTranscoder
Initial value:
1 = cms.ESProducer("CaloTPGTranscoderULUTs",
2  hcalLUT1 = cms.FileInPath('CalibCalorimetry/CaloTPG/data/outputLUTtranscoder_physics.dat'),
3  hcalLUT2 = cms.FileInPath('CalibCalorimetry/CaloTPG/data/TPGcalcDecompress2.txt'),
4  read_Ascii_Compression_LUTs = cms.bool(False),
5  read_Ascii_RCT_LUTs = cms.bool(False),
6  ietaLowerBound = cms.vint32( 1,18,27,29),
7  ietaUpperBound = cms.vint32(17,26,28,32),
8  ZS = cms.vint32(4,2,1,0),
9  LUTfactor = cms.vint32(1,2,5,0),
10  linearLUTs = cms.bool(False),
11  nominal_gain = cms.double(0.177),
12  RCTLSB = cms.double(0.25),
13  tpScales = tpScales,
14 )

Definition at line 15 of file CaloTPGTranscoder_cfi.py.

tuple CaloTPGTranscoder_cfi.tpScales
Initial value:
1 = cms.PSet(
2  HF=cms.PSet(
3  NCTShift=cms.int32(1),
4  RCTShift=cms.int32(3),
5  ),
6  HBHE=cms.PSet(
7  LSBQIE8=cms.double(1/8.),
8  LSBQIE11=cms.double(1/16.),
9  LSBQIE11Overlap=cms.double(1/8.),
10  )
11 )

Definition at line 3 of file CaloTPGTranscoder_cfi.py.