ATLAS Offline Software
FwdElectronSelectionBase.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 #include <iostream>
8 
9 namespace top {
11  }
12 
14  }
15 
16  std::ostream& operator << (std::ostream& os, const top::FwdElectronSelectionBase& selection) {
17  selection.print(os);
18  return os;
19  }
20 }
top::FwdElectronSelectionBase
Base class for implementing an electron selection.
Definition: FwdElectronSelectionBase.h:22
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::FwdElectronSelectionBase::FwdElectronSelectionBase
FwdElectronSelectionBase()
Definition: FwdElectronSelectionBase.cxx:10
selection
std::string selection
Definition: fbtTestBasics.cxx:73
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231
top::FwdElectronSelectionBase::~FwdElectronSelectionBase
virtual ~FwdElectronSelectionBase()
Definition: FwdElectronSelectionBase.cxx:13
FwdElectronSelectionBase.h