20 hanConfig={"algorithm":"Histogram_Empty","description":"Number of events with a mismatch, per LB (x-axis), per signature (y-axis) for signatures that are deemed simulation-ready","display":"SetPalette(55)"},
29 hanConfig={"algorithm":"L1CaloMismatchRate","description":"Mismatch rate, per LB (x-axis), per signature (y-axis) for signatures that are deemed simulation-ready - should not be high rate (see DQ algo)","display":"SetPalette(55)"},
30 type='TProfile2D', cutmask='SimulationReady',
31 title='Mismatched Rate for Simulation-Ready Signatures;LB;Signature;Event Rate (%)',
45 helper.defineHistogram("LBN,locIdx;h_"+sig+"_mismatches_posLbnMap", title = "Mismatched " + sig + " [DataTower evts];LB;Position (iEta:iPhi);TOBs",
46 fillGroup = "mismatches"+ sig,
47 type="TH2I",
48 path="Expert/Sim/detail",
49 hanConfig={
50"display":"SetPalette(87)",
51"description":"Location of mismatched " + sig + " TOBs. Use this plot to identify any localized gFEX issues. N.B. this plot is only created if there are mismatches."},