stablejet is hosted by Hepforge, IPPP Durham
StableJet
mother_probability.hh
1 #ifndef mother_probability_hh
2 #define mother_probability_hh
3 
4 #include "JetStabilityDefs.h"
5 #include "general_defs.hh"
6 #include "StandardModel.h"
7 
8 double mother_probability(stab::PseudoJet const &pi, stab::PseudoJet const &pj,
9  const AlphaStrong &alphaS);
10 
11 #endif