1 #ifndef __StEEmcPair_h__
2 #define __StEEmcPair_h__
5 #include "StEEmcPool/StEEmcPointMaker/StEEmcPoint.h"
39 Float_t
phigg()
const;
45 const TVector3 &
vertex()
const;
81 typedef std::vector< StEEmcPair > StEEmcPairVec_t;
Base class for representing EEMC points.
void print() const
Prints a one-line summary of the pair.
const TVector3 & momentum() const
Returns momentum of pair.
const TVector3 & vertex() const
Returns vertex of pair.
void Kinematics()
Called by constructor to reconstruct two-body kinematics.
ClassDef(StEEmcPair, 1)
Makes class available in root.
const StEEmcPoint & point(Int_t index) const
Float_t zgg() const
Returns energy-sharing of pair.
virtual ~StEEmcPair()
Destructor.
Float_t energy() const
Returns energy of pair.
Float_t mass() const
Returns invariant mass of pair.
Float_t phigg() const
Returns opening-angle of pair.
StEEmcPair()
Default constructor (don't use except for placeholder)
Float_t pt() const
Returns pt of pair.
A class to represent pairs of points.