Warning, /EICrecon/docs/design/flags/acts.md is written in an unsupported language. File is not indexed.
0001 ## ACTS flags
0002
0003
0004 ### Logging
0005
0006 The `acts:LogLevel` sets log level for most operations. Currently, some may require source code changes to update the verbosity.
0007
0008 ### Material map
0009
0010 Material map in JSon format can be loaded with **acts:MaterialMap** flag:
0011
0012 ```yaml
0013 acts:MaterialMap=/path/to/file/material.cbp
0014 ```
0015
0016 The default value for MaterialMap `calibrations/materials-map.cbor`.
0017 When EICRecon runs, DD4Hep downloads calibrations to the current running directory
0018 including material map to `calibrations/materials-map.cbor`.