ATLAS Offline Software
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 
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
15 }
16 
17 void
19 }
20 
21 
22 
23 
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
Trk::Track
The ATLAS Track class.
Definition: Tracking/TrkEvent/TrkTrack/TrkTrack/Track.h:73
DummyTrackSlimmingTool::slimConstTrack
virtual void slimConstTrack(const Trk::Track &) const override
Slim a non const Track.
Definition: DummyTrackSlimmingTool.cxx:18
Track.h
DummyTrackSlimmingTool.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
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
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
AthAlgTool
Definition: AthAlgTool.h:26