Skip to content

Commit

Permalink
Merge pull request #36860 from francescobrivio/alca-FixGEMsuperchambe…
Browse files Browse the repository at this point in the history
…r_12_3_X

Update GEM reco geometry for Run3 MC GTs
  • Loading branch information
cmsbuild authored Feb 4, 2022
2 parents e5a269d + 9f13177 commit 93dd1eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in PEAK mode
'phase1_2018_cosmics_peak' : '123X_upgrade2018cosmics_realistic_peak_v1',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2021
'phase1_2021_design' : '123X_mcRun3_2021_design_v4',
'phase1_2021_design' : '123X_mcRun3_2021_design_v5',
# GlobalTag for MC production with realistic conditions for Phase1 2021
'phase1_2021_realistic' : '123X_mcRun3_2021_realistic_v4',
'phase1_2021_realistic' : '123X_mcRun3_2021_realistic_v5',
# GlobalTag for MC production (cosmics) with realistic conditions for Phase1 2021, Strip tracker in DECO mode
'phase1_2021_cosmics' : '123X_mcRun3_2021cosmics_realistic_deco_v4',
'phase1_2021_cosmics' : '123X_mcRun3_2021cosmics_realistic_deco_v5',
# GlobalTag for MC production with realistic conditions for Phase1 2021 detector for Heavy Ion
'phase1_2021_realistic_hi' : '123X_mcRun3_2021_realistic_HI_v4',
'phase1_2021_realistic_hi' : '123X_mcRun3_2021_realistic_HI_v5',
# GlobalTag for MC production with realistic conditions for Phase1 2023
'phase1_2023_realistic' : '123X_mcRun3_2023_realistic_v4',
'phase1_2023_realistic' : '123X_mcRun3_2023_realistic_v5',
# GlobalTag for MC production with realistic conditions for Phase1 2024
'phase1_2024_realistic' : '123X_mcRun3_2024_realistic_v4',
'phase1_2024_realistic' : '123X_mcRun3_2024_realistic_v5',
# GlobalTag for MC production with realistic conditions for Phase2
'phase2_realistic' : '123X_mcRun4_realistic_v3'
}
Expand Down
2 changes: 1 addition & 1 deletion Configuration/AlCa/python/autoCondModifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def autoCondDDD(autoCond):
CSCRECODIGI_Geometry_ddd = ','.join( ['CSCRECODIGI_Geometry_112YV2' , "CSCRecoDigiParametersRcd" , connectionString, "" , "2021-09-28 12:00:00.000"] )
CSCRECO_Geometry_ddd = ','.join( ['CSCRECO_Geometry_112YV2' , "CSCRecoGeometryRcd" , connectionString, "" , "2021-09-28 12:00:00.000"] )
DTRECO_Geometry_ddd = ','.join( ['DTRECO_Geometry_112YV2' , "DTRecoGeometryRcd" , connectionString, "" , "2021-09-28 12:00:00.000"] )
GEMRECO_Geometry_ddd = ','.join( ['GEMRECO_Geometry_123YV1' , "GEMRecoGeometryRcd" , connectionString, "" , "2022-01-21 12:00:00.000"] )
GEMRECO_Geometry_ddd = ','.join( ['GEMRECO_Geometry_123YV2' , "GEMRecoGeometryRcd" , connectionString, "" , "2022-02-02 12:00:00.000"] )
XMLFILE_Geometry_ddd = ','.join( ['XMLFILE_Geometry_123YV1_Extended2021_mc', "GeometryFileRcd" , connectionString, "Extended", "2022-01-21 12:00:00.000"] )
HCALParameters_Geometry_ddd = ','.join( ['HCALParameters_Geometry_112YV2' , "HcalParametersRcd" , connectionString, "" , "2021-09-28 12:00:00.000"] )
TKRECO_Geometry_ddd = ','.join( ['TKRECO_Geometry_120YV2' , "IdealGeometryRecord" , connectionString, "" , "2021-09-28 12:00:00.000"] )
Expand Down

0 comments on commit 93dd1eb

Please sign in to comment.