Iguana LATEST
Implementation Guardian of Analysis Algorithms
Loading...
Searching...
No Matches
Config.yaml
1# Very simple configuration file example
2# - For better examples, showing more features, take a look at configuration
3# files from other algorithms
4# - See also the test configuration files in ../../tests/config and how they
5# may be accessed in ../../tests/include/TestConfig.h
6# - Please add comments describing each configuration parameter, since this
7# YAML file will be used in documentation
8example::ExampleAlgorithm:
9 # an example `integer` configuration parameter
10 exampleInt: 8
11 # an example `double` configuration parameter
12 exampleDouble: 7.5