ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
PMonMT::StepComp Struct Reference

#include <PerfMonMTUtils.h>

Collaboration diagram for PMonMT::StepComp:

Public Member Functions

bool operator< (const StepComp &sc) const
 

Public Attributes

std::string stepName
 
std::string compName
 

Detailed Description

Definition at line 64 of file PerfMonMTUtils.h.

Member Function Documentation

◆ operator<()

bool PMonMT::StepComp::operator< ( const StepComp sc) const
inline

Definition at line 69 of file PerfMonMTUtils.h.

69  {
70  return std::make_pair(this->stepName, this->compName) < std::make_pair(sc.stepName, sc.compName);
71  }

Member Data Documentation

◆ compName

std::string PMonMT::StepComp::compName

Definition at line 66 of file PerfMonMTUtils.h.

◆ stepName

std::string PMonMT::StepComp::stepName

Definition at line 65 of file PerfMonMTUtils.h.


The documentation for this struct was generated from the following file:
AthenaPoolTestRead.sc
sc
Definition: AthenaPoolTestRead.py:27
PMonMT::StepComp::stepName
std::string stepName
Definition: PerfMonMTUtils.h:65
PMonMT::StepComp::compName
std::string compName
Definition: PerfMonMTUtils.h:66