@@ -70,7 +70,7 @@ The section of a configuration file template with variable geometry file and DUT
```toml
[Corryvreckan]
detectors_file="@telescopeGeometry@"
histogram_file="histograms_run@RunNumber@.root"
histogramFile="histograms_@RunNumber@.root"
number_of_events=5000000
...
...
@@ -128,3 +128,23 @@ Two sources of values are currently supported, and are described in the followin
```
Using this table, the variables `@BeamEnergy@` and `@telescopeGeometry@` in the templates would be replaced by the values corresponding to the current run number.