1 import FWCore.ParameterSet.Config
as cms
6 profile_base_2021 = profile_base.clone(
11 ctppsOpticalFunctions = dict(
12 opticalFunctions = cms.VPSet(
13 cms.PSet( xangle = cms.double(110.444), fileName = cms.FileInPath(
"CalibPPS/ESProducers/data/optical_functions/2021/version_pre3/110.444urad.root") ),
14 cms.PSet( xangle = cms.double(184.017), fileName = cms.FileInPath(
"CalibPPS/ESProducers/data/optical_functions/2021/version_pre3/184.017urad.root") )
17 scoringPlanes = cms.VPSet(
19 cms.PSet( rpId = cms.uint32(2014838784), dirName = cms.string(
"XRPH_D6L5_B2"), z = cms.double(-21255.1) ),
20 cms.PSet( rpId = cms.uint32(2056257536), dirName = cms.string(
"XRPH_A6L5_B2"), z = cms.double(-21507.8) ),
21 cms.PSet( rpId = cms.uint32(2054160384), dirName = cms.string(
"XRPH_E6L5_B2"), z = cms.double(-21570.0) ),
22 cms.PSet( rpId = cms.uint32(2023227392), dirName = cms.string(
"XRPH_B6L5_B2"), z = cms.double(-21955.0) ),
24 cms.PSet( rpId = cms.uint32(2031616000), dirName = cms.string(
"XRPH_D6R5_B1"), z = cms.double(+21255.1) ),
25 cms.PSet( rpId = cms.uint32(2073034752), dirName = cms.string(
"XRPH_A6R5_B1"), z = cms.double(+21507.8) ),
26 cms.PSet( rpId = cms.uint32(2070937600), dirName = cms.string(
"XRPH_E6R5_B1"), z = cms.double(+21570.0) ),
27 cms.PSet( rpId = cms.uint32(2040004608), dirName = cms.string(
"XRPH_B6R5_B1"), z = cms.double(+21955.0) ),
31 ctppsDirectSimuData = dict(
32 empiricalAperture45 = cms.string(
"1E3*([xi] - 0.20)"),
33 empiricalAperture56 = cms.string(
"1E3*([xi] - 0.20)")
38 generator.energy = profile_base_2021.ctppsLHCInfo.beamEnergy
42 ctppsCompositeESSource.compactViewTag = ctppsGeometryESModule.compactViewTag
43 del ctppsGeometryESModule
46 ctppsLocalTrackLiteProducer.includeStrips =
False
47 ctppsLocalTrackLiteProducer.includePixels =
True
48 ctppsLocalTrackLiteProducer.includeDiamonds =
True
50 reco_local = cms.Sequence(
52 * ctppsDiamondLocalReconstruction
53 * ctppsLocalTrackLiteProducer
58 rp_45_F = cms.uint32(23),
59 rp_45_N = cms.uint32(3),
60 rp_56_N = cms.uint32(103),
61 rp_56_F = cms.uint32(123)
65 from Validation.CTPPS.simu_config.profile_2021_default_cff
import profile_2021_default
66 ctppsCompositeESSource.periods = [profile_2021_default]