CMS 3D CMS Logo

Public Member Functions

FourVectorHLTOnline::PathInfoCollection Class Reference

#include <FourVectorHLTOnline.h>

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 555 of file FourVectorHLTOnline.h.


Constructor & Destructor Documentation

FourVectorHLTOnline::PathInfoCollection::PathInfoCollection ( ) [inline]

Definition at line 558 of file FourVectorHLTOnline.h.

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

Member Function Documentation

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

Definition at line 560 of file FourVectorHLTOnline.h.

References begin, and end.

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