Skip to content

Commit

Permalink
Fix trigger line name for Run 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
roelaaij committed May 19, 2016
1 parent 19b6552 commit e185e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 18-hlt-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ decision. This can be done using the `decision` member function of a

~~~ {.python}
reports = evt['Hlt1/DecReports']
report = reports.decReport('Hlt1TrackAllL0Decision')
report = reports.decReport('Hlt1TrackMVADecision')
print report.decision()
~~~

Expand Down

0 comments on commit e185e76

Please sign in to comment.