ATLAS Offline Software
Loading...
Searching...
No Matches
LArCalorimeter
LArTest
LArEventTest
LArEventTest
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
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
#include "
LArRawConditions/LArFEBTimeOffset.h
"
10
#include "
LArRawConditions/LArGlobalTimeOffset.h
"
11
12
class
FakeLArTimeOffset
:
public
AthAlgorithm
{
13
14
public
:
15
FakeLArTimeOffset
(
const
std::string & name, ISvcLocator * pSvcLocator);
16
~FakeLArTimeOffset
();
17
18
StatusCode
initialize
();
19
StatusCode
execute
();
20
StatusCode
finalize
();
21
private
:
22
std::vector<unsigned>
m_FEBids
;
23
std::vector<float>
m_FEBtimeOffsets
;
24
float
m_globalTimeOffset
;
25
26
std::string
m_keyFebOffset
,
m_keyGlobalOffset
;
27
};
28
29
#endif
AthAlgorithm.h
LArFEBTimeOffset.h
LArGlobalTimeOffset.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Definition
AthAlgorithm.cxx:24
FakeLArTimeOffset::m_keyFebOffset
std::string m_keyFebOffset
Definition
FakeLArTimeOffset.h:26
FakeLArTimeOffset::m_FEBids
std::vector< unsigned > m_FEBids
Definition
FakeLArTimeOffset.h:22
FakeLArTimeOffset::m_keyGlobalOffset
std::string m_keyGlobalOffset
Definition
FakeLArTimeOffset.h:26
FakeLArTimeOffset::execute
StatusCode execute()
Definition
FakeLArTimeOffset.cxx:49
FakeLArTimeOffset::~FakeLArTimeOffset
~FakeLArTimeOffset()
Definition
FakeLArTimeOffset.cxx:19
FakeLArTimeOffset::finalize
StatusCode finalize()
Definition
FakeLArTimeOffset.cxx:52
FakeLArTimeOffset::FakeLArTimeOffset
FakeLArTimeOffset(const std::string &name, ISvcLocator *pSvcLocator)
Definition
FakeLArTimeOffset.cxx:9
FakeLArTimeOffset::m_globalTimeOffset
float m_globalTimeOffset
Definition
FakeLArTimeOffset.h:24
FakeLArTimeOffset::m_FEBtimeOffsets
std::vector< float > m_FEBtimeOffsets
Definition
FakeLArTimeOffset.h:23
FakeLArTimeOffset::initialize
StatusCode initialize()
Definition
FakeLArTimeOffset.cxx:21
Generated on
for ATLAS Offline Software by
1.14.0