stablejet is hosted by Hepforge, IPPP Durham
StableJet
ClusteringComparisonIndex.h
1 #ifndef ClusteringComparisonIndex_h
2 #define ClusteringComparisonIndex_h
3 
4 #include "JetStabilityDefs.h"
5 
6 namespace stab {
7 
9 
10 public:
11  inline virtual ~ClusteringComparisonIndex() { }
12 
13  virtual double index(const PseudoJet * inputParticles, const unsigned *clustering1, const unsigned *clustering2,unsigned size) const = 0;
14 
15 };
16 
17 }
18 
19 
20 #endif