ATLAS Offline Software
Loading...
Searching...
No Matches
MuonR4::FastReco::GlobalPatternFinder::PatternPrintView Struct Reference

A view of the pattern state for printing purposes. More...

#include <GlobalPatternFinderDefs.h>

Collaboration diagram for MuonR4::FastReco::GlobalPatternFinder::PatternPrintView:

Public Attributes

const PatternStatepat
 The pattern state to be printed.
bool detailed = false
 Whether to print detailed information.

Friends

std::ostream & operator<< (std::ostream &os, const PatternPrintView &v)
 Print the pattern print view.

Detailed Description

A view of the pattern state for printing purposes.

Definition at line 263 of file GlobalPatternFinderDefs.h.

◆ operator<<

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

Print the pattern print view.

Definition at line 270 of file GlobalPatternFinderDefs.h.

270 {
271 v.pat.print(os, v.detailed);
272 return os;
273 }

Member Data Documentation

◆ detailed

bool MuonR4::FastReco::GlobalPatternFinder::PatternPrintView::detailed = false

Whether to print detailed information.

Definition at line 267 of file GlobalPatternFinderDefs.h.

◆ pat

const PatternState& MuonR4::FastReco::GlobalPatternFinder::PatternPrintView::pat

The pattern state to be printed.

Definition at line 265 of file GlobalPatternFinderDefs.h.


The documentation for this struct was generated from the following file: