From 5d9eafbd470ba687183f46fc1a2a146f2713ec4f Mon Sep 17 00:00:00 2001 From: iravasen Date: Wed, 8 Dec 2021 17:04:41 +0100 Subject: [PATCH] ITS updated json as in production (P2, QCasync) --- Modules/ITS/itsCluster.json | 3 +-- Modules/ITS/itsFLP.json | 10 +++++++--- Modules/ITS/itsFhr.json | 8 ++++++-- Modules/ITS/itsTrack.json | 7 +++---- 4 files changed, 17 insertions(+), 11 deletions(-) diff --git a/Modules/ITS/itsCluster.json b/Modules/ITS/itsCluster.json index 228a6ca793..4dcf074043 100644 --- a/Modules/ITS/itsCluster.json +++ b/Modules/ITS/itsCluster.json @@ -40,8 +40,7 @@ "taskParameters": { "layer": "1111111", "clusterDictionaryPath": "/home/its/aisakov/workdir/ITSdictionary.bin", - "runNumberPath": "/home/its/QC/workdir/infiles/RunNumber.dat", - "geomPath": "/home/its/aisakov/workdir/o2sim_geometry.root", + "geomPath": "./o2sim_geometry.root", "nThreads": "4" } diff --git a/Modules/ITS/itsFLP.json b/Modules/ITS/itsFLP.json index adc9d63f7b..e41e8ff8ad 100644 --- a/Modules/ITS/itsFLP.json +++ b/Modules/ITS/itsFLP.json @@ -37,12 +37,16 @@ "location": "remote", "taskParameters": { "Layer": "2", - "decoderThreads": "8", "HitNumberCut": "512", "GetTFFromBinding": "0", + "decoderThreads": "8", "geomPath": "/tmp/qc_tmp/o2sim", - "HitNumberCutForNoisyPixel": "1024", - "OccupancyNumberCutForNoisyPixel": "0.01" + "HitNumberCutForNoisyPixel": "0", + "OccupancyNumberCutForNoisyPixel": "0.000001", + "MaxGeneralAxisRange": "-2", + "MinGeneralAxisRange": "-12", + "MaxGeneralNoisyAxisRange": "5000", + "MinGeneralNoisyAxisRange": "0" } }, "ITSFEE": { diff --git a/Modules/ITS/itsFhr.json b/Modules/ITS/itsFhr.json index 9fde133bcc..82b447e590 100644 --- a/Modules/ITS/itsFhr.json +++ b/Modules/ITS/itsFhr.json @@ -41,8 +41,12 @@ "GetTFFromBinding": "0", "decoderThreads": "8", "geomPath": "/tmp/qc_tmp/o2sim", - "HitNumberCutForNoisyPixel": "1024", - "OccupancyNumberCutForNoisyPixel": "0.01" + "HitNumberCutForNoisyPixel": "0", + "OccupancyNumberCutForNoisyPixel": "0.000001", + "MaxGeneralAxisRange": "-2", + "MinGeneralAxisRange": "-12", + "MaxGeneralNoisyAxisRange": "5000", + "MinGeneralNoisyAxisRange": "0" } } }, diff --git a/Modules/ITS/itsTrack.json b/Modules/ITS/itsTrack.json index 8bd031fcbb..4db5453d77 100644 --- a/Modules/ITS/itsTrack.json +++ b/Modules/ITS/itsTrack.json @@ -33,11 +33,10 @@ "dataSource_comment" : "The other type of dataSource is \"direct\", see basic-no-sampling.json.", "dataSource" : { "type" : "dataSamplingPolicy", - "name" : "compclus" + "name" : "tracks" }, "location" : "remote", "taskParameters" : { - "runNumberPath" : "/home/its/QC/workdir/infiles/RunNumber.dat", "vertexXYsize" : "0.1", "vertexZsize": "15", "vertexRsize": "0.1" @@ -63,14 +62,14 @@ "dataSamplingPolicies" : [ { - "id" : "compclus", + "id" : "tracks", "active" : "true", "machines" : [], "query" : "Vertices:ITS/VERTICES/0;tracks:ITS/TRACKS/0;rofs:ITS/ITSTrackROF/0;compclus:ITS/COMPCLUSTERS/0", "samplingConditions" : [ { "condition" : "random", - "fraction" : "1", + "fraction" : "0.3", "seed" : "1441" } ],