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 58 of file PerfMonMTUtils.h.

Member Function Documentation

◆ operator<()

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

Definition at line 63 of file PerfMonMTUtils.h.

63  {
64  return std::make_pair(this->stepName, this->compName) < std::make_pair(sc.stepName, sc.compName);
65  }

Member Data Documentation

◆ compName

std::string PMonMT::StepComp::compName

Definition at line 60 of file PerfMonMTUtils.h.

◆ stepName

std::string PMonMT::StepComp::stepName

Definition at line 59 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:59
PMonMT::StepComp::compName
std::string compName
Definition: PerfMonMTUtils.h:60