CMS 3D CMS Logo

FourVectorHLTOffline::PathInfoCollection Class Reference

List of all members.

Public Member Functions

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


Detailed Description

Definition at line 341 of file FourVectorHLTOffline.h.


Constructor & Destructor Documentation

FourVectorHLTOffline::PathInfoCollection::PathInfoCollection (  )  [inline]

Definition at line 343 of file FourVectorHLTOffline.h.

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


Member Function Documentation

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

Definition at line 345 of file FourVectorHLTOffline.h.

References begin, end, and find().

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


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