CMS 3D CMS Logo

Public Member Functions

FourVectorHLT::PathInfoCollection Class Reference

Inheritance diagram for FourVectorHLT::PathInfoCollection:
vector

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.

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

Member Function Documentation

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

Definition at line 166 of file FourVectorHLT.h.

References begin, and end.

Referenced by FourVectorHLT::analyze().

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