CMS 3D CMS Logo

List of all members | Public Member Functions
FourVectorHLT::PathInfoCollection Class Reference
Inheritance diagram for FourVectorHLT::PathInfoCollection:

Public Member Functions

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

Detailed Description

Definition at line 148 of file FourVectorHLT.h.

Constructor & Destructor Documentation

◆ PathInfoCollection()

FourVectorHLT::PathInfoCollection::PathInfoCollection ( )
inline

Definition at line 150 of file FourVectorHLT.h.

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

Member Function Documentation

◆ find()

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

Definition at line 151 of file FourVectorHLT.h.

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

References mps_fire::end, spr::find(), and hltMonBTagIPClient_cfi::pathName.

spr::find
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
Definition: FindCaloHit.cc:19
hltMonBTagIPClient_cfi.pathName
pathName
Definition: hltMonBTagIPClient_cfi.py:5
mps_fire.end
end
Definition: mps_fire.py:242