Skip to content

Commit 4016630

Browse files
authored
Merge branch 'AliceO2Group:master' into master
2 parents 3fea683 + 390ee70 commit 4016630

23 files changed

+32
-11
lines changed

DATA/common/getCommonArgs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARGS_ALL="--session ${OVERRIDE_SESSION:-default} --severity $SEVERITY --shm-segm
1313
ARGS_ALL_CONFIG="keyval.input_dir=$FILEWORKDIR;keyval.output_dir=/dev/null;${ALL_EXTRA_CONFIG:-}"
1414
if [[ $EPNSYNCMODE == 1 ]]; then
1515
ARGS_ALL+=" --infologger-severity $INFOLOGGER_SEVERITY"
16-
ARGS_ALL+=" --monitoring-backend influxdb-unix:///tmp/telegraf.sock --resources-monitoring 15"
16+
ARGS_ALL+=" --monitoring-backend influxdb-unix:///tmp/telegraf.sock --resources-monitoring ${GEN_TOPO_RESOURCE_MONITORING:-15}"
1717
ARGS_ALL_CONFIG+="NameConf.mCCDBServer=$GEN_TOPO_EPN_CCDB_SERVER;"
1818
export DPL_CONDITION_BACKEND=$GEN_TOPO_EPN_CCDB_SERVER
1919
[[ -z ${O2_DPL_DEPLOYMENT_MODE:-} ]] && O2_DPL_DEPLOYMENT_MODE=OnlineECS

DATA/production/qc-async/itstpctof.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@
2929
"className" : "o2::quality_control_modules::tof::TOFMatchedTracks",
3030
"moduleName" : "QcTOF",
3131
"detectorName" : "TOF",
32-
"cycleDurationSeconds" : "60",
32+
"cycleDurationSeconds" : "300",
3333
"maxNumberCycles" : "-1",
3434
"dataSource" : {
3535
"type" : "direct",
3636
"query_comment" : "checking every matched track",
3737
"query" : "matchITSTPCTOF:TOF/MTC_ITSTPC/0;matchTPCTOF:TOF/MTC_TPC/0;trackTPCTOF:TOF/TOFTRACKS_TPC/0;trackITSTPC:GLO/TPCITS/0;trackITSTPCABREFS:GLO/TPCITSAB_REFS/0;trackITSTPCABCLID:GLO/TPCITSAB_CLID/0;trackTPC:TPC/TRACKS/0;trackTPCClRefs:TPC/CLUSREFS/0;tofcluster:TOF/CLUSTERS/0"
3838
},
39+
"movingWindows" : [ "mEffPt_ITSTPC-ITSTPCTRD" ],
3940
"taskParameters" : {
4041
"GID" : "ITS-TPC,TPC,ITS-TPC-TOF,TPC-TOF",
4142
"verbose" : "false",

DATA/production/qc-async/itstpctofwtrd.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@
2929
"className" : "o2::quality_control_modules::tof::TOFMatchedTracks",
3030
"moduleName" : "QcTOF",
3131
"detectorName" : "TOF",
32-
"cycleDurationSeconds" : "60",
32+
"cycleDurationSeconds" : "300",
3333
"maxNumberCycles" : "-1",
3434
"dataSource" : {
3535
"type" : "direct",
3636
"query_comment" : "checking every matched track",
3737
"query" : "tofcluster:TOF/CLUSTERS/0;trackTPC:TPC/TRACKS/0;trackTPCClRefs:TPC/CLUSREFS/0;matchTPCTOF:TOF/MTC_TPC/0;trackTPCTOF:TOF/TOFTRACKS_TPC/0;trackITSTPC:GLO/TPCITS/0;trackITSTPCABREFS:GLO/TPCITSAB_REFS/0;trackITSTPCABCLID:GLO/TPCITSAB_CLID/0;matchITSTPCTOF:TOF/MTC_ITSTPC/0;trackITSTPCTRD:TRD/MATCH_ITSTPC/0;trigITSTPCTRD:TRD/TRGREC_ITSTPC/0;matchITSTPCTRDTOF:TOF/MTC_ITSTPCTRD/0;trackTPCTRD:TRD/MATCH_TPC/0;trigTPCTRD:TRD/TRGREC_TPC/0;matchTPCTRDTOF:TOF/MTC_TPCTRD/0"
3838
},
39-
"taskParameters" : {
39+
"movingWindows" : [ "mEffPt_ITSTPC-ITSTPCTRD" ],
40+
"taskParameters" : {
4041
"GID" : "TPC,TPC-TOF,ITS-TPC,ITS-TPC-TOF,ITS-TPC-TRD,ITS-TPC-TRD-TOF,TPC-TRD,TPC-TRD-TOF",
4142
"verbose" : "false",
4243
"minPtCut" : "0.1f",

DATA/production/qc-async/pidft0tof.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@
3636
"taskName": "PID",
3737
"moduleName": "QcTOF",
3838
"detectorName": "TOF",
39-
"cycleDurationSeconds": "10",
39+
"cycleDurationSeconds": "300",
4040
"maxNumberCycles": "-1",
4141
"dataSource": {
4242
"type": "direct",
4343
"query_comment": "checking every matched track",
4444
"query": "matchITSTPCTOF:TOF/MTC_ITSTPC/0;matchTPCTOF:TOF/MTC_TPC/0;trackTPCTOF:TOF/TOFTRACKS_TPC/0;trackITSTPC:GLO/TPCITS/0;trackITSTPCABREFS:GLO/TPCITSAB_REFS/0;trackITSTPCABCLID:GLO/TPCITSAB_CLID/0;trackTPC:TPC/TRACKS/0;trackTPCClRefs:TPC/CLUSREFS/0;tofcluster:TOF/CLUSTERS/0;recpoints:FT0/RECPOINTS/0"
4545
},
46+
"movingWindows" : [ "EvTimeTOF", "DeltaEvTimeTOFVsFT0AC" ],
4647
"taskParameters": {
4748
"GID": "ITS-TPC,ITS-TPC-TOF,TPC,TPC-TOF",
4849
"verbose": "false",

DATA/production/qc-async/pidft0tofwtrd.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@
3636
"className": "o2::quality_control_modules::pid::TaskFT0TOF",
3737
"moduleName": "QcTOF",
3838
"detectorName": "TOF",
39-
"cycleDurationSeconds": "10",
39+
"cycleDurationSeconds": "300",
4040
"maxNumberCycles": "-1",
4141
"dataSource": {
4242
"type": "direct",
4343
"query_comment": "checking every matched track",
4444
"query" : "tofcluster:TOF/CLUSTERS/0;recpoints:FT0/RECPOINTS/0;trackTPC:TPC/TRACKS/0;trackTPCClRefs:TPC/CLUSREFS/0;matchTPCTOF:TOF/MTC_TPC/0;trackTPCTOF:TOF/TOFTRACKS_TPC/0;trackITSTPC:GLO/TPCITS/0;trackITSTPCABREFS:GLO/TPCITSAB_REFS/0;trackITSTPCABCLID:GLO/TPCITSAB_CLID/0;matchITSTPCTOF:TOF/MTC_ITSTPC/0;trackITSTPCTRD:TRD/MATCH_ITSTPC/0;trigITSTPCTRD:TRD/TRGREC_ITSTPC/0;matchITSTPCTRDTOF:TOF/MTC_ITSTPCTRD/0;trackTPCTRD:TRD/MATCH_TPC/0;trigTPCTRD:TRD/TRGREC_TPC/0;matchTPCTRDTOF:TOF/MTC_TPCTRD/0"
4545
},
46+
"movingWindows" : [ "EvTimeTOF", "DeltaEvTimeTOFVsFT0AC" ],
4647
"taskParameters": {
4748
"GID" : "TPC,TPC-TOF,ITS-TPC,ITS-TPC-TOF,ITS-TPC-TRD,ITS-TPC-TRD-TOF,TPC-TRD,TPC-TRD-TOF",
4849
"verbose": "false",

DATA/production/qc-async/pidtof.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@
3636
"className": "o2::quality_control_modules::pid::TaskFT0TOF",
3737
"moduleName": "QcTOF",
3838
"detectorName": "TOF",
39-
"cycleDurationSeconds": "10",
39+
"cycleDurationSeconds": "300",
4040
"maxNumberCycles": "-1",
4141
"dataSource": {
4242
"type": "direct",
4343
"query_comment": "checking every matched track",
4444
"query": "matchITSTPCTOF:TOF/MTC_ITSTPC/0;matchTPCTOF:TOF/MTC_TPC/0;trackTPCTOF:TOF/TOFTRACKS_TPC/0;trackITSTPC:GLO/TPCITS/0;trackITSTPCABREFS:GLO/TPCITSAB_REFS/0;trackITSTPCABCLID:GLO/TPCITSAB_CLID/0;trackTPC:TPC/TRACKS/0;trackTPCClRefs:TPC/CLUSREFS/0;tofcluster:TOF/CLUSTERS/0"
4545
},
46-
"taskParameters": {
46+
"movingWindows" : [ "EvTimeTOF", "DeltaEvTimeTOFVsFT0AC" ],
47+
"taskParameters": {
4748
"GID": "ITS-TPC,ITS-TPC-TOF,TPC,TPC-TOF",
4849
"verbose": "false",
4950
"minPtCut": "0.3f",

DATA/production/qc-async/tof.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@
2929
"className": "o2::quality_control_modules::tof::TaskDigits",
3030
"moduleName": "QcTOF",
3131
"detectorName": "TOF",
32-
"cycleDurationSeconds": "60",
32+
"cycleDurationSeconds": "300",
3333
"maxNumberCycles": "-1",
3434
"dataSource": {
3535
"type": "direct",
3636
"query": "tofdigits:TOF/DIGITS/0;readoutwin:TOF/READOUTWINDOW/0;patterns:TOF/PATTERNS;diafreq:TOF/DIAFREQ/0;channelCalib:TOF/CHCALIB/0?lifetime=condition&ccdb-path=TOF/Calib/ChannelCalib;lhcPhase:TOF/LHCP/0?lifetime=condition&ccdb-path=TOF/Calib/LHCphase",
3737
"query_comment" : "100% sampling"
3838
},
39+
"movingWindows" : [ "DecodingErrors", "HitMap", "OrbitVsCrate" ],
3940
"taskParameters": {
4041
"Diagnostic": "true",
4142
"PerChannel": "True",

MC/config/PWGEM/ini/GeneratorHFGapTriggered_BeautyForcedDecay_Gap3.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ funcName = GeneratorPythia8GapTriggeredBeautyForcedDecays(3,2)
44

55
[GeneratorPythia8]
66
config = ${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGEM/pythia8/generator/configPythiaEmpty.cfg
7+
includePartonEvent = true

MC/config/PWGEM/ini/GeneratorHFGapTriggered_BeautyForcedDecay_Gap4.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ funcName = GeneratorPythia8GapTriggeredBeautyForcedDecays(4,2)
44

55
[GeneratorPythia8]
66
config = ${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGEM/pythia8/generator/configPythiaEmpty.cfg
7+
includePartonEvent = true

MC/config/PWGEM/ini/GeneratorHFGapTriggered_BeautyForcedDecay_Gap5.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ funcName = GeneratorPythia8GapTriggeredBeautyForcedDecays(5,2)
44

55
[GeneratorPythia8]
66
config = ${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGEM/pythia8/generator/configPythiaEmpty.cfg
7+
includePartonEvent = true

0 commit comments

Comments
 (0)