ATLAS Offline Software
Loading...
Searching...
No Matches
BinUtility.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// BinUtility.cxx, (c) ATLAS Detector software
8
9// Trk
11// Gaudi
12#include "GaudiKernel/MsgStream.h"
13// STD
14#include <iostream>
15
17MsgStream&
18Trk::operator<<(MsgStream& sl, const BinUtility& bgen)
19{
20 return bgen.dump(sl);
21}
22
23std::ostream&
24Trk::operator<<(std::ostream& sl, const BinUtility& bgen)
25{
26 return bgen.dump(sl);
27}
A generic symmetric BinUtility, for fully symmetric binning in terms of binning grid and binning type...
Definition BinUtility.h:39
MsgStream & dump(MsgStream &sl) const
Output Method for MsgStream, to be overloaded by child classes.
Definition BinUtility.h:251
MsgStream & operator<<(MsgStream &sl, const AlignModule &alignModule)
overload of << operator for MsgStream for debug output