|
22 | 22 | "url": "" |
23 | 23 | } |
24 | 24 | }, |
| 25 | + "tasks": { |
| 26 | + "Digits": { |
| 27 | + "active": "true", |
| 28 | + "className": "o2::quality_control_modules::ft0::DigitQcTask", |
| 29 | + "moduleName": "QcFT0", |
| 30 | + "detectorName": "FT0", |
| 31 | + "cycleDurationSeconds": "60", |
| 32 | + "resetAfterCycles": "1", |
| 33 | + "dataSource": { |
| 34 | + "type": "direct", |
| 35 | + "query": "digits:FT0/DIGITSBC/0;channels:FT0/DIGITSCH/0" |
| 36 | + }, |
| 37 | + "taskParameters": { |
| 38 | + "#ChannelIDs": "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215", |
| 39 | + "ChannelIDsAmpVsTime": "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215", |
| 40 | + "trgThresholdTimeLow": "-100", |
| 41 | + "trgThresholdTimeHigh": "100", |
| 42 | + "trgModeSide": "A+C", |
| 43 | + "trgModeThresholdVar": "Ampl", |
| 44 | + "trgThresholdSCenA": "20", |
| 45 | + "trgThresholdCenA": "40", |
| 46 | + "trgOrGate": "153", |
| 47 | + "trgChargeLevelLow": "0", |
| 48 | + "trgChargeLevelHigh": "4095" |
| 49 | + } |
| 50 | + } |
| 51 | + }, |
25 | 52 | "checks": { |
26 | 53 | "ASideInnerMIPCheck": { |
27 | 54 | "active": "true", |
|
416 | 443 | "className": "o2::quality_control::postprocessing::TrendingTask", |
417 | 444 | "moduleName": "QcFT0", |
418 | 445 | "detectorName": "FT0", |
| 446 | + "resumeTrend": "true", |
419 | 447 | "dataSources": [ |
420 | 448 | { |
421 | 449 | "type": "repository", |
|
431 | 459 | } |
432 | 460 | ], |
433 | 461 | "plots": [ |
| 462 | + { |
| 463 | + "name": "trend_cycle_duration_ntf_corr", |
| 464 | + "title": "cycle duration: ns/TF;time;cycle duration [ns/TimeFrames]", |
| 465 | + "legend": { "enabled": true, "x1": 0.70, "y1": 0.70, "x2": 0.93, "y2": 0.90, "nColumns": 1 }, |
| 466 | + "graphs": [ |
| 467 | + { |
| 468 | + "title": "cycle duration [ns]", |
| 469 | + "varexp": "CycleDuration.entries:time", |
| 470 | + "selection": "", |
| 471 | + "option": "*LP", |
| 472 | + "style": { "lineColor": 38, "markerColor": 4, "markerStyle": 20, "lineWidth": 2 } |
| 473 | + }, |
| 474 | + { |
| 475 | + "title": "cycle duration [TimeFrames]", |
| 476 | + "varexp": "CycleDurationNTF.entries:time", |
| 477 | + "selection": "", |
| 478 | + "option": "*LP", |
| 479 | + "style": { "lineColor": 8, "markerColor": 3, "markerStyle": 30, "lineWidth": 2 } |
| 480 | + }, |
| 481 | + { |
| 482 | + "title": "cycle duration: ns/TF;time;cycle duration [ns/TimeFrames]", |
| 483 | + "varexp": "CycleDuration.entries/CycleDurationNTF.entries:time", |
| 484 | + "selection": "", |
| 485 | + "option": "*LP", |
| 486 | + "style": { "lineColor": 31, "markerColor": 30, "markerStyle": 23, "lineWidth": 2 } |
| 487 | + } |
| 488 | + ] |
| 489 | + }, |
434 | 490 | { |
435 | 491 | "name": "trend_cycle_duration", |
436 | 492 | "title": "cycle duration [ns]", |
|
0 commit comments