The Gaudi Framework  master (d98a2936)
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 
13 namespace 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
Gaudi::IAuditor::Execute
static const std::string Execute
Definition: IAuditor.h:51
Gaudi::IAuditor::Initialize
static const std::string Initialize
Definition: IAuditor.h:47
Gaudi::IAuditor::ReInitialize
static const std::string ReInitialize
Definition: IAuditor.h:48
Gaudi::IAuditor::Start
static const std::string Start
Definition: IAuditor.h:49
IAuditor.h
Gaudi
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
Definition: __init__.py:1
Gaudi::IAuditor::Stop
static const std::string Stop
Definition: IAuditor.h:52
Gaudi::IAuditor::Finalize
static const std::string Finalize
Definition: IAuditor.h:53
Gaudi::IAuditor::ReStart
static const std::string ReStart
Definition: IAuditor.h:50