AthenaKernel: Extend ThinningCache to hold additional data.
ThinningCache holds a map of object keys to a set of thinned entries, and is used during output. Extend ThinningCache so that it now olds a ThinningInfo structure, rather than just the set of thinned entries. This allows us to extend ThinningCache to hold additional information. Here, we're adding the set of vetoed variables per object.
Showing
- Control/AthenaKernel/AthenaKernel/ExtendedEventContext.h 3 additions, 3 deletionsControl/AthenaKernel/AthenaKernel/ExtendedEventContext.h
- Control/AthenaKernel/AthenaKernel/ThinningCache.h 26 additions, 4 deletionsControl/AthenaKernel/AthenaKernel/ThinningCache.h
- Control/AthenaKernel/AthenaKernel/ThinningInfo.h 60 additions, 0 deletionsControl/AthenaKernel/AthenaKernel/ThinningInfo.h
- Control/AthenaKernel/AthenaKernel/getThinningCache.h 22 additions, 1 deletionControl/AthenaKernel/AthenaKernel/getThinningCache.h
- Control/AthenaKernel/CMakeLists.txt 5 additions, 1 deletionControl/AthenaKernel/CMakeLists.txt
- Control/AthenaKernel/share/ThinningInfo_test.ref 2 additions, 0 deletionsControl/AthenaKernel/share/ThinningInfo_test.ref
- Control/AthenaKernel/src/ThinningCache.cxx 53 additions, 16 deletionsControl/AthenaKernel/src/ThinningCache.cxx
- Control/AthenaKernel/src/getThinningCache.cxx 30 additions, 1 deletionControl/AthenaKernel/src/getThinningCache.cxx
- Control/AthenaKernel/test/ThinningCache_test.cxx 8 additions, 0 deletionsControl/AthenaKernel/test/ThinningCache_test.cxx
- Control/AthenaKernel/test/ThinningInfo_test.cxx 30 additions, 0 deletionsControl/AthenaKernel/test/ThinningInfo_test.cxx
- Control/AthenaKernel/test/getThinningCache_test.cxx 9 additions, 1 deletionControl/AthenaKernel/test/getThinningCache_test.cxx
Please register or sign in to comment