8#ifndef XAODCALOEVENTATHENAPOOL_XAODCALOCLUSTERAUXCONTAINERCNV_H
9#define XAODCALOEVENTATHENAPOOL_XAODCALOCLUSTERAUXCONTAINERCNV_H
12#include "GaudiKernel/ServiceHandle.h"
53 const std::string& key );
Athena pool converter for aux store classes.
Abstract factory to create the converter.
Athena pool converter for aux store classes.
Converter class used for reading xAOD::CaloClusterAuxContainer_v1.
ServiceHandle< IxAODClusterCompressor > m_compressor
Service compressing the cluster for storage on disk.
xAODCaloClusterAuxContainerCnv(ISvcLocator *svcLoc)
Converter constructor.
virtual xAOD::CaloClusterAuxContainer * createPersistentWithKey(xAOD::CaloClusterAuxContainer *trans, const std::string &key)
Function preparing the container to be written out.
bool m_doCompression
Flag set to false if the retrieval of the compression service failed.
CaloClusterAuxContainer_v2 CaloClusterAuxContainer
Define the latest version of the calorimeter cluster auxiliary container.
T_AthenaPoolAuxContainerCnv< xAOD::CaloClusterAuxContainer, xAODCaloClusterAuxContainerCnv_v1 > xAODCaloClusterAuxContainerCnvBase
Base class for the converter.