Add Database/AtlasSTLAddReflex to AthGeneration project
Most AthenaRootComps
unit tests fail in the master,AthGeneration project.
@mnowak found that the direct cause of these test failures is the inability to retrieve el_jetcone_dr
, which is of type vector<vector<float>>
.
There is a dictionary for this type in Database/AtlasSTLAddReflex
adding this package to the build locally makes the tests succeed.
This should fix ATEAM-605. See also AGENE-1787.