CMS 3D CMS Logo

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

Functions

def customise
 

Function Documentation

def SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.customise (   process)

Definition at line 3 of file SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py.

References mathSSE.return().

3 
4 def customise(process):
5 
6  # ECAL TPG with 2009 beam commissioning TTF thresholds
7 
8  process.EcalTrigPrimESProducer.DatabaseFile = cms.untracked.string('TPG_beamv0_MC.txt.gz')
9 
10  # ECAL SRP settings for 2009 beam commissioning
11 
12  process.simEcalDigis.ecalDccZs1stSample = cms.int32(3)
13  process.simEcalDigis.dccNormalizedWeights = cms.vdouble(-1.1865, 0.0195, 0.2900, 0.3477, 0.3008, 0.2266)
14  process.simEcalDigis.srpBarrelLowInterestChannelZS = cms.double(2.25*.035)
15  process.simEcalDigis.srpEndcapLowInterestChannelZS = cms.double(3.75*0.06)
16 
17  return(process)
18 
return((rh^lh)&mask)