CMS 3D CMS Logo

FourVectorHLTOnline::PathInfoCollection Class Reference

List of all members.

Public Member Functions

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


Detailed Description

Definition at line 214 of file FourVectorHLTOnline.h.


Constructor & Destructor Documentation

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

Definition at line 216 of file FourVectorHLTOnline.h.

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


Member Function Documentation

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

Definition at line 218 of file FourVectorHLTOnline.h.

References begin, end, and find().

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


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:21:01 2009 for CMSSW by  doxygen 1.5.4