Skip to content

Commit b6346f6

Browse files
authored
added simple aggregator to the functional_test (#2329)
Co-authored-by: Michal Tichák <michal.tichak@cern.ch>
1 parent d0e6ecc commit b6346f6

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Framework/basic-functional.json.in

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,19 @@
5757
"MOs": ["example"]
5858
}]
5959
}
60+
},
61+
"aggregators": {
62+
"FunctionalTestAggregator@UNIQUE_ID@": {
63+
"active": "true",
64+
"className": "o2::quality_control_modules::skeleton::SkeletonAggregator",
65+
"moduleName": "QcSkeleton",
66+
"policy": "OnAll",
67+
"detectorName": "TST",
68+
"dataSource": [{
69+
"type": "Check" , "": "for a check which produces a single result do it like that",
70+
"name": "FunctionalTest@UNIQUE_ID@" , "": "no need to specify each object because there is only 1"
71+
}]
72+
}
6073
}
6174
},
6275
"dataSamplingPolicies": [

0 commit comments

Comments
 (0)