CMS 3D CMS Logo

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

Public Member Functions

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

Detailed Description

Definition at line 167 of file HLTMonSimpleBTag.h.

Constructor & Destructor Documentation

HLTMonSimpleBTag::PathInfoCollection::PathInfoCollection ( )
inline

Definition at line 169 of file HLTMonSimpleBTag.h.

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

Member Function Documentation

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

Definition at line 171 of file HLTMonSimpleBTag.h.

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

Referenced by HLTMonSimpleBTag::analyze(), HLTMonSimpleBTag::calcEff(), and HLTMonSimpleBTag::HLTMonSimpleBTag().

171  {
172  return std::find(begin(), end(), pathName);
173  }
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