The Gaudi Framework  master (b9786168)
Loading...
Searching...
No Matches
IAuditor.cpp
Go to the documentation of this file.
1/***********************************************************************************\
2* (c) Copyright 1998-2025 CERN for the benefit of the LHCb and ATLAS collaborations *
3* *
4* This software is distributed under the terms of the Apache version 2 licence, *
5* copied verbatim in the file "COPYING". *
6* *
7* In applying this licence, CERN does not waive the privileges and immunities *
8* granted to it by virtue of its status as an Intergovernmental Organization *
9* or submit itself to any jurisdiction. *
10\***********************************************************************************/
11#include <Gaudi/IAuditor.h>
12
13namespace Gaudi {
14
15 const std::string IAuditor::Initialize = "Initialize";
16 const std::string IAuditor::ReInitialize = "ReInitialize";
17 const std::string IAuditor::Start = "Start";
18 const std::string IAuditor::ReStart = "ReStart";
19 const std::string IAuditor::Execute = "Execute";
20 const std::string IAuditor::Stop = "Stop";
21 const std::string IAuditor::Finalize = "Finalize";
22
23} // namespace Gaudi
static const std::string Stop
Definition IAuditor.h:52
static const std::string Initialize
Definition IAuditor.h:47
static const std::string Finalize
Definition IAuditor.h:53
static const std::string Execute
Definition IAuditor.h:51
static const std::string Start
Definition IAuditor.h:49
static const std::string ReInitialize
Definition IAuditor.h:48
static const std::string ReStart
Definition IAuditor.h:50
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
Definition __init__.py:1