Skip to content

Improvements some codings in TrigT1TGC

Junpei Maeda requested to merge junpei/athena:updateTrigT1TGC_20221209 into master

Several source code improvements. No change for output is expected.

  • introduce TGCSide enumeration, instead of integer of 0 or 1.
  • remove a duplicated constant variable
  • migrate arrays by C-pointer to std::vector and unified the variable for BoardConnection
  • optimized TGCBIS78CoincidenceMap class and fixed the memory leak (valgrind pointed out)

Merge request reports