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