Skip to content

Commit c33597b

Browse files
authored
Merge branch 'master' into rmDebugInfo
2 parents 102ba8e + d674b3b commit c33597b

File tree

71 files changed

+5588
-711
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+5588
-711
lines changed

Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py

Lines changed: 788 additions & 0 deletions
Large diffs are not rendered by default.

Configuration/Geometry/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Fast Timing system:
5858
* I10: Fast Timing detector (LYSO barrel (bars along phi flat), silicon endcap), w/ passive materials, ETL in position defined in O4, material adjustments
5959
* I11: Same as I10, xml reorganized, comparison base for new ETL and DD4hep migration
6060
* I12: Starting from I11, new ETL layout from MTD TDR
61+
* I13: Starting from I11, new ETL layout from post MTD TDR (2 sectors per disc face)
6162

6263
The script also handles the common and forward elements of the geometry:
6364
* O4: detailed cavern description, changes for modified CALO region for endcap part, no overlaps inside the Muon System
@@ -73,7 +74,6 @@ The script also handles the common and forward elements of the geometry:
7374
Several detector combinations have been generated:
7475
* D49 = T15+C9+M4+I10+O4+F2
7576
* D50 = T15+C9+M4+I11+O4+F2
76-
* D53 = T15+C9+M4+I12+O4+F2
7777
* D60 = T15+C10+M4+I10+O4+F3
7878
* D64 = T22+C11+M4+I11+O5+F4
7979
* D65 = T23+C11+M4+I11+O5+F4
@@ -83,5 +83,7 @@ Several detector combinations have been generated:
8383
* D69 = T21+C12+M6+I11+O5+F5
8484
* D70 = T21+C13+M7+I11+O6+F6
8585
* D71 = T21+C14+M7+I11+O7+F6
86+
* D72 = T21+C11+M6+I12+O5+F4
87+
* D73 = T21+C11+M6+I13+O5+F4
8688

8789
D49 is the HLT TDR baseline.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
import FWCore.ParameterSet.Config as cms
2+
3+
# This config was generated automatically using generate2026Geometry.py
4+
# If you notice a mistake, please update the generating script, not just this config
5+
6+
from Configuration.Geometry.GeometryExtended2026D72_cff import *
7+
8+
# tracker
9+
from Geometry.CommonTopologies.globalTrackingGeometry_cfi import *
10+
from RecoTracker.GeometryESProducer.TrackerRecoGeometryESProducer_cfi import *
11+
from Geometry.TrackerGeometryBuilder.trackerParameters_cff import *
12+
from Geometry.TrackerNumberingBuilder.trackerTopology_cfi import *
13+
from Geometry.TrackerGeometryBuilder.idealForDigiTrackerGeometry_cff import *
14+
trackerGeometry.applyAlignment = cms.bool(False)
15+
16+
# calo
17+
from Geometry.CaloEventSetup.HGCalV9Topology_cfi import *
18+
from Geometry.HGCalGeometry.HGCalGeometryESProducer_cfi import *
19+
from Geometry.CaloEventSetup.CaloTopology_cfi import *
20+
from Geometry.CaloEventSetup.CaloGeometryBuilder_cfi import *
21+
CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",
22+
SelectedCalos = cms.vstring("HCAL",
23+
"ZDC",
24+
"EcalBarrel",
25+
"TOWER",
26+
"HGCalEESensitive",
27+
"HGCalHESiliconSensitive",
28+
"HGCalHEScintillatorSensitive"
29+
)
30+
)
31+
from Geometry.EcalAlgo.EcalBarrelGeometry_cfi import *
32+
from Geometry.HcalEventSetup.HcalGeometry_cfi import *
33+
from Geometry.HcalEventSetup.CaloTowerGeometry_cfi import *
34+
from Geometry.HcalEventSetup.CaloTowerTopology_cfi import *
35+
from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import *
36+
from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import *
37+
from Geometry.CaloEventSetup.EcalTrigTowerConstituents_cfi import *
38+
from Geometry.EcalMapping.EcalMapping_cfi import *
39+
from Geometry.EcalMapping.EcalMappingRecord_cfi import *
40+
41+
# muon
42+
from Geometry.MuonNumbering.muonNumberingInitialization_cfi import *
43+
from RecoMuon.DetLayers.muonDetLayerGeometry_cfi import *
44+
from Geometry.GEMGeometryBuilder.gemGeometry_cfi import *
45+
from Geometry.GEMGeometryBuilder.me0Geometry_cfi import *
46+
from Geometry.CSCGeometryBuilder.idealForDigiCscGeometry_cff import *
47+
from Geometry.DTGeometryBuilder.idealForDigiDtGeometry_cff import *
48+
49+
# forward
50+
from Geometry.ForwardGeometry.ForwardGeometry_cfi import *
51+
52+
# timing
53+
from RecoMTD.DetLayers.mtdDetLayerGeometry_cfi import *
54+
from Geometry.MTDGeometryBuilder.mtdParameters_cff import *
55+
from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cff import *
56+
from Geometry.MTDNumberingBuilder.mtdTopology_cfi import *
57+
from Geometry.MTDGeometryBuilder.mtdGeometry_cfi import *
58+
from Geometry.MTDGeometryBuilder.idealForDigiMTDGeometry_cff import *
59+
mtdGeometry.applyAlignment = cms.bool(False)
60+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import FWCore.ParameterSet.Config as cms
2+
3+
# This config was generated automatically using generate2026Geometry.py
4+
# If you notice a mistake, please update the generating script, not just this config
5+
6+
from Geometry.CMSCommonData.cmsExtendedGeometry2026D72XML_cfi import *
7+
from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cfi import *
8+
from Geometry.EcalCommonData.ecalSimulationParameters_cff import *
9+
from Geometry.HcalCommonData.hcalDDDSimConstants_cff import *
10+
from Geometry.HGCalCommonData.hgcalParametersInitialization_cfi import *
11+
from Geometry.HGCalCommonData.hgcalNumberingInitialization_cfi import *
12+
from Geometry.MuonNumbering.muonGeometryConstants_cff import *
13+
from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cff import *
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
import FWCore.ParameterSet.Config as cms
2+
3+
# This config was generated automatically using generate2026Geometry.py
4+
# If you notice a mistake, please update the generating script, not just this config
5+
6+
from Configuration.Geometry.GeometryExtended2026D73_cff import *
7+
8+
# tracker
9+
from Geometry.CommonTopologies.globalTrackingGeometry_cfi import *
10+
from RecoTracker.GeometryESProducer.TrackerRecoGeometryESProducer_cfi import *
11+
from Geometry.TrackerGeometryBuilder.trackerParameters_cff import *
12+
from Geometry.TrackerNumberingBuilder.trackerTopology_cfi import *
13+
from Geometry.TrackerGeometryBuilder.idealForDigiTrackerGeometry_cff import *
14+
trackerGeometry.applyAlignment = cms.bool(False)
15+
16+
# calo
17+
from Geometry.CaloEventSetup.HGCalV9Topology_cfi import *
18+
from Geometry.HGCalGeometry.HGCalGeometryESProducer_cfi import *
19+
from Geometry.CaloEventSetup.CaloTopology_cfi import *
20+
from Geometry.CaloEventSetup.CaloGeometryBuilder_cfi import *
21+
CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",
22+
SelectedCalos = cms.vstring("HCAL",
23+
"ZDC",
24+
"EcalBarrel",
25+
"TOWER",
26+
"HGCalEESensitive",
27+
"HGCalHESiliconSensitive",
28+
"HGCalHEScintillatorSensitive"
29+
)
30+
)
31+
from Geometry.EcalAlgo.EcalBarrelGeometry_cfi import *
32+
from Geometry.HcalEventSetup.HcalGeometry_cfi import *
33+
from Geometry.HcalEventSetup.CaloTowerGeometry_cfi import *
34+
from Geometry.HcalEventSetup.CaloTowerTopology_cfi import *
35+
from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import *
36+
from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import *
37+
from Geometry.CaloEventSetup.EcalTrigTowerConstituents_cfi import *
38+
from Geometry.EcalMapping.EcalMapping_cfi import *
39+
from Geometry.EcalMapping.EcalMappingRecord_cfi import *
40+
41+
# muon
42+
from Geometry.MuonNumbering.muonNumberingInitialization_cfi import *
43+
from RecoMuon.DetLayers.muonDetLayerGeometry_cfi import *
44+
from Geometry.GEMGeometryBuilder.gemGeometry_cfi import *
45+
from Geometry.GEMGeometryBuilder.me0Geometry_cfi import *
46+
from Geometry.CSCGeometryBuilder.idealForDigiCscGeometry_cff import *
47+
from Geometry.DTGeometryBuilder.idealForDigiDtGeometry_cff import *
48+
49+
# forward
50+
from Geometry.ForwardGeometry.ForwardGeometry_cfi import *
51+
52+
# timing
53+
from RecoMTD.DetLayers.mtdDetLayerGeometry_cfi import *
54+
from Geometry.MTDGeometryBuilder.mtdParameters_cff import *
55+
from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cff import *
56+
from Geometry.MTDNumberingBuilder.mtdTopology_cfi import *
57+
from Geometry.MTDGeometryBuilder.mtdGeometry_cfi import *
58+
from Geometry.MTDGeometryBuilder.idealForDigiMTDGeometry_cff import *
59+
mtdGeometry.applyAlignment = cms.bool(False)
60+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import FWCore.ParameterSet.Config as cms
2+
3+
# This config was generated automatically using generate2026Geometry.py
4+
# If you notice a mistake, please update the generating script, not just this config
5+
6+
from Geometry.CMSCommonData.cmsExtendedGeometry2026D73XML_cfi import *
7+
from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cfi import *
8+
from Geometry.EcalCommonData.ecalSimulationParameters_cff import *
9+
from Geometry.HcalCommonData.hcalDDDSimConstants_cff import *
10+
from Geometry.HGCalCommonData.hgcalParametersInitialization_cfi import *
11+
from Geometry.HGCalCommonData.hgcalNumberingInitialization_cfi import *
12+
from Geometry.MuonNumbering.muonGeometryConstants_cff import *
13+
from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cff import *

Configuration/Geometry/python/dict2026Geometry.py

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,14 +1188,41 @@
11881188
],
11891189
"era" : "phase2_timing, phase2_timing_layer",
11901190
},
1191+
"I13" : {
1192+
1 : [
1193+
'Geometry/MTDCommonData/data/mtdMaterial/v2/mtdMaterial.xml',
1194+
'Geometry/MTDCommonData/data/btl/v1/btl.xml',
1195+
'Geometry/MTDCommonData/data/etl/v5/etl.xml',
1196+
'Geometry/MTDCommonData/data/mtdParameters/v3/mtdStructureTopology.xml',
1197+
'Geometry/MTDCommonData/data/mtdParameters/v2/mtdParameters.xml',
1198+
],
1199+
3 : [
1200+
'Geometry/MTDSimData/data/v2/mtdsens.xml'
1201+
],
1202+
4 : [
1203+
'Geometry/MTDSimData/data/v2/mtdProdCuts.xml'
1204+
],
1205+
"sim" : [
1206+
'from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cff import *',
1207+
],
1208+
"reco" :[
1209+
'from RecoMTD.DetLayers.mtdDetLayerGeometry_cfi import *',
1210+
'from Geometry.MTDGeometryBuilder.mtdParameters_cff import *',
1211+
'from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cff import *',
1212+
'from Geometry.MTDNumberingBuilder.mtdTopology_cfi import *',
1213+
'from Geometry.MTDGeometryBuilder.mtdGeometry_cfi import *',
1214+
'from Geometry.MTDGeometryBuilder.idealForDigiMTDGeometry_cff import *',
1215+
'mtdGeometry.applyAlignment = cms.bool(False)'
1216+
],
1217+
"era" : "phase2_timing, phase2_timing_layer",
1218+
},
11911219
}
11921220

11931221
allDicts = [ commonDict, trackerDict, caloDict, muonDict, forwardDict, timingDict ]
11941222

11951223
detectorVersionDict = {
11961224
("O4","T15","C9","M4","F2","I10") : "D49",
11971225
("O4","T15","C9","M4","F2","I11") : "D50",
1198-
("O4","T15","C9","M4","F2","I12") : "D53",
11991226
("O4","T15","C10","M4","F3","I10") : "D60",
12001227
("O5","T22","C11","M4","F4","I11") : "D64",
12011228
("O5","T23","C11","M4","F4","I11") : "D65",
@@ -1205,7 +1232,9 @@
12051232
("O5","T21","C12","M6","F5","I11") : "D69",
12061233
("O6","T21","C13","M7","F6","I11") : "D70",
12071234
("O7","T21","C14","M7","F6","I11") : "D71",
1235+
("O5","T21","C11","M6","F4","I12") : "D72",
1236+
("O5","T21","C11","M6","F4","I13") : "D73",
12081237
}
12091238

1210-
deprecatedDets = set([ "D1", "D2", "D3", "D5", "D6" , "D7", "D4", "D8" , "D9", "D12", "D13", "D15", "D10", "D11", "D14", "D16", "D17", "D18", "D19", "D20", "D21", "D22", "D23", "D24", "D25", "D26", "D27", "D28", "D29", "D30", "D31", "D32", "D33", "D34", "D36", "D37", "D38", "D39", "D40", "D42", "D35", "D41", "D43", "D44", "D45", "D46", "D48", "D47", "D51", "D52", "D54", "D55", "D56", "D57", "D58", "D59", "D61", "D62", "D63" ])
1239+
deprecatedDets = set([ "D1", "D2", "D3", "D5", "D6" , "D7", "D4", "D8" , "D9", "D12", "D13", "D15", "D10", "D11", "D14", "D16", "D17", "D18", "D19", "D20", "D21", "D22", "D23", "D24", "D25", "D26", "D27", "D28", "D29", "D30", "D31", "D32", "D33", "D34", "D36", "D37", "D38", "D39", "D40", "D42", "D35", "D41", "D43", "D44", "D45", "D46", "D48", "D47", "D51", "D52", "D53", "D54", "D55", "D56", "D57", "D58", "D59", "D61", "D62", "D63" ])
12111240
deprecatedSubdets = set([ "T1", "T2" ,"T3", "T4", "T5", "T6", "T7", "T8", "T9", "T10", "T11", "T12", "T13", "T14", "T16", "T17", "T18", "T19", "T20", "C1", "C2", "C3", "C5", "C7", "M1", "I1", "I2", "I3", "I4", "I6", "I8", "O1", "F1", "C4", "C6", "C8", "M2", "M3", "I5", "I7", "I9", "O2", "O3", "M5" ])

Configuration/PyReleaseValidation/python/relval_standard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@
660660
workflows[1352] = ['', ['HSCPstop_M_200_13','DIGIUP15','RECOUP15','HARVESTUP15']]
661661
workflows[1353] = ['', ['RSGravitonToGaGa_13','DIGIUP15','RECOUP15','HARVESTUP15']]
662662
workflows[1354] = ['', ['WpToENu_M-2000_13','DIGIUP15','RECOUP15','HARVESTUP15']]
663-
workflows[1355] = ['', ['DisplacedSUSY_stopToBottom_M_800_500mm_13','DIGIUP15','RECOUP15','HARVESTUP15']]
663+
workflows[1355] = ['', ['DisplacedSUSY_stopToBottom_M_300_1000mm_13','DIGIUP15','RECOUP15','HARVESTUP15']]
664664

665665
# fullSim 13TeV normal workflows starting from gridpacks LHE generation
666666
workflows[1360] = ['', ['TTbar012Jets_NLO_Mad_py8_Evt_13','DIGIUP15','RECOUP15','HARVESTUP15']]

Configuration/PyReleaseValidation/python/relval_steps.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ def gen2021hiprod(fragment,howMuch):
602602
steps['HSCPstop_M_200_13']=gen2015('HSCPstop_M_200_TuneCUETP8M1_13TeV_pythia8_cff',Kby(9,100))
603603
steps['RSGravitonToGaGa_13']=gen2015('RSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi',Kby(9,100))
604604
steps['WpToENu_M-2000_13']=gen2015('WprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff',Kby(9,100))
605-
steps['DisplacedSUSY_stopToBottom_M_800_500mm_13']=gen2015('DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff',Kby(9,100))
605+
steps['DisplacedSUSY_stopToBottom_M_300_1000mm_13']=gen2015('DisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff',Kby(9,100))
606606

607607
### 2017 wf: only the ones for premixing (for the moment)
608608
steps['NuGun_UP17']=gen2017('SingleNuE10_cfi.py',Kby(9,50))
@@ -779,7 +779,7 @@ def identitySim(wf):
779779
steps['HSCPstop_M_200_13INPUT']={'INPUT':InputInfo(dataSet='/RelValHSCPstop_M_200_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
780780
steps['RSGravitonToGaGa_13INPUT']={'INPUT':InputInfo(dataSet='/RelValRSGravitonToGaGa_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
781781
steps['WpToENu_M-2000_13INPUT']={'INPUT':InputInfo(dataSet='/RelValWpToENu_M-2000_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
782-
steps['DisplacedSUSY_stopToBottom_M_800_500mm_13INPUT']={'INPUT':InputInfo(dataSet='/RelValDisplacedSUSY_stopToBottom_M_800_500mm_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
782+
steps['DisplacedSUSY_stopToBottom_M_300_1000mm_13INPUT']={'INPUT':InputInfo(dataSet='/RelValDisplacedSUSY_stopToBottom_M_300_1000mm_13/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
783783

784784
# particle guns with postLS1 geometry recycle GEN-SIM input
785785
steps['SingleElectronPt10_UP15INPUT']={'INPUT':InputInfo(dataSet='/RelValSingleElectronPt10_UP15/%s/GEN-SIM'%(baseDataSetRelease[3],),location='STD')}
@@ -3219,7 +3219,7 @@ def gen2021HiMix(fragment,howMuch):
32193219
defaultDataSets.update(puDataSets)
32203220

32213221
# sometimes v1 won't be used - override it here - the dictionary key is gen fragment + '_' + geometry
3222-
versionOverrides={'BuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_2017':'2','HSCPstop_M_200_TuneCUETP8M1_13TeV_pythia8_2017':'2','RSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_2017':'2','WprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_2017':'2','DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_2017':'2','TenE_E_0_200_pythia8_2017':'2','TenE_E_0_200_pythia8_2017PU':'2', 'TenTau_E_15_500_pythia8_2018':'2','PhotonJet_Pt_10_13TeV_TuneCUETP8M1_2018':'2','Wjet_Pt_80_120_13TeV_TuneCUETP8M1_2018':'2'}
3222+
versionOverrides={'BuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_2017':'2','HSCPstop_M_200_TuneCUETP8M1_13TeV_pythia8_2017':'2','RSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_2017':'2','WprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_2017':'2','DisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_2017':'2','TenE_E_0_200_pythia8_2017':'2','TenE_E_0_200_pythia8_2017PU':'2', 'TenTau_E_15_500_pythia8_2018':'2','PhotonJet_Pt_10_13TeV_TuneCUETP8M1_2018':'2','Wjet_Pt_80_120_13TeV_TuneCUETP8M1_2018':'2'}
32233223

32243224
baseDataSetReleaseBetter={}
32253225
for gen in upgradeFragments:

Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
upgradeKeys[2026] = [
3131
'2026D49',
3232
'2026D49PU',
33-
'2026D53',
34-
'2026D53PU',
3533
'2026D60',
3634
'2026D60PU',
3735
'2026D64',
@@ -50,6 +48,10 @@
5048
'2026D70PU',
5149
'2026D71',
5250
'2026D71PU',
51+
'2026D72',
52+
'2026D72PU',
53+
'2026D73',
54+
'2026D73PU',
5355
]
5456

5557
# pre-generation of WF numbers
@@ -59,7 +61,7 @@
5961
}
6062
numWFSkip=200
6163
# temporary measure to keep other WF numbers the same
62-
numWFConflict = [[20000,23200],[23600,24400],[24800,28200],[28600,29800],[50000,51000]]
64+
numWFConflict = [[20000,23200],[23600,28200],[28600,29800],[50000,51000]]
6365
numWFAll={
6466
2017: [],
6567
2026: []
@@ -931,13 +933,6 @@ def condition(self, fragment, stepList, key, hasHarvest):
931933
'Era' : 'Phase2C9',
932934
'ScenToRun' : ['GenSimHLBeamSpot','DigiTrigger','RecoGlobal', 'HARVESTGlobal'],
933935
},
934-
'2026D53' : {
935-
'Geom' : 'Extended2026D53',
936-
'HLTmenu': '@fake2',
937-
'GT' : 'auto:phase2_realistic_T15',
938-
'Era' : 'Phase2C9',
939-
'ScenToRun' : ['GenSimHLBeamSpot','DigiTrigger','RecoGlobal', 'HARVESTGlobal'],
940-
},
941936
'2026D60' : {
942937
'Geom' : 'Extended2026D60',
943938
'HLTmenu': '@fake2',
@@ -1002,6 +997,20 @@ def condition(self, fragment, stepList, key, hasHarvest):
1002997
'Era' : 'Phase2C11',
1003998
'ScenToRun' : ['GenSimHLBeamSpot','DigiTrigger','RecoGlobal', 'HARVESTGlobal'],
1004999
},
1000+
'2026D72' : {
1001+
'Geom' : 'Extended2026D72',
1002+
'HLTmenu': '@fake2',
1003+
'GT' : 'auto:phase2_realistic_T21',
1004+
'Era' : 'Phase2C11',
1005+
'ScenToRun' : ['GenSimHLBeamSpot','DigiTrigger','RecoGlobal', 'HARVESTGlobal'],
1006+
},
1007+
'2026D73' : {
1008+
'Geom' : 'Extended2026D73',
1009+
'HLTmenu': '@fake2',
1010+
'GT' : 'auto:phase2_realistic_T21',
1011+
'Era' : 'Phase2C11',
1012+
'ScenToRun' : ['GenSimHLBeamSpot','DigiTrigger','RecoGlobal', 'HARVESTGlobal'],
1013+
},
10051014
}
10061015

10071016
# standard PU sequences

0 commit comments

Comments
 (0)