CMS 3D CMS Logo

PFMultilinksTC.h
Go to the documentation of this file.
1 #ifndef __PFMultilinksTC__
2 #define __PFMultilinksTC__
3 
4 // Done by Glowinski & Gouzevitch
5 
6 #include <vector>
7 
8 namespace reco {
9 
13  typedef std::vector<std::pair<double, double> > PFMultilinksType;
15  {
16  public:
17  bool isValid;
18  PFMultilinksType linkedClusters;
19 
20  public:
21  PFMultiLinksTC(bool isvalid = false) : isValid(isvalid)
22  {}
23  };
24 }
25 
26 
27 #endif
std::vector< std::pair< double, double > > PFMultilinksType
Abstract This class is used by the KDTree Track / Ecal Cluster linker to store all found links...
PFMultiLinksTC(bool isvalid=false)
PFMultilinksType linkedClusters
fixed size matrix