Skip to content

Commit fda8721

Browse files
committed
Update analysis scripts for compatibility with CMSSW 10
1 parent c039842 commit fda8721

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

episodes/04-gitlabci-run-analysis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ check_events:
175175
- mkdir -p AnalysisCode
176176
- cp -r $CI_PROJECT_DIR/ZPeakAnalysis AnalysisCode/
177177
- cd AnalysisCode/ZPeakAnalysis/
178-
- python3 test/check_number_events.py --input ${CMSSW_RELEASE}/src/AnalysisCode/ZPeakAnalysis/myZPeak.root
179-
- python3 test/check_cutflows.py number_of_events.txt test/number_of_expected_events.txt
178+
- python test/check_number_events_cmssw10.py --input ${CMSSW_RELEASE}/src/AnalysisCode/ZPeakAnalysis/myZPeak.root
179+
- python test/check_cutflows_cmssw10.py number_of_events.txt test/number_of_expected_events.txt
180180
```
181181
182182
For the compiled code to be available in subsequent steps, the artifacts must be explicitly defined. In the `cmssw_compile` job, we specify:

0 commit comments

Comments
 (0)