ATLAS Offline Software
FPTracker/src/IBeamElement.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 #include <ostream>
7 namespace FPTracker{
9 
10  std::ostream& operator<<(std::ostream& os, const IBeamElement& ibe)
11  {
12  os<<ibe.str();
13  return os;
14  }
15 }
FPTracker::IBeamElement
Definition: FPTracker/FPTracker/IBeamElement.h:23
FPTracker::IBeamElement::~IBeamElement
virtual ~IBeamElement()
Definition: FPTracker/src/IBeamElement.cxx:8
FPTracker::operator<<
std::ostream & operator<<(std::ostream &os, const Beamline &bl)
Definition: FPTracker/src/Beamline.cxx:163
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231
FPTracker::IBeamElement::str
virtual std::string str() const =0
IBeamElement.h
FPTracker
Definition: FPTracker/FPTracker/Beamline.h:12