Skip to content

Commit

Permalink
Merge pull request cms-sw#36189 from mmusich/from_tvami_LAPCLNaming_1…
Browse files Browse the repository at this point in the history
…2_1_X

 Change SiPixel LA PCL naming in autoPCL file [12.1.X]
  • Loading branch information
cmsbuild authored Nov 22, 2021
2 parents 923d8cd + 7c54952 commit db63563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Configuration/AlCa/python/autoPCL.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'PromptCalibProdSiStripGainsAAG' : 'SiStripGainsAAG',
'PromptCalibProdSiPixelAli' : 'SiPixelAli',
'PromptCalibProdSiPixel' : 'SiPixelQuality',
'PromptCalibProdSiPixelLA' : 'SiPixelLA',
'PromptCalibProdSiPixelLorentzAngle' : 'SiPixelLA',
'PromptCalibProdEcalPedestals': 'EcalPedestals',
'PromptCalibProdLumiPCC': 'LumiPCC',
'PromptCalibProdPPS' : 'PPSTimingCalibration',
Expand Down
2 changes: 1 addition & 1 deletion Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2737,7 +2737,7 @@ def gen2021HiMix(fragment,howMuch):
'--data':'',
'--filein':'file:PromptCalibProdSiPixel.root'}

steps['ALCAHARVD7']={'-s':'ALCAHARVEST:%s'%(autoPCL['PromptCalibProdSiPixelLA']),
steps['ALCAHARVD7']={'-s':'ALCAHARVEST:%s'%(autoPCL['PromptCalibProdSiPixelLorentzAngle']),
'--conditions':'auto:run1_data',
'--scenario':'pp',
'--data':'',
Expand Down

0 comments on commit db63563

Please sign in to comment.