ATLAS Offline Software
Loading...
Searching...
No Matches
IxAODClusterCompressor.h
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
5*/
6
7// IxAODClusterCompressor.h
8// Header file for class IxAODClusterCompressor
9// Author: Walter Lampl
11#ifndef CALOINTERFACES_IXAODCLUSTERCOMPRESSOR_H
12#define CALOINTERFACES_IXAODCLUSTERCOMPRESSOR_H 1
13
14// FrameWork includes
15#include "GaudiKernel/IService.h"
16
18
19
21 : virtual public ::IService
22{
23 public:
25
29
30 virtual void compress(xAOD::CaloClusterContainer* clustercontainer) const=0;
31};
32
33#endif //> !CALOINTERFACES_IXAODCLUSTERCOMPRESSOR_H
virtual ~IxAODClusterCompressor()
Destructor:
DeclareInterfaceID(IxAODClusterCompressor, 1, 0)
virtual void compress(xAOD::CaloClusterContainer *clustercontainer) const =0
CaloClusterContainer_v1 CaloClusterContainer
Define the latest version of the calorimeter cluster container.