ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
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
12
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::IAthenaPoolCleanUp
IAthenaPoolCleanUp()=default
Standard Constructor.
IAthenaPoolCleanUp::~IAthenaPoolCleanUp
virtual ~IAthenaPoolCleanUp()=default
Destructor.
IAthenaPoolCleanUp::cleanUp
virtual StatusCode cleanUp(const std::string &output)=0
Generated on
for ATLAS Offline Software by
1.17.0