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