CMS 3D CMS Logo

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

Variables

string alignmentFile = "Validation/CTPPS/alignment/alignment_2022.xml"
 
tuple profile_2022_default
 

Variable Documentation

string profile_2022_default_cff.alignmentFile = "Validation/CTPPS/alignment/alignment_2022.xml"

Definition at line 5 of file profile_2022_default_cff.py.

tuple profile_2022_default_cff.profile_2022_default
Initial value:
1 = profile_base_2022.clone(
2  L_int = 1,
3 
4  ctppsLHCInfo = dict(
5  # NB: until a dedicated 2022 distributions are issued, it is OK to use 2021 ones here
6  xangleBetaStarHistogramObject = "2021/h2_betaStar_vs_xangle"
7  ),
8 
9  ctppsRPAlignmentCorrectionsDataXML = dict(
10  MisalignedFiles = [alignmentFile],
11  RealFiles = [alignmentFile]
12  ),
13 
14  ctppsDirectSimuData = dict(
15  timeResolutionDiamonds45 = "0.200",
16  timeResolutionDiamonds56 = "0.200"
17  )
18 )

Definition at line 7 of file profile_2022_default_cff.py.