CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
FourVectorHLTOffline::PathInfoCollection Class Reference

#include <FourVectorHLTOffline.h>

Inheritance diagram for FourVectorHLTOffline::PathInfoCollection:

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.

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

Member Function Documentation

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

Definition at line 692 of file FourVectorHLTOffline.h.

References begin, end, and spr::find().

Referenced by BeautifulSoup.Tag::_invert(), and BeautifulSoup.PageElement::insert().

692  {
693  return std::find(begin(), end(), pathName);
694  }
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
Definition: FindCaloHit.cc:7
#define end
Definition: vmac.h:38
#define begin
Definition: vmac.h:31