Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport: Update RPC time resolution parameters #18675

Merged
merged 2 commits into from May 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions SimMuon/RPCDigitizer/python/muonRPCDigis_cfi.py
Expand Up @@ -19,7 +19,7 @@
Gate = cms.double(25.0),
averageEfficiency = cms.double(0.95),
Nbxing = cms.int32(9),
BX_range = cms.int32(5),
BX_range = cms.int32(5),
timeJitter = cms.double(1.0),
IRPC_time_resolution = cms.double(0.1),
IRPC_electronics_jitter = cms.double(0.025),
Expand Down Expand Up @@ -47,17 +47,17 @@
deltatimeAdjacentStrip = cms.double(3.0),
linkGateWidth = cms.double(20.0),
Rate = cms.double(0.0),
timeResolution = cms.double(2.5),
timeResolution = cms.double(1.5),
averageClusterSize = cms.double(1.5),
Gate = cms.double(25.0),
averageEfficiency = cms.double(0.95),
Nbxing = cms.int32(9),
BX_range = cms.int32(5),
timeJitter = cms.double(1.0),
BX_range = cms.int32(5),
timeJitter = cms.double(0.1),
sigmaY = cms.double(2.), # resolution of 2 cm
do_Y_coordinate = cms.bool(False),
digitizeElectrons = cms.bool(True),
IRPC_time_resolution = cms.double(1.0),# resolution of 1 ns, after LB upgrade. Here the RPC resolution is set
IRPC_time_resolution = cms.double(1.5),# intrinsic time resolution of 1.5 ns
IRPC_electronics_jitter = cms.double(0.1)# resolution of 100 ps
),
doBkgNoise = cms.bool(False), #False - no noise and bkg simulation
Expand All @@ -74,13 +74,13 @@
deltatimeAdjacentStrip = cms.double(3.0),
linkGateWidth = cms.double(20.0),
Rate = cms.double(0.0),
timeResolution = cms.double(2.5),
timeResolution = cms.double(1.0),
averageClusterSize = cms.double(1.5),
Gate = cms.double(25.0),
averageEfficiency = cms.double(0.95),
Nbxing = cms.int32(9),
BX_range = cms.int32(5),
timeJitter = cms.double(1.0),
timeJitter = cms.double(0.1),
IRPC_time_resolution = cms.double(1),# resolution of 1 ns
IRPC_electronics_jitter = cms.double(0.1),# resolution of 100 ps
sigmaY = cms.double(2.), # resolution of 2 cm
Expand Down