CMS 3D CMS Logo

Public Member Functions

BTagHLTOfflineSource::PathInfoCollection Class Reference

List of all members.

Public Member Functions

std::vector< PathInfo >::iterator find (std::string pathName)
 PathInfoCollection ()

Detailed Description

Definition at line 467 of file BTagHLTOfflineSource.h.


Constructor & Destructor Documentation

BTagHLTOfflineSource::PathInfoCollection::PathInfoCollection ( ) [inline]

Definition at line 469 of file BTagHLTOfflineSource.h.

                        : std::vector<PathInfo>()
    {};

Member Function Documentation

std::vector<PathInfo>::iterator BTagHLTOfflineSource::PathInfoCollection::find ( std::string  pathName) [inline]

Definition at line 471 of file BTagHLTOfflineSource.h.

References begin, and end.

                                                         {
      return std::find(begin(), end(), pathName);
    }