@@ -2,17 +2,6 @@ Call Allen from Gaudi, event loop directed by Moore
=============================
The software can be compiled either based on the nightlies or by compiling the full stack, as described [here](https://gitlab.cern.ch/lhcb/Allen/-/blob/master/readme.md#call-allen-with-gaudi-steer-event-loop-from-moore).
The default HLT1 sequence is `hlt1_pp_default`. If you would like to use a different sequence when compiling Allen, you can pass CMake arguments by adding the following lines to `utils/config.json`
@@ -42,6 +31,32 @@ To check the muon identification efficiency and misID efficiency:
The scripts in `Moore/Hlt/RecoConf/scripts/` can be used to produce plots of the various efficiencies and resolutions from the ROOT files produced by one of the previous calls to Moore.
Running a different sequence
------------------------------
To run a different sequence, the function call that sets up the
control flow can be wrapped using a `with` statement:
```python
withsequence.bind(sequence="hlt1_pp_no_gec"):
run_allen(options)
```
A different set of configuration parameters can be configured in the