CMS 3D CMS Logo

Public Member Functions

FourVectorHLTOffline::PathInfoCollection Class Reference

#include <FourVectorHLTOffline.h>

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 687 of file FourVectorHLTOffline.h.


Constructor & Destructor Documentation

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

Definition at line 690 of file FourVectorHLTOffline.h.

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

Member Function Documentation

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

Definition at line 692 of file FourVectorHLTOffline.h.

References begin, and end.

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