ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
AtlasTest
DatabaseTest
AthenaPoolTest
src
TrkTrackFakeReader.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRKTRACKFAKEREADER_H
6
#define TRKTRACKFAKEREADER_H
7
19
26
27
// Base class
28
#include "
AthenaBaseComps/AthAlgorithm.h
"
29
#include "
InDetReadoutGeometry/SiDetectorElementCollection.h
"
30
#include "
StoreGate/ReadCondHandleKey.h
"
31
#include <string>
32
33
34
namespace
Trk
{
35
class
Track
;
36
}
37
class
TrkTrackFakeReader
:
public
AthAlgorithm
{
38
40
// Public methods:
42
public
:
43
45
TrkTrackFakeReader
(
const
std::string &name,ISvcLocator *pSvcLocator);
46
48
virtual
StatusCode
initialize
();
49
51
virtual
StatusCode
execute
(
const
EventContext& ctx);
52
54
virtual
StatusCode
finalize
();
55
57
// Private methods:
59
private
:
60
62
// Private data:
64
private
:
65
66
void
compareTracks
(
const
Trk::Track
*
ref
,
const
Trk::Track
* readTrk);
67
68
SG::ReadCondHandleKey<InDetDD::SiDetectorElementCollection>
m_pixelDetEleCollKey
{
this
,
"PixelDetEleCollKey"
,
"PixelDetectorElementCollection"
,
"Key of SiDetectorElementCollection for Pixel"
};
69
70
};
71
72
#endif
// INDETRAWDATAFAKEREADER_H
ref
const std::regex ref(r_ef)
AthAlgorithm.h
ReadCondHandleKey.h
SiDetectorElementCollection.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
TrkTrackFakeReader::compareTracks
void compareTracks(const Trk::Track *ref, const Trk::Track *readTrk)
Definition
TrkTrackFakeReader.cxx:104
TrkTrackFakeReader::initialize
virtual StatusCode initialize()
Algorithm initialize at begin of job.
Definition
TrkTrackFakeReader.cxx:60
TrkTrackFakeReader::execute
virtual StatusCode execute(const EventContext &ctx)
Algorithm execute once per event.
Definition
TrkTrackFakeReader.cxx:68
TrkTrackFakeReader::finalize
virtual StatusCode finalize()
Algorithm finalize at end of job.
Definition
TrkTrackFakeReader.cxx:98
TrkTrackFakeReader::m_pixelDetEleCollKey
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > m_pixelDetEleCollKey
Definition
TrkTrackFakeReader.h:68
TrkTrackFakeReader::TrkTrackFakeReader
TrkTrackFakeReader(const std::string &name, ISvcLocator *pSvcLocator)
Algorithm constructor.
Definition
TrkTrackFakeReader.cxx:54
Trk::Track
The ATLAS Track class.
Definition
Tracking/TrkEvent/TrkTrack/TrkTrack/Track.h:73
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition
FakeTrackBuilder.h:9
Generated on
for ATLAS Offline Software by
1.17.0