CMS 3D CMS Logo

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

Public Member Functions

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

Detailed Description

Definition at line 226 of file BTVHLTOfflineSource.cc.

Constructor & Destructor Documentation

◆ PathInfoCollection()

BTVHLTOfflineSource::PathInfoCollection::PathInfoCollection ( )
inline

Definition at line 228 of file BTVHLTOfflineSource.cc.

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

Member Function Documentation

◆ find()

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

Definition at line 229 of file BTVHLTOfflineSource.cc.

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

229 { return std::find(begin(), end(), pathName); }
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
Definition: FindCaloHit.cc:19