Skip to content

Commit 5005b94

Browse files
committed
add relval_nano for L1ScoutingNano
1 parent ef691dd commit 5005b94

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Configuration/PyReleaseValidation/python/relval_nano.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,12 @@ def next(self, index: int = None) -> None:
225225
steps['ScoutingPFMonitor2024MINIAOD14.0'] = {'INPUT': InputInfo(location='STD', ls=lumis_Run2024D,
226226
dataSet='/ScoutingPFMonitor/Run2024D-PromptReco-v1/MINIAOD')}
227227

228+
steps['L1Scouting2024RAW14.0'] = {'INPUT': InputInfo(location='STD', ls={386873: [[1, 332]]},
229+
dataSet='/L1Scouting/Run2024I-v1/L1SCOUT')}
230+
231+
steps['L1ScoutingSelection2024RAW14.0'] = {'INPUT': InputInfo(location='STD', ls={386873: [[1, 332]]},
232+
dataSet='/L1ScoutingSelection/Run2024I-v1/L1SCOUT')}
233+
228234
steps['ZMuSkim2024RAWRECO14.0'] = {'INPUT': InputInfo(location='STD', ls=lumis_Run2024D,
229235
dataSet='/Muon0/Run2024D-ZMu-PromptReco-v1/RAW-RECO')}
230236

@@ -261,6 +267,12 @@ def next(self, index: int = None) -> None:
261267
steps['scoutingNANO_withPrompt_data14.0'] = merge([{'-s': 'NANO:@Prompt+@ScoutMonitor'},
262268
steps['NANO_data14.0']])
263269

270+
steps['l1ScoutingNANO_data14.0'] = merge([{'-s': 'NANO:@L1Scout', '-n': '1000'},
271+
steps['NANO_data14.0']])
272+
273+
steps['l1ScoutingSelectionNANO_data14.0'] = merge([{'-s': 'NANO:@L1ScoutSelect', '-n': '1000'},
274+
steps['NANO_data14.0']])
275+
264276
# DPG custom NANO
265277
steps['muDPGNANO_data14.0'] = merge([{'-s': 'RAW2DIGI,NANO:@MUDPG', '-n': '100'},
266278
steps['NANO_data14.0']])
@@ -456,6 +468,8 @@ def next(self, index: int = None) -> None:
456468
workflows[_wfn()] = ['lepTrackInfoNANOdata140Xrun3', ['MuonEG2024MINIAOD14.0', 'lepTrackInfoNANO_data14.0']]
457469
workflows[_wfn()] = ['ScoutingNANOdata140Xrun3', ['ScoutingPFRun32024RAW14.0', 'scoutingNANO_data14.0']]
458470
workflows[_wfn()] = ['ScoutingNANOwithPromptdata140Xrun3', ['ScoutingPFMonitor2024MINIAOD14.0', 'scoutingNANO_withPrompt_data14.0']]
471+
workflows[_wfn()] = ['L1ScoutingNANOdata140Xrun3', ['L1Scouting2024RAW14.0', 'l1ScoutingNANO_data14.0']]
472+
workflows[_wfn()] = ['L1ScoutingSelectionNANOdata140Xrun3', ['L1ScoutingSelection2024RAW14.0', 'l1ScoutingSelectionNANO_data14.0']]
459473

460474
# DPG custom NANOs, data
461475
_wfn.subnext()

0 commit comments

Comments
 (0)