ATLAS Offline Software
Loading...
Searching...
No Matches
JetHypoExerciserAlg.cxx File Reference

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, std::pair< double, double > p)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & s,
std::pair< double, double > p )

Definition at line 17 of file JetHypoExerciserAlg.cxx.

18{
19 s << p.first << " " << p.second;
20 return s;
21}