rivet is hosted by Hepforge, IPPP Durham
RivetMT2.hh
Go to the documentation of this file.
00001 // -*- C++ -*-
00002 #ifndef RIVET_MT2_HH
00003 #define RIVET_MT2_HH
00004 
00005 // Convenience wrapper for the m_T2 calculator of Cheng/Han
00006 // (arXiv:0810.5178). Could be adapted for other backends in future
00007 
00008 namespace Rivet {
00009 
00010   class FourMomentum;
00011 
00012   namespace mT2 {
00013     
00014     double mT2(const FourMomentum & a, 
00015            const FourMomentum & b, 
00016            const FourMomentum & pTmiss, 
00017            double invisiblesMass);
00018 
00019   }
00020 }
00021 
00022 
00023 #endif