ATLAS Offline Software
Control/AthenaExamples/AthExStoreGateExample/src/WriteData.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef ATHEXSTOREGATEEXAMPLE_WRITEDATA_H
8 #define ATHEXSTOREGATEEXAMPLE_WRITEDATA_H 1
9 
10 #include <string>
12 
14 
15 class WriteData:public AthAlgorithm {
16 public:
17  WriteData (const std::string& name, ISvcLocator* pSvcLocator);
21 
22 private:
24 };
25 
26 
27 #endif // not ATHEXSTOREGATEEXAMPLE_WRITEDATA_H
28 
29 
WriteData::initialize
StatusCode initialize()
Definition: Control/AthenaExamples/AthExStoreGateExample/src/WriteData.cxx:33
WriteData::onError
StatusCode onError()
Definition: Control/AthenaExamples/AthExStoreGateExample/src/WriteData.cxx:339
AthAlgorithm.h
WriteData::WriteData
WriteData(const std::string &name, ISvcLocator *pSvcLocator)
Definition: Control/AthenaExamples/AthExStoreGateExample/src/WriteData.cxx:26
WriteData::execute
StatusCode execute()
Definition: Control/AthenaExamples/AthExStoreGateExample/src/WriteData.cxx:43
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition: AthAlgorithm.h:47
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
WriteData::finalize
StatusCode finalize()
Definition: Control/AthenaExamples/AthExStoreGateExample/src/WriteData.cxx:332
WriteData
Definition: Control/AthenaExamples/AthExStoreGateExample/src/WriteData.h:15