ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
GeoModelExperiment::NameEquals Class Reference

#include <GeoModelExperiment.h>

Collaboration diagram for GeoModelExperiment::NameEquals:

Public Member Functions

 NameEquals (const std::string &name)
 
bool operator() (const value_type &m) const
 

Private Attributes

std::string m_name
 

Detailed Description

Definition at line 41 of file GeoModelExperiment.h.

Constructor & Destructor Documentation

◆ NameEquals()

GeoModelExperiment::NameEquals::NameEquals ( const std::string &  name)

Definition at line 73 of file GeoModelExperiment.cxx.

73  :m_name(name) {
74 }

Member Function Documentation

◆ operator()()

bool GeoModelExperiment::NameEquals::operator() ( const value_type m) const

Definition at line 76 of file GeoModelExperiment.cxx.

76  {
77  return m->getName()==m_name;
78 }

Member Data Documentation

◆ m_name

std::string GeoModelExperiment::NameEquals::m_name
private

Definition at line 49 of file GeoModelExperiment.h.


The documentation for this class was generated from the following files:
python.SystemOfUnits.m
int m
Definition: SystemOfUnits.py:91
GeoModelExperiment::NameEquals::m_name
std::string m_name
Definition: GeoModelExperiment.h:49
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195