ATLAS Offline Software
Public Member Functions | List of all members
top::TrackSelectionBase Class Referenceabstract

#include <TrackSelectionBase.h>

Inheritance diagram for top::TrackSelectionBase:
Collaboration diagram for top::TrackSelectionBase:

Public Member Functions

 TrackSelectionBase ()
 
virtual ~TrackSelectionBase ()
 
virtual void print (std::ostream &) const =0
 For the main analysis object selection. More...
 

Detailed Description

Definition at line 11 of file TrackSelectionBase.h.

Constructor & Destructor Documentation

◆ TrackSelectionBase()

top::TrackSelectionBase::TrackSelectionBase ( )

Definition at line 8 of file TrackSelectionBase.cxx.

8  {
9  }

◆ ~TrackSelectionBase()

top::TrackSelectionBase::~TrackSelectionBase ( )
virtual

Definition at line 11 of file TrackSelectionBase.cxx.

11  {
12  }

Member Function Documentation

◆ print()

virtual void top::TrackSelectionBase::print ( std::ostream &  ) const
pure virtual

For the main analysis object selection.

Because everybody likes to know what object definitions they ran with

Implemented in top::TrackSelection.


The documentation for this class was generated from the following files: