stablejet is hosted by Hepforge, IPPP Durham
StableJet
ClusteringComparisonIndexCP.h
1 #ifndef ClusteringComparisonIndexCP_h
2 #define ClusteringComparisonIndexCP_h
3 
4 #include "JetStabilityDefs.h"
5 
6 namespace stab {
7 
20 
21 public:
22  inline virtual ~ClusteringComparisonIndexCP() { }
23 
30  virtual double index(const PseudoJet * inputParticles,
31  const unsigned *clustering1, const unsigned *clustering2, unsigned size,
32  double * constitStab
33  ) const = 0;
34 
35 }; // end ClusteringComparisonIndexCP class declaration
36 
37 } // end stab namespace
38 
39 
40 #endif
virtual double index(const PseudoJet *inputParticles, const unsigned *clustering1, const unsigned *clustering2, unsigned size, double *constitStab) const =0