1 #ifndef __StEEmcPair_h__
2 #define __StEEmcPair_h__
5 #include "StEEmcPoint.h"
76 typedef std::vector< StEEmcPair > StEEmcPairVec_t;
Base class for representing EEMC points.
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.
Float_t zgg() const
Returns energy-sharing of pair.
Float_t energy() const
Returns energy of pair.
StEEmcPoint point(Int_t index)
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.