ATLAS Offline Software
Loading...
Searching...
No Matches
InnerDetector
InDetValidation
InDetPhysValMonitoring
src
DummyTrackSlimmingTool.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
DummyTrackSlimmingTool.h
"
6
#include "
TrkTrack/Track.h
"
7
8
DummyTrackSlimmingTool::DummyTrackSlimmingTool
(
const
std::string&
type
,
const
std::string& name,
const
IInterface* p)
9
:
AthAlgTool
(
type
, name, p) {
10
declareInterface<Trk::ITrackSlimmingTool>(
this
);
11
}
12
13
void
14
DummyTrackSlimmingTool::slimTrack
(
Trk::Track
&)
const
{
15
}
16
17
void
18
DummyTrackSlimmingTool::slimConstTrack
(
const
Trk::Track
&)
const
{
19
}
20
21
22
23
DummyTrackSlimmingTool.h
Track.h
AthAlgTool::AthAlgTool
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
AthAlgTool.cxx:16
DummyTrackSlimmingTool::slimConstTrack
virtual void slimConstTrack(const Trk::Track &) const override
Slim a non const Track.
Definition
DummyTrackSlimmingTool.cxx:18
DummyTrackSlimmingTool::DummyTrackSlimmingTool
DummyTrackSlimmingTool(const std::string &, const std::string &, const IInterface *)
Definition
DummyTrackSlimmingTool.cxx:8
DummyTrackSlimmingTool::slimTrack
virtual void slimTrack(Trk::Track &) const override
This method 'skims' interesting information from the passed track, and creates a new one with cloned ...
Definition
DummyTrackSlimmingTool.cxx:14
Trk::Track
The ATLAS Track class.
Definition
Tracking/TrkEvent/TrkTrack/TrkTrack/Track.h:73
type
Generated on
for ATLAS Offline Software by
1.14.0