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 namespace Rivet {
00006 
00007   class FourMomentum;
00008 
00009   namespace mT2 {
00010 
00011     /// @brief Convenience wrapper for the mT2 calculator of Cheng/Han
00012     ///
00013     /// (arXiv:0810.5178). Could be adapted for other backends in future.
00014     double mT2(const FourMomentum& a,
00015                const FourMomentum& b,
00016                const FourMomentum& pTmiss,
00017                double invisiblesMass);
00018 
00019   }
00020 
00021 }
00022 
00023 #endif