ATLAS Offline Software
Loading...
Searching...
No Matches
L0MuonTrack.h File Reference
#include <iostream>
Include dependency graph for L0MuonTrack.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  L0Muon::L0MuonTrack

Namespaces

namespace  L0Muon

Functions

std::ostream & operator<< (std::ostream &s, const L0Muon::L0MuonTrack &t)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & s,
const L0Muon::L0MuonTrack & t )
inline

Definition at line 36 of file L0MuonTrack.h.

36 {
37 s << "L0MuonTrack Candidate: q/pt=" << t.invpt() * 1000.<< " (1/GeV) eta=" << t.eta() << " phi=" << t.phi() << "\n";
38 return s;
39}