ATLAS Offline Software
Loading...
Searching...
No Matches
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: