22#ifndef ATHENASERVICES_COMPRESSIONINFO_H
23#define ATHENASERVICES_COMPRESSIONINFO_H
28#include <unordered_map>
37 using CompressionInfo = std::unordered_map<std::string, SG::ThinningInfo::compression_map_t>;
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Hold thinning/slimming information for a given object.
std::unordered_map< std::string, SG::ThinningInfo::compression_map_t > CompressionInfo
Map of compressed variables and their compression levels.