CMS 3D CMS Logo

FourVectorHLT::PathInfoCollection Class Reference

List of all members.

Public Member Functions

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


Detailed Description

Definition at line 162 of file FourVectorHLT.h.


Constructor & Destructor Documentation

FourVectorHLT::PathInfoCollection::PathInfoCollection (  )  [inline]

Definition at line 164 of file FourVectorHLT.h.

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


Member Function Documentation

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

Definition at line 166 of file FourVectorHLT.h.

References begin, end, and find().

Referenced by FourVectorHLT::analyze().

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


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