Skip to content

Commit

Permalink
fix relative path in instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiaz006 committed Aug 16, 2024
1 parent 7098c55 commit 9161fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _episodes/04-HLT_efficiency.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ We will first run this exercise on MiniAOD format, then run it again on NanoAOD.
> git clone https://github.com/cms-nanoAOD/nanoAOD-tools.git PhysicsTools/NanoAODTools
> cd PhysicsTools/NanoAODTools
> scram b -j 4
> cd $CMSSW_BASE/src/ShortExerciseTrigger2023/ShortExerciseTrigger/test
> cd $CMSSW_BASE/src/LPCTriggerHATS/ShortExerciseTrigger/test
> ~~~
> {: .language-bash}
> Copy the skimmed NanoAOD file to your working directory as follows:
Expand Down
2 changes: 1 addition & 1 deletion _episodes/05-TriggerObj.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ objectives:
>
> Run the configuration file as follows:
> ~~~
> cd $CMSSW_BASE/src/ShortExerciseTrigger2023/ShortExerciseTrigger/test
> cd $CMSSW_BASE/src/LPCTriggerHATS/ShortExerciseTrigger/test
> cmsRun ana_SingleMuMiniAOD.py
> ~~~
> {: .language-bash}
Expand Down

0 comments on commit 9161fc8

Please sign in to comment.