forked from SuperNEMO-DBD/SensitivityModule
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSensitivityModuleExample.conf.in
More file actions
23 lines (20 loc) · 920 Bytes
/
SensitivityModuleExample.conf.in
File metadata and controls
23 lines (20 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# - Configuration Metadata
#@description Chain pipeline using a single custom module
#@key_label "name"
#@meta_label "type"
# - Custom modules
# The "flreconstruct.plugins" section to tell flreconstruct what
# to load and from where.
[name="flreconstruct.plugins" type="flreconstruct::section"]
plugins : string[1] = "SensitivityModule"
# Adjust this path if you put the lib elsewhere
SensitivityModule.directory : string = "@PROJECT_BINARY_DIR@"
# - Pipeline configuration
# Must define "pipeline" as this is the module flreconstruct will use
# Make it use our custom module by setting the'type' key to the string we
# used as the second argument to the macro
# DPP_MODULE_REGISTRATION_IMPLEMENT in SensitivityModule.cpp
# At present, it takes no configuration, so it suffices to define it
[name="pipeline" type="dpp::chain_module"]
modules : string[1] = "processing"
[name="processing" type="SensitivityModule"]