File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Alignment/OfflineValidation/test Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,17 @@ def best_match(rcd):
9696elif options .era == '2018' :
9797 print ("===> running era 2018" )
9898 process = cms .Process ('Analysis' ,eras .Run2_2018 )
99+ elif options .era == '2022' :
100+ print ("===> running era 2022" )
101+ process = cms .Process ('Analysis' ,eras .Run3 )
102+ elif options .era == '2023' :
103+ print ("===> running era 2023" )
104+ process = cms .Process ('Analysis' ,eras .Run3_2023 )
105+
106+ ###################################################################
107+ # Set the process to run multi-threaded
108+ ###################################################################
109+ process .options .numberOfThreads = 8
99110
100111# import of standard configurations
101112process .load ('Configuration.StandardSequences.Services_cff' )
You can’t perform that action at this time.
0 commit comments