From ff05c25bd9dae72b6f3817f54b8c4c1985022d06 Mon Sep 17 00:00:00 2001 From: Robert Ward Date: Mon, 19 Jan 2026 16:45:54 +0100 Subject: [PATCH] Update phase2-l1nanoaod README to latest recommendations with geometry D121 --- DPGAnalysis/Phase2L1TNanoAOD/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/DPGAnalysis/Phase2L1TNanoAOD/README.md b/DPGAnalysis/Phase2L1TNanoAOD/README.md index 3a88bbe68ecab..e7180dd5f7ec6 100644 --- a/DPGAnalysis/Phase2L1TNanoAOD/README.md +++ b/DPGAnalysis/Phase2L1TNanoAOD/README.md @@ -5,7 +5,9 @@ Initially an independent package here: https://github.com/cms-l1-dpg/Phase2-L1Na ## Setup -For more information on the latest L1T Phase 2 software developments in CMSSW see: https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideL1TPhase2Instructions#Development +For more information on the latest L1T Phase 2 software developments in CMSSW see: https://cmsl1tofflinesw.docs.cern.ch/Phase2/phase2recipe/ + +Previous twiki page: https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideL1TPhase2Instructions#Development Corresponding menu twiki section: https://twiki.cern.ch/twiki/bin/viewauth/CMS/PhaseIIL1TriggerMenuTools#Phase_2_L1_Trigger_objects_based @@ -16,7 +18,7 @@ Corresponding menu twiki section: https://twiki.cern.ch/twiki/bin/viewauth/CMS/P One can append the L1Nano output to the `cmsDriver` command via the `NANO:@Phase2L1DPGwithGen` autoNANO handle, e.g.: ```bash -cmsDriver.py -s L1,L1TrackTrigger,L1P2GT,NANO:@Phase2L1DPGwithGen +cmsDriver.py -s L1TrackTrigger,L1,L1P2GT,NANO:@Phase2L1DPGwithGen ``` Check `PhysicsTools/NanoAOD/python/autoNANO.py` for the way this command is defined. @@ -26,9 +28,9 @@ It is mostly created for workflow tests. An example `cmsDriver` command for 14x files: ```bash -cmsDriver.py -s L1,L1TrackTrigger,L1P2GT,NANO:@Phase2L1DPGwithGen \ ---conditions auto:phase2_realistic_T33 \ ---geometry ExtendedRun4D110 \ +cmsDriver.py -s L1TrackTrigger,L1,L1P2GT,NANO:@Phase2L1DPGwithGen \ +--conditions auto:phase2_realistic_T35 \ +--geometry ExtendedRun4D121 \ --era Phase2C17I13M9 \ --eventcontent NANOAOD \ --datatier GEN-SIM-DIGI-RAW-MINIAOD \