ATLAS Offline Software
Loading...
Searching...
No Matches
ICondSvcSetupDone.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2/*
3 * Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration.
4 */
11
12
13#ifndef IOVSVC_ICONDSVCSETUPDONE_H
14#define IOVSVC_ICONDSVCSETUPDONE_H
15
16
17#include "GaudiKernel/IInterface.h"
18
19
21 : virtual public IInterface
22{
23public:
25
28 virtual StatusCode setupDone() = 0;
29};
30
31
32#endif // not IOVSVC_ICONDSVCSETUPDONE_H
DeclareInterfaceID(ICondSvcSetupDone, 1, 0)
virtual StatusCode setupDone()=0
To be called after creating conditions containers in the conditions store.