Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tutorial path for model building #982

Merged
merged 2 commits into from
Jun 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/model_building_tutorial2024/model_building_exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ After setting up <span style="font-variant:small-caps;">Combine</span>, you can
cd $CMSSW_BASE/src/HiggsAnalysis/CombinedLimit/
git checkout main
scram b -j 8
cd $CMSSW_BASE/src/HiggsAnalysis/CombinedLimit/data/tutorials/tutorial_models_2024/
cd $CMSSW_BASE/src/HiggsAnalysis/CombinedLimit/data/tutorials/model_building_2024/
```

## Exercise outline
Expand Down Expand Up @@ -53,7 +53,7 @@ shapes <process_name> <channel_name> <path/to/input_shape.root> <histogr

To start the hands-on for this section:
```
cd $CMSSW_BASE/src/HiggsAnalysis/CombinedLimit/data/tutorials/tutorial_models_2024/simple_shape
cd $CMSSW_BASE/src/HiggsAnalysis/CombinedLimit/data/tutorials/model_building_2024/simple_shape
```

The input shapes for the first example (`datacard-2-template-analysis.txt`) are located in the `template-analysis-datacard-input.root`, it contains the observed distribution `data_obs`, the nominal histograms for each process and systematic uncertainties templates:
Expand Down
Loading