|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef XAODCORE_AUXCOMPRESSION_H
6 #define XAODCORE_AUXCOMPRESSION_H
31 virtual std::map< unsigned int, SG::auxid_set_t >
42 #endif // XAODCORE_AUXCOMPRESSION_H
virtual void setCompressedAuxIDs(const std::map< unsigned int, std::set< std::string > > &attributes)
Set which variables should be compressed per compression setting.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
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.
std::map< unsigned int, std::set< std::string > > m_compression_map
Properties following the variable selection convention.
Basic definitions for auxiliary types.
A set of aux data identifiers.
AuxCompression()
Default constructor.