Skip to content

LArBadChannelDumper: Add option to create a summary file containing supercell-information

Walter Lampl requested to merge wlampl/athena:BadSCSummary into 24.0
athena --CA LArBadChannelTool/LArBadChannel2Ascii.py --SC  -t LARBadChannelsOflBadChannelsSC-RUN3-UPD1-00 --s summary.txt

produces now a summary file containing info like:

LAr SuperCells not usable:
    EMB:    42 of 18560 (0.226%)
   EMEC:    47 of 13184 (0.356%)
 EM tot:    89 of 31744 (0.28%)
    HEC:    18 of 1536 (1.17%)
   FCAL:    11 of 768 (1.43%)
  Total:   118 of 34048 (0.347%)

cc @monnier

Merge request reports