StRoot
1
|
#include <StMuFcsPoint.h>
Public Member Functions | |
unsigned short | detectorId () const |
float | energy () const |
float | x () const |
float | y () const |
unsigned int | parentClusterId () const |
StMuFcsCluster * | cluster () |
int | nParentClusterPhotons () const |
const TVector3 & | xyz () const |
const TLorentzVector & | fourMomentum () const |
void | setDetectorId (unsigned short detectorId) |
void | setEnergy (float energy) |
void | setX (float x) |
void | setY (float y) |
void | setCluster (StMuFcsCluster *cluster) |
void | setNParentClusterPhotons (int nclph) |
void | setXYZ (const TVector3 &p3) |
void | setFourMomentum (const TLorentzVector &p4) |
void | print (int option=0) |
Micro-DST Fcs "point" class.
Describes a "point" - the energy deposited by a single particle in a cluster. One or more points may be form a cluster of adjacent towers in the FCS.
Definition at line 33 of file StMuFcsPoint.h.