ATLAS Offline Software
Loading...
Searching...
No Matches
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>
7namespace FPTracker{
9
10 std::ostream& operator<<(std::ostream& os, const IBeamElement& ibe)
11 {
12 os<<ibe.str();
13 return os;
14 }
15}
virtual std::string str() const =0
std::ostream & operator<<(std::ostream &os, const Beamline &bl)