ATLAS Offline Software
Loading...
Searching...
No Matches
ForwardTracker/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
7#include <ostream>
8
9namespace ForwardTracker {
10
11 std::ostream& operator<<(std::ostream& os, const IBeamElement& be) { os << be.str(); return os; }
12}
std::ostream & operator<<(std::ostream &, const Beamline &)