ATLAS Offline Software
Database
AthenaPOOL
AthenaPoolCnvSvc
AthenaPoolCnvSvc
IAthenaPoolCleanUp.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ATHENAPOOLCNVSVC_IATHENAPOOLCLEANUP_H
6
#define ATHENAPOOLCNVSVC_IATHENAPOOLCLEANUP_H
7
13
#include "GaudiKernel/StatusCode.h"
14
19
class
IAthenaPoolCleanUp
{
20
21
public
:
23
virtual
~IAthenaPoolCleanUp
() =
default
;
24
25
virtual
StatusCode
cleanUp
(
const
std::string&
output
) = 0;
26
27
protected
:
29
IAthenaPoolCleanUp
() =
default
;
30
};
31
32
#endif
IAthenaPoolCleanUp
This class provides the interface for the AthenaPoolCleanUp which is used to clean up AthenaPoolConve...
Definition:
IAthenaPoolCleanUp.h:19
IAthenaPoolCleanUp::~IAthenaPoolCleanUp
virtual ~IAthenaPoolCleanUp()=default
Destructor.
IAthenaPoolCleanUp::IAthenaPoolCleanUp
IAthenaPoolCleanUp()=default
Standard Constructor.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
merge.output
output
Definition:
merge.py:16
IAthenaPoolCleanUp::cleanUp
virtual StatusCode cleanUp(const std::string &output)=0
Generated on Mon Nov 3 2025 21:11:14 for ATLAS Offline Software by
1.8.18