ATLAS Offline Software
Loading...
Searching...
No Matches
MuonR4::FastReco Namespace Reference

Classes

class  GlobalPatternFinder
 Standalone module to handle global pattern recognition. More...

Functions

std::ostream & operator<< (std::ostream &os, const GlobalPatternFinder::PatternPrintView &v)

Function Documentation

◆ operator<<()

std::ostream & MuonR4::FastReco::operator<< ( std::ostream & os,
const GlobalPatternFinder::PatternPrintView & v )

Definition at line 1321 of file GlobalPatternFinder.cxx.

1321 {
1322 v.pat.print(os, v.detailed);
1323 return os;
1324}