MINT2
Public Member Functions | List of all members
ZTspin1 Class Reference

#include <ZTspin1.h>

Inheritance diagram for ZTspin1:

Public Member Functions

 ZTspin1 (const TLorentzVector &q, const TLorentzVector &p, double mR)
 
double Contract (const TLorentzVector &rhs) const
 

Detailed Description

Definition at line 9 of file ZTspin1.h.

Constructor & Destructor Documentation

◆ ZTspin1()

ZTspin1::ZTspin1 ( const TLorentzVector &  q,
const TLorentzVector &  p,
double  mR 
)
inline

Definition at line 12 of file ZTspin1.h.

13  : TLorentzVector(q - q.Dot(p)*p * (1./(mR*mR))){}

Member Function Documentation

◆ Contract()

double ZTspin1::Contract ( const TLorentzVector &  rhs) const
inline

Definition at line 15 of file ZTspin1.h.

15  {
16  return this->Dot(rhs);
17  }

The documentation for this class was generated from the following file: