Skip to content

Commit

Permalink
changing dataSource to direct
Browse files Browse the repository at this point in the history
  • Loading branch information
Diana Krupova authored and Diana Krupova committed Feb 21, 2024
1 parent 922e205 commit c97c306
Showing 1 changed file with 5 additions and 23 deletions.
28 changes: 5 additions & 23 deletions MC/config/QC/json/mft-tracks-mc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
}

0 comments on commit c97c306

Please sign in to comment.