ATLAS Offline Software
Loading...
Searching...
No Matches
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
6#include "TrkTrack/Track.h"
7
8DummyTrackSlimmingTool::DummyTrackSlimmingTool(const std::string& type, const std::string& name, const IInterface* p)
9 : AthAlgTool(type, name, p) {
10 declareInterface<Trk::ITrackSlimmingTool>(this);
11}
12
13void
16
17void
20
21
22
23
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
virtual void slimConstTrack(const Trk::Track &) const override
Slim a non const Track.
DummyTrackSlimmingTool(const std::string &, const std::string &, const IInterface *)
virtual void slimTrack(Trk::Track &) const override
This method 'skims' interesting information from the passed track, and creates a new one with cloned ...