ATLAS Offline Software
TrackSelectionBase.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 
7 namespace top {
9  }
10 
12  }
13 
14  std::ostream& operator << (std::ostream& os, const top::TrackSelectionBase& selection) {
15  selection.print(os);
16  return os;
17  }
18 }
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
top::TrackSelectionBase::TrackSelectionBase
TrackSelectionBase()
Definition: TrackSelectionBase.cxx:8
top::operator<<
std::ostream & operator<<(std::ostream &os, const SelectionConfigurationData &data)
Definition: ConfigurationSettings.cxx:1041
TrackSelectionBase.h
selection
std::string selection
Definition: fbtTestBasics.cxx:73
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231
top::TrackSelectionBase
Definition: TrackSelectionBase.h:11
top::TrackSelectionBase::~TrackSelectionBase
virtual ~TrackSelectionBase()
Definition: TrackSelectionBase.cxx:11