ATLAS Offline Software
Loading...
Searching...
No Matches
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 63 of file PerfMonMTUtils.h.

Member Function Documentation

◆ operator<()

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

Definition at line 68 of file PerfMonMTUtils.h.

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

Member Data Documentation

◆ compName

std::string PMonMT::StepComp::compName

Definition at line 65 of file PerfMonMTUtils.h.

◆ stepName

std::string PMonMT::StepComp::stepName

Definition at line 64 of file PerfMonMTUtils.h.


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