ATLAS Offline Software
Loading...
Searching...
No Matches
FakeLArOFCs.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef FAKELAROFS
6#define FAKELAROFS
7
9
10class FakeLArOFCs : public AthAlgorithm {
11
12 public:
13 FakeLArOFCs(const std::string & name, ISvcLocator * pSvcLocator);
15
16 StatusCode initialize();
17 StatusCode execute();
18 StatusCode finalize();
19 private:
21 std::string m_keyOFC;
22};
23#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
FakeLArOFCs(const std::string &name, ISvcLocator *pSvcLocator)
short m_maxSample
Definition FakeLArOFCs.h:20
StatusCode finalize()
short m_NSample
Definition FakeLArOFCs.h:20
StatusCode execute()
std::string m_keyOFC
Definition FakeLArOFCs.h:21
StatusCode initialize()