ATLAS Offline Software
Loading...
Searching...
No Matches
EventDataModelMonitor.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6// EventDataModelMonitor.h, (c) ATLAS Detector software
8
9#ifndef TRK_TRKVALALGS_EVENTDATAMODELMONITOR_H
10#define TRK_TRKVALALGS_EVENTDATAMODELMONITOR_H
11
12// Gaudi includes
14
15namespace Trk {
16
23
25public:
27 EventDataModelMonitor(const std::string& name, ISvcLocator* pSvcLocator);
30
32 StatusCode initialize();
34 StatusCode execute();
36 StatusCode finalize();
37
38private:
39};
40
41} // close of namespace
42
43#endif // TRK_TRKVALALGS_EVENTDATAMODELMONITOR_H
44
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
~EventDataModelMonitor()
Default Destructor.
EventDataModelMonitor(const std::string &name, ISvcLocator *pSvcLocator)
Standard Athena-Algorithm Constructor.
StatusCode initialize()
standard Athena-Algorithm method
StatusCode execute()
standard Athena-Algorithm method
StatusCode finalize()
standard Athena-Algorithm method
Ensure that the ATLAS eigen extensions are properly loaded.