CMS 3D CMS Logo

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

Public Member Functions

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

Detailed Description

Definition at line 290 of file HLTInclusiveVBFSource.h.

Constructor & Destructor Documentation

◆ PathInfoCollection()

HLTInclusiveVBFSource::PathInfoCollection::PathInfoCollection ( )
inline

Definition at line 292 of file HLTInclusiveVBFSource.h.

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

Member Function Documentation

◆ find()

std::vector<PathInfo>::iterator HLTInclusiveVBFSource::PathInfoCollection::find ( const std::string &  pathName)
inline

Definition at line 293 of file HLTInclusiveVBFSource.h.

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

References begin, 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
end
#define end
Definition: vmac.h:39
hltMonBTagIPClient_cfi.pathName
pathName
Definition: hltMonBTagIPClient_cfi.py:5
begin
#define begin
Definition: vmac.h:32