Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
12 #ifndef MissingMassCalculator_h
13 #define MissingMassCalculator_h
17 #if !defined (__CINT__) || defined (__MAKECINT__)
24 #include <Math/Vector4D.h>
25 #include <Math/Vector2D.h>
28 #include <TDirectory.h>
44 using ROOT::Math::PtEtaPhiMVector;
270 inline int NuPsolutionV3(
const double & mNu1,
const double & mNu2,
const double & phi1,
const double & phi2,
271 int & nsol1,
int & nsol2);
273 inline int NuPsolutionLFV(
const XYVector & met_vec,
const PtEtaPhiMVector & tau,
274 const double & m_nu, std::vector<PtEtaPhiMVector> &nu_vec);
278 inline int CheckSolutions(PtEtaPhiMVector nu_vec, PtEtaPhiMVector vis_vec,
int decayType);
279 inline int TailCleanUp(
const PtEtaPhiMVector & vis1,
const PtEtaPhiMVector & nu1,
280 const PtEtaPhiMVector & vis2,
const PtEtaPhiMVector & nu2,
281 const double & mmc_mass,
const double & vis_mass,
const double & eff_mass,
const double & dphiTT);
284 inline int refineSolutions (
const double & M_nu1,
const double & M_nu2,
285 const int nsol1,
const int nsol2,
286 const double & Mvis,
const double & Meff);
307 const double & phi1,
const double & phi2,
308 const double & M_nu1,
const double & M_nu2);
412 return maxFromHist(theHist.get(), histInfo, maxHistStrategy, winHalfWidth,
debug);
416 inline double dTheta3DLimit(
const int & tau_type,
const int & limit_code,
const double & P_tau);
Class providing the definition of the 4-vector interface.
Principal data object for Missing ET.
def TH1F(name, title, nxbins, bins_par2, bins_par3=None, path='', **kwargs)