CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RoadMapSorting.h
Go to the documentation of this file.
1 #ifndef RoadMapRecord_RoadMapSorting_H
2 #define RoadMapRecord_RoadMapSorting_H
3 
4 //
5 // Package: RecoTracker/RoadMapRecord
6 // Class: RoadMapSorting
7 //
8 // Description: defines sorting of Roads keys (RoadSeed)
9 //
10 // Original Author: Oliver Gutsche, gutsche@fnal.gov
11 // Created: Tue Apr 17 20:31:32 UTC 2007
12 //
13 // $Author: gutsche $
14 // $Date: 2007/04/17 21:56:53 $
15 // $Revision: 1.2 $
16 //
17 
18 #include <vector>
19 #include <utility>
21 
23 public:
24 
26 
27 
28  bool operator()(const std::pair<std::vector<const Ring*>, std::vector<const Ring*> >& a, const std::pair<std::vector<const Ring*>, std::vector<const Ring*> >& b) const {
30  }
31 
32  private:
33 
34  unsigned int calculateRoadSeedIndex(const std::pair<std::vector<const Ring*>, std::vector<const Ring*> >& seed) const;
35 
36 };
37 #endif
unsigned int calculateRoadSeedIndex(const std::pair< std::vector< const Ring * >, std::vector< const Ring * > > &seed) const
bool operator()(const std::pair< std::vector< const Ring * >, std::vector< const Ring * > > &a, const std::pair< std::vector< const Ring * >, std::vector< const Ring * > > &b) const
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121