ATLAS Offline Software
Loading...
Searching...
No Matches
ITrackSelectionTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef INDETTRACKPERFMON_ITRACKSELECTIONTOOL_H
6#define INDETTRACKPERFMON_ITRACKSELECTIONTOOL_H
7
15
17#include "AsgTools/IAsgTool.h"
18
19namespace IDTPM {
20
22
23
24 class ITrackSelectionTool : virtual public asg::IAsgTool {
25
26 public:
27
29
30 virtual StatusCode selectTracks(
31 TrackAnalysisCollections& trkAnaColls ) = 0;
32
33 };
34
35} // namespace IDTPM
36
37#endif // > ! INDETTRACKPERFMON_ITRACKSELECTIONTOOL_H
#define ASG_TOOL_INTERFACE(CLASSNAME)
virtual StatusCode selectTracks(TrackAnalysisCollections &trkAnaColls)=0
Base class for the dual-use tool interface classes.
Definition IAsgTool.h:41
Athena include(s).