From c97c306eb134cc1d8e3a3947836ec62d9f98150a Mon Sep 17 00:00:00 2001 From: Diana Krupova Date: Wed, 21 Feb 2024 13:37:52 +0100 Subject: [PATCH] changing dataSource to direct --- MC/config/QC/json/mft-tracks-mc.json | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) diff --git a/MC/config/QC/json/mft-tracks-mc.json b/MC/config/QC/json/mft-tracks-mc.json index 5b39d831c..1dcd7774d 100644 --- a/MC/config/QC/json/mft-tracks-mc.json +++ b/MC/config/QC/json/mft-tracks-mc.json @@ -35,33 +35,15 @@ "maxNumberCycles" : "-1", "dataSource_comment" : "The other type of dataSource is \"direct\", see basic-no-sampling.json.", "dataSource" : { - "type" : "dataSamplingPolicy", - "name" : "tracks-mc" + "type" : "direct", + "query" : "tracks:MFT/TRACKS/0;mctruth:MFT/TRACKSMCTR/0" }, "location" : "remote", "taskParameters" : { - "collisionsContextPath": "./collisioncontext.root" - } + "collisionsContextPath": "./collisioncontext.root" + } } } - }, - - "dataSamplingPolicies" : [ - { - "id" : "tracks-mc", - "active" : "true", - "machines" : [], - "query" : "tracks:MFT/TRACKS/0;mctruth:MFT/TRACKSMCTR/0", - "samplingConditions" : [ - { - "condition" : "random", - "fraction" : "1", - "seed" : "1234" - } - ], - - "blocking" : "false" - } - ] + } } \ No newline at end of file