ATLAS Offline Software
Loading...
Searching...
No Matches
FakeLArTimeOffset.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 FAKELARTIMEOFFSET
6#define FAKELARTIMEOFFSET
7
11
13
14 public:
15 FakeLArTimeOffset(const std::string & name, ISvcLocator * pSvcLocator);
17
18 StatusCode initialize();
19 StatusCode execute();
20 StatusCode finalize();
21 private:
22 std::vector<unsigned> m_FEBids;
23 std::vector<float> m_FEBtimeOffsets;
25
27};
28
29#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
std::string m_keyFebOffset
std::vector< unsigned > m_FEBids
std::string m_keyGlobalOffset
FakeLArTimeOffset(const std::string &name, ISvcLocator *pSvcLocator)
std::vector< float > m_FEBtimeOffsets