CMS 3D CMS Logo

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

Variables

 ppsAssociationCutsESSource = ac.ppsAssociationCutsESSource
 
tuple profile_base_2022
 
tuple reco_local
 
tuple rpIds
 

Variable Documentation

year_2022_cff.ppsAssociationCutsESSource = ac.ppsAssociationCutsESSource

Definition at line 7 of file year_2022_cff.py.

tuple year_2022_cff.profile_base_2022
Initial value:
1 = profile_base.clone(
2  ctppsLHCInfo = dict(
3  beamEnergy = 7000
4  ),
5 
6  ctppsOpticalFunctions = dict(
7  opticalFunctions = selected_optics.opticalFunctions,
8  scoringPlanes = selected_optics.scoringPlanes,
9  ),
10 
11  ctppsDirectSimuData = dict(
12  empiricalAperture45 = cms.string("1E3*([xi] - 0.20)"),
13  empiricalAperture56 = cms.string("1E3*([xi] - 0.20)")
14  )
15 )

Definition at line 12 of file year_2022_cff.py.

tuple year_2022_cff.reco_local
Initial value:
1 = cms.Sequence(
2  ctppsPixelLocalTracks
3  * ctppsDiamondLocalReconstruction
4  * ctppsLocalTrackLiteProducer
5 )

Definition at line 40 of file year_2022_cff.py.

tuple year_2022_cff.rpIds
Initial value:
1 = cms.PSet(
2  rp_45_F = cms.uint32(23),
3  rp_45_N = cms.uint32(3),
4  rp_56_N = cms.uint32(103),
5  rp_56_F = cms.uint32(123)
6 )

Definition at line 47 of file year_2022_cff.py.