Skip to content

porting DiTauMassTools from R21.2 to R22

Antonio De Maria requested to merge mmc_r22 into master

Migration step:

  • copy latest missing mass tool code version from 21.2 branch
  • adapt CMake file
  • compile and solve all warnings ( almost all due to "warning: ATLAS coding standards require that the name of private non-static member 'DiTauMassTools::myclass::myvariable' start with 'm_'")

Running successfully locally through "ctest -VR DiTauMassTools" test.

pinging @qbuat, @martindl, @ghamity and @lheinric

Edited by Antonio De Maria

Merge request reports