ATLAS Offline Software
MuonSelectionBase.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 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::MuonSelectionBase& selection) {
15  selection.print(os);
16  return os;
17  }
18 }
top::MuonSelectionBase::~MuonSelectionBase
virtual ~MuonSelectionBase()
Definition: MuonSelectionBase.cxx:11
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
top::operator<<
std::ostream & operator<<(std::ostream &os, const SelectionConfigurationData &data)
Definition: ConfigurationSettings.cxx:1041
top::MuonSelectionBase
Definition: MuonSelectionBase.h:11
top::MuonSelectionBase::MuonSelectionBase
MuonSelectionBase()
Definition: MuonSelectionBase.cxx:8
selection
std::string selection
Definition: fbtTestBasics.cxx:73
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231
MuonSelectionBase.h