ATLAS Offline Software
Loading...
Searching...
No Matches
MuonR4::xAODSegmentCnvTool::Counter Struct Reference

Helper struct to keep track of the number of precision, trigger phi and trigger eta hits. More...

Collaboration diagram for MuonR4::xAODSegmentCnvTool::Counter:

Public Attributes

std::uint8_t precision {0}
std::uint8_t triggerPhi {0}
std::uint8_t triggerEta {0}

Friends

std::ostream & operator<< (std::ostream &ostr, const Counter &c)
 stream the counter to ostream

Detailed Description

Helper struct to keep track of the number of precision, trigger phi and trigger eta hits.

Definition at line 33 of file xAODSegmentCnvTool.h.

◆ operator<<

std::ostream & operator<< ( std::ostream & ostr,
const Counter & c )
friend

stream the counter to ostream

Definition at line 38 of file xAODSegmentCnvTool.h.

38 {
39 return ostr<<std::format("nPrecision: {:}, nTriggerPhi: {:}, nTriggerEta: {:}", c.precision, c.triggerPhi, c.triggerEta);
40 }

Member Data Documentation

◆ precision

std::uint8_t MuonR4::xAODSegmentCnvTool::Counter::precision {0}

Definition at line 34 of file xAODSegmentCnvTool.h.

34{0};

◆ triggerEta

std::uint8_t MuonR4::xAODSegmentCnvTool::Counter::triggerEta {0}

Definition at line 36 of file xAODSegmentCnvTool.h.

36{0};

◆ triggerPhi

std::uint8_t MuonR4::xAODSegmentCnvTool::Counter::triggerPhi {0}

Definition at line 35 of file xAODSegmentCnvTool.h.

35{0};

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