CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ClusterTPAssociationList.h
Go to the documentation of this file.
1 #ifndef SimTracker_TrackerHitAssociation_ClusterTPAssociationList_h
2 #define SimTracker_TrackerHitAssociation_ClusterTPAssociationList_h
3 
7 
8 #include <vector>
9 #include <utility>
10 
11 typedef std::vector<std::pair<OmniClusterRef, TrackingParticleRef> > ClusterTPAssociationList;
12 
13 inline bool clusterTPAssociationListGreater(std::pair<OmniClusterRef, TrackingParticleRef> i,std::pair<OmniClusterRef, TrackingParticleRef> j) {
14  return i.first.rawIndex() > j.first.rawIndex();
15 }
16 
17 #endif
int i
Definition: DBlmapReader.cc:9
bool clusterTPAssociationListGreater(std::pair< OmniClusterRef, TrackingParticleRef > i, std::pair< OmniClusterRef, TrackingParticleRef > j)
int j
Definition: DBlmapReader.cc:9
std::vector< std::pair< OmniClusterRef, TrackingParticleRef > > ClusterTPAssociationList