5#ifndef XAODCORE_AUXCOMPRESSION_H
6#define XAODCORE_AUXCOMPRESSION_H
31 virtual std::map< unsigned int, SG::auxid_set_t >
Basic definitions for auxiliary types.
A set of aux data identifiers.
AuxCompression()
Default constructor.
virtual std::map< unsigned int, SG::auxid_set_t > getCompressedAuxIDs(const SG::auxid_set_t &fullset) const
Return those variables that are selected to be compressed per compression setting.
virtual void setCompressedAuxIDs(const std::map< unsigned int, std::set< std::string > > &attributes)
Set which variables should be compressed per compression setting.
std::map< unsigned int, std::set< std::string > > m_compression_map
Properties following the variable selection convention.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.