-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 120891 b: "refs/heads/CMSSW_7_0_X" c: 135ccfa h: "refs/heads/CMSSW_7_0_X" i: 120889: 58558b0 120887: 1258930 v: v3
- Loading branch information
Jamila Bashir Butt
committed
Oct 4, 2012
1 parent
e99fffa
commit 828b298
Showing
4 changed files
with
1,117 additions
and
616 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
218 changes: 217 additions & 1 deletion
218
trunk/SimTracker/SiPixelDigitizer/python/PixelDigi_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,217 @@ | ||
raise RuntimeError, "Do not import obsolete file PixelDigi_cfi.py. If you need parameters, use 'from SimGeneral.MixingModule.pixelDigitizer_cfi import *'" | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
simSiPixelDigis = cms.EDProducer("SiPixelDigitizer", | ||
ReadoutNoiseInElec=cms.double(350.0), | ||
DeltaProductionCut=cms.double(0.03), | ||
ROUList=cms.vstring('g4SimHitsTrackerHitsPixelBarrelLowTof', | ||
'g4SimHitsTrackerHitsPixelBarrelHighTof', | ||
'g4SimHitsTrackerHitsPixelEndcapLowTof', | ||
'g4SimHitsTrackerHitsPixelEndcapHighTof'), | ||
OffsetSmearing=cms.double(0.0), | ||
ThresholdInElectrons_FPix=cms.double(3000.0), | ||
ThresholdInElectrons_BPix=cms.double(3500.0), | ||
AddThresholdSmearing=cms.bool(True), | ||
ThresholdSmearing_FPix=cms.double(210.0), | ||
ThresholdSmearing_BPix=cms.double(245.0), | ||
NoiseInElectrons=cms.double(175.0), | ||
MissCalibrate=cms.bool(True), | ||
FPix_SignalResponse_p0=cms.double(0.0043), | ||
FPix_SignalResponse_p1=cms.double(1.31), | ||
FPix_SignalResponse_p2=cms.double(93.6), | ||
FPix_SignalResponse_p3=cms.double(134.6), | ||
BPix_SignalResponse_p0=cms.double(0.0035), | ||
BPix_SignalResponse_p1=cms.double(1.23), | ||
BPix_SignalResponse_p2=cms.double(97.4), | ||
BPix_SignalResponse_p3=cms.double(126.5), | ||
ElectronsPerVcal=cms.double(65.5), | ||
ElectronsPerVcal_Offset=cms.double(-414.0), | ||
ElectronPerAdc=cms.double(135.0), | ||
TofUpperCut=cms.double(12.5), | ||
AdcFullScale=cms.int32(255), | ||
TofLowerCut=cms.double(-12.5), | ||
TanLorentzAnglePerTesla_FPix=cms.double(0.106), | ||
TanLorentzAnglePerTesla_BPix=cms.double(0.106), | ||
AddNoisyPixels=cms.bool(True), | ||
Alpha2Order=cms.bool(True), | ||
AddPixelInefficiency=cms.int32(0), | ||
AddNoise=cms.bool(True), | ||
ChargeVCALSmearing=cms.bool(True), | ||
GainSmearing=cms.double(0.0), | ||
GeometryType=cms.string('idealForDigi'), | ||
useDB=cms.bool(True), | ||
LorentzAngle_DB=cms.bool(True), | ||
## DeadModules_DB = cms.bool(True), | ||
## killModules = cms.bool(False), | ||
DeadModules_DB=cms.bool(False), | ||
killModules=cms.bool(True), | ||
DeadModules=cms.VPSet( | ||
cms.PSet(Dead_detID=cms.int32(302055940), Module=cms.string("tbmB"), Dead_RocID=cms.int32(-1)) | ||
## -Z: Rows >= 80 //BadRocs=ff00 ROC= 8 9 10 11 12 13 14 15 | ||
, cms.PSet(Dead_detID=cms.int32(302059800), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(302121992), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(302123296), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(302125060), Module=cms.string("tbmA"), Dead_RocID=cms.int32(7)) | ||
## -Z: Rows < 80 //BadRocs=0080 (col 0-51) ROC= 7 | ||
, cms.PSet(Dead_detID=cms.int32(302125076), Module=cms.string("tbmA"), Dead_RocID=cms.int32(3)) | ||
## +Z: Rows >= 80 //BadRocs=0008 (col 156-207) ROC= 3 | ||
, cms.PSet(Dead_detID=cms.int32(302126364), Module=cms.string("tbmB"), Dead_RocID=cms.int32(-1)) | ||
## +Z: Rows < 80 //BadRocs=ff00 ROC= 8 9 10 11 12 13 14 15 | ||
, cms.PSet(Dead_detID=cms.int32(302126596), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(302127136), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(302188552), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(302188824), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(302194200), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(302195232), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(302197252), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(302197784), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
#forward | ||
, cms.PSet(Dead_detID=cms.int32(352453892), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352453896), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352453900), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352453904), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352454916), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352454920), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352454924), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352454928), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352455940), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352455944), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352455948), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352455952), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352454148), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352454152), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352454156), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352455172), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352455176), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352455180), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352456196), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352456200), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(352456204), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(343999748), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(343999752), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(343999756), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(343999760), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(344014340), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(344014344), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(344014348), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(344019464), Module=cms.string("none"), Dead_RocID=cms.int32(6)) | ||
# -Z: Rows >= 80 //BadRocs=40 (col 104-155) ROC= 6 Blade 11, panel 2, Module 2 | ||
, cms.PSet(Dead_detID=cms.int32(344077572), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(344077576), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(344077580), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(344077584), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(344078596), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(344078600), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(344078604), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(344078608), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(344079620), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(344079624), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(344079628), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(344079632), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(344078852), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(344078856), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
, cms.PSet(Dead_detID=cms.int32(344078860), Module=cms.string("whole"), Dead_RocID=cms.int32(-1)) | ||
#######Added for test | ||
### Barrel Not there any more: end 2011 | ||
#,cms.PSet(Dead_detID = cms.int32( 302187268 ), Module = cms.string( "none" ) , Dead_RocID = cms.int32( 6 )) | ||
### -Z: Rows < 80 //BadRocs=0080 (col 51-103) ROC= 6 | ||
#,cms.PSet(Dead_detID = cms.int32( 302195472 ), Module = cms.string( "none" ) , Dead_RocID = cms.int32( 0 )) | ||
### -Z: Rows < 80 //BadRocs=0080 (col 364-416) ROC= 0 | ||
#,cms.PSet(Dead_detID = cms.int32( 302128136 ), Module = cms.string( "none" ) , Dead_RocID = cms.int32( 3 )) | ||
### -Z: Rows < 80 //BadRocs=0080 (col 156-207) ROC= 3 | ||
#,cms.PSet(Dead_detID = cms.int32( 344019460 ), Module = cms.string( "none" ) , Dead_RocID = cms.int32( 4 )) | ||
#,cms.PSet(Dead_detID = cms.int32( 344019464 ), Module = cms.string( "none" ) , Dead_RocID = cms.int32( 4 )) | ||
#,cms.PSet(Dead_detID = cms.int32( 344019468 ), Module = cms.string( "none" ) , Dead_RocID = cms.int32( 4 )) | ||
#302187268, "none" (ROC 6) | ||
##302195472, "none" (ROC 0) | ||
##302128136, "none" (ROC 3) | ||
) | ||
### DeadModules = cms.VPSet() | ||
) | ||
|
||
# Threshold in electrons are the Official CRAFT09 numbers: | ||
# FPix(smearing)/BPix(smearing) = 2480(160)/2730(200) | ||
|
||
#DEAD MODULES LIST: NEW LIST AFTER 2009 PIXEL REPAIRS | ||
# https://twiki.cern.ch/twiki/bin/view/CMS/SiPixelQualityHistory | ||
|
||
######Barrel | ||
#Bad Module: 302055940 errorType 2 BadRocs=ff00 | ||
#Bad Module: 302059800 errorType 0 BadRocs=ffff | ||
#Bad Module: 302121992 errorType 0 BadRocs=ffff | ||
#BmI_SEC3_LYR2_LDR5F_MOD3 -- 302121992, "TBM-A" | ||
#Bad Module: 302123296 errorType 0 BadRocs=ffff | ||
#BpO_SEC1_LYR2_LDR1H_MOD4 -- 302123296, "whole" | ||
#Bad Module: 302125060 errorType 1 BadRocs=ff | ||
#Bad Module: 302125076 errorType 1 BadRocs=ff | ||
#BpO_SEC4_LYR2_LDR8F_MOD1 -- 302125076, "TBM-A" | ||
#Bad Module: 302126364 errorType 2 BadRocs=ff00 | ||
#BpO_SEC7_LYR2_LDR13F_MOD3 -- 302126364, "TBM-B" | ||
#Bad Module: 302126596 errorType 0 BadRocs=ffff | ||
#BmO_SEC7_LYR2_LDR14F_MOD4 -- 302126596, "whole" | ||
#Bad Module: 302127136 errorType 0 BadRocs=ffff | ||
#BpO_SEC8_LYR2_LDR16H_MOD4 -- 302127136, "whole" | ||
#Bad Module: 302188552 errorType 0 BadRocs=ffff | ||
#BmI_SEC2_LYR3_LDR4F_MOD3 -- 302188552, "whole" | ||
#Bad Module: 302188824 errorType 0 BadRocs=ffff | ||
#Bad Module: 302194200 errorType 0 BadRocs=ffff | ||
#Bad Module: 302195232 errorType 0 BadRocs=ffff | ||
#BpI_SEC8_LYR3_LDR22H_MOD4 -- 302195232, "whole" | ||
#Bad Module: 302197252 errorType 0 BadRocs=ffff | ||
#Bad Module: 302197784 errorType 0 BadRocs=ffff | ||
#BpI_SEC5_LYR3_LDR12F_MOD2 -- 302197784, "whole" | ||
|
||
#####Forward | ||
#Bad Module: 352453892 errorType 0 BadRocs=ffff | ||
#Bad Module: 352453896 errorType 0 BadRocs=ffff | ||
#Bad Module: 352453900 errorType 0 BadRocs=ffff | ||
#Bad Module: 352453904 errorType 0 BadRocs=ffff | ||
#Bad Module: 352454916 errorType 0 BadRocs=ffff | ||
#Bad Module: 352454920 errorType 0 BadRocs=ffff | ||
#Bad Module: 352454924 errorType 0 BadRocs=ffff | ||
#Bad Module: 352454928 errorType 0 BadRocs=ffff | ||
#Bad Module: 352455940 errorType 0 BadRocs=ffff | ||
#Bad Module: 352455944 errorType 0 BadRocs=ffff | ||
#Bad Module: 352455948 errorType 0 BadRocs=ffff | ||
#Bad Module: 352455952 errorType 0 BadRocs=ffff | ||
#Bad Module: 352454148 errorType 0 BadRocs=ffff | ||
#Bad Module: 352454152 errorType 0 BadRocs=ffff | ||
#Bad Module: 352454156 errorType 0 BadRocs=ffff | ||
#Bad Module: 352455172 errorType 0 BadRocs=ffff | ||
#Bad Module: 352455176 errorType 0 BadRocs=ffff | ||
#Bad Module: 352455180 errorType 0 BadRocs=ffff | ||
#Bad Module: 352456196 errorType 0 BadRocs=ffff | ||
#Bad Module: 352456200 errorType 0 BadRocs=ffff | ||
#Bad Module: 352456204 errorType 0 BadRocs=ffff | ||
#Bad Module: 343999748 errorType 0 BadRocs=ffff | ||
#Bad Module: 343999752 errorType 0 BadRocs=ffff | ||
#Bad Module: 343999756 errorType 0 BadRocs=ffff | ||
#Bad Module: 343999760 errorType 0 BadRocs=ffff | ||
#Bad Module: 344014340 errorType 0 BadRocs=ffff | ||
#Bad Module: 344014344 errorType 0 BadRocs=ffff | ||
#Bad Module: 344014348 errorType 0 BadRocs=ffff | ||
#BmO_DISK1_BLD9_PNL2 -- 344014340, 344014344, 344014348 | ||
#Bad Module: 344019460 errorType 0 BadRocs=ffff //Not there any more: end 2011 | ||
#Bad Module: 344019464 errorType 3 BadRocs=40 | ||
#Bad Module: 344019468 errorType 0 BadRocs=ffff //Not there any more: end 2011 | ||
#BmI_DISK1_BLD11_PNL2 -- 344019460, 344019464, 344019468 | ||
#Bad Module: 344077572 errorType 0 BadRocs=ffff | ||
#Bad Module: 344077576 errorType 0 BadRocs=ffff | ||
#Bad Module: 344077580 errorType 0 BadRocs=ffff | ||
#Bad Module: 344077584 errorType 0 BadRocs=ffff | ||
#Bad Module: 344078596 errorType 0 BadRocs=ffff | ||
#Bad Module: 344078600 errorType 0 BadRocs=ffff | ||
#Bad Module: 344078604 errorType 0 BadRocs=ffff | ||
#Bad Module: 344078608 errorType 0 BadRocs=ffff | ||
#Bad Module: 344079620 errorType 0 BadRocs=ffff | ||
#Bad Module: 344079624 errorType 0 BadRocs=ffff | ||
#Bad Module: 344079628 errorType 0 BadRocs=ffff | ||
#Bad Module: 344079632 errorType 0 BadRocs=ffff | ||
#Bad Module: 344078852 errorType 0 BadRocs=ffff | ||
#Bad Module: 344078856 errorType 0 BadRocs=ffff | ||
#Bad Module: 344078860 errorType 0 BadRocs=ffff | ||
|
||
# Barrel Not there any more: end 2011 | ||
#302187268, "none" (ROC 6) | ||
#302195472, "none" (ROC 0) | ||
#302128136, "none" (ROC 3) | ||
|
Oops, something went wrong.