Loading [MathJax]/extensions/tex2jax.js

RestFrames
v1.0.1
RestFrames HEP Event Analysis Software Library
|
30 #ifndef MinMassesSqInvJigsaw_HH
31 #define MinMassesSqInvJigsaw_HH
35 namespace RestFrames {
46 const std::string& stitle,
56 virtual std::string
GetLabel()
const {
return "Min Masses Sq."; }
81 mutable std::vector<TLorentzVector> m_Pvis;
82 mutable std::vector<TLorentzVector> m_Pinv;
83 std::vector<double> m_Minv;
85 double GetPScale(
double Minv);
86 void ApplyOptimalRotation();
static MinMassesSqInvJigsaw & Empty()
Returns empty MinMassesSqInvJigsaw.
virtual double GetMinimumMass() const
Returns minimum Lorentz invariant mass.
MinMassesSqInvJigsaw()
Empty constructor.
virtual std::string GetLabel() const
Returns name of this Jigsaw.
virtual bool AnalyzeEvent()
Analyzes event for this jigsaw.