ATLAS Offline Software
Loading...
Searching...
No Matches
MuonFeatureDetails.h File Reference
#include <vector>
#include <string>
#include <iosfwd>
#include <stdint.h>
#include "AthenaKernel/CLASS_DEF.h"
#include "AthContainers/DataVector.h"
#include "GaudiKernel/MsgStream.h"
Include dependency graph for MuonFeatureDetails.h:

Go to the source code of this file.

Classes

class  MuonFeatureDetails

Functions

MsgStream & operator<< (MsgStream &m, const MuonFeatureDetails &d)
std::ostream & operator<< (std::ostream &s, const MuonFeatureDetails &d)

Function Documentation

◆ operator<<() [1/2]

MsgStream & operator<< ( MsgStream & m,
const MuonFeatureDetails & d )

Definition at line 1774 of file MuonFeatureDetails.cxx.

1774 {
1775 m << d.str();
1776 return m;
1777}

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream & s,
const MuonFeatureDetails & d )

Definition at line 1779 of file MuonFeatureDetails.cxx.

1779 {
1780 s << d.str();
1781 return s;
1782}