Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v38r0 (2143aa4c)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
GaudiCommonTests.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2019 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 "LICENSE". *
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 #ifndef HISTOGRAMS_GAUDIHISTOALGORITHM_H
12 #define HISTOGRAMS_GAUDIHISTOALGORITHM_H 1
13 
14 // Include files
15 // from Gaudi
17 
18 // Event Model related classes
19 #include "GaudiExamples/Event.h"
20 #include "GaudiExamples/MyTrack.h"
21 
31 
32 public:
34  GaudiCommonTests( const std::string& name, ISvcLocator* pSvcLocator );
35 
36  ~GaudiCommonTests() override;
37 
38  StatusCode initialize() override;
39  StatusCode execute() override;
40  StatusCode finalize() override;
41 };
42 
43 #endif // HISTOGRAMS_GAUDIHISTOALGORITHM_H
std::string
STL class.
Gaudi::Algorithm::name
const std::string & name() const override
The identifying name of the algorithm object.
Definition: Algorithm.cpp:528
ISvcLocator
Definition: ISvcLocator.h:46
GaudiCommonTests::~GaudiCommonTests
~GaudiCommonTests() override
Destructor.
Definition: GaudiCommonTests.cpp:40
GaudiCommonTests::GaudiCommonTests
GaudiCommonTests(const std::string &name, ISvcLocator *pSvcLocator)
Standard constructor.
Definition: GaudiCommonTests.cpp:35
GaudiCommonTests::execute
StatusCode execute() override
Algorithm execution.
Definition: GaudiCommonTests.cpp:56
StatusCode
Definition: StatusCode.h:65
GaudiAlgorithm
Definition: GaudiAlgorithm.h:104
GaudiCommonTests
Definition: GaudiCommonTests.h:30
MyTrack.h
GaudiCommonTests::finalize
StatusCode finalize() override
Algorithm finalization.
Definition: GaudiCommonTests.cpp:127
Event.h
GaudiAlgorithm.h
GaudiCommonTests::initialize
StatusCode initialize() override
Algorithm initialization.
Definition: GaudiCommonTests.cpp:45