mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +00:00
38 lines
736 B
INI
38 lines
736 B
INI
#----------------------------------------------------
|
|
# comments :
|
|
# brackets [] are used to group options. For example :
|
|
#
|
|
# [xml.config]
|
|
# node.root = fairMQOptions
|
|
#
|
|
# is equivalent to
|
|
# xml.config.node.root = fairMQOptions
|
|
#----------------------------------------------------
|
|
|
|
config-json-file = @CMAKE_BINARY_DIR@/bin/testJSON.json
|
|
config-xml-file = @CMAKE_BINARY_DIR@/bin/testXML.xml
|
|
|
|
#
|
|
device-id = merger
|
|
|
|
#-------------------
|
|
[xml.config]
|
|
|
|
#filename = @CMAKE_BINARY_DIR@/bin/testXML.xml
|
|
node.root = fairMQOptions
|
|
|
|
|
|
#-------------------
|
|
[input.file]
|
|
|
|
name = sampler_file_name.root
|
|
tree = sampler_tree
|
|
branch = sampler_branch
|
|
|
|
|
|
#-------------------
|
|
[output.file]
|
|
|
|
name = sink_filename.root
|
|
tree = sink_tree
|
|
branch = sink_branch |