ATLAS Offline Software
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  */
13 #ifndef IOVSVC_ICONDSVCSETUPDONE_H
14 #define IOVSVC_ICONDSVCSETUPDONE_H
15 
16 
17 #include "GaudiKernel/IInterface.h"
18 
19 
21  : virtual public IInterface
22 {
23 public:
25 
28  virtual StatusCode setupDone() = 0;
29 };
30 
31 
32 #endif // not IOVSVC_ICONDSVCSETUPDONE_H
ICondSvcSetupDone::setupDone
virtual StatusCode setupDone()=0
To be called after creating conditions containers in the conditions store.
ICondSvcSetupDone::DeclareInterfaceID
DeclareInterfaceID(ICondSvcSetupDone, 1, 0)
ICondSvcSetupDone
Definition: ICondSvcSetupDone.h:22
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22