ATLAS Offline Software
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 
15 namespace Trk {
16 
25 public:
27  EventDataModelMonitor(const std::string& name, ISvcLocator* pSvcLocator);
30 
37 
38 private:
39 };
40 
41 } // close of namespace
42 
43 #endif // TRK_TRKVALALGS_EVENTDATAMODELMONITOR_H
44 
Trk::EventDataModelMonitor::finalize
StatusCode finalize()
standard Athena-Algorithm method
Definition: EventDataModelMonitor.cxx:77
Trk::EventDataModelMonitor::EventDataModelMonitor
EventDataModelMonitor(const std::string &name, ISvcLocator *pSvcLocator)
Standard Athena-Algorithm Constructor.
Definition: EventDataModelMonitor.cxx:25
Trk::EventDataModelMonitor::~EventDataModelMonitor
~EventDataModelMonitor()
Default Destructor.
Definition: EventDataModelMonitor.cxx:30
Trk::EventDataModelMonitor::initialize
StatusCode initialize()
standard Athena-Algorithm method
Definition: EventDataModelMonitor.cxx:55
AthAlgorithm.h
Trk::EventDataModelMonitor
Definition: EventDataModelMonitor.h:24
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition: AthAlgorithm.h:47
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
Trk::EventDataModelMonitor::execute
StatusCode execute()
standard Athena-Algorithm method
Definition: EventDataModelMonitor.cxx:60