Minor corrections to Trigger guide
All threads resolved!
All threads resolved!
Compare changes
+ 2
− 2
@@ -6,13 +6,13 @@ in the precision reconstruction step, whereas trigger specific ones are used in
@@ -6,13 +6,13 @@ in the precision reconstruction step, whereas trigger specific ones are used in
steps passed. Other difference is that the algorithm instances may be executed multiple times per event in EventViews (briefly mentioned later).
1. It is required that the algorithms used by HLT are reentrant, that is inherited from `AthReentrantAlgorithm`.
In practice this means that the `execute` method does not modify any state variable of the algorithm itself.
1. The I/O of data items needed by the algorithm is done identically as in offline case and is documented here
[MultiThreadingEventDataAccess](https://twiki.cern.ch/twiki/bin/view/AtlasComputing/MultiThreadingEventDataAccessV2).
[MultiThreadingConditionsAccess](https://twiki.cern.ch/twiki/bin/view/AtlasComputing/MultiThreadingConditionsAccess)