14 #include "StMuFcsPoint.h"
15 #include "StMuFcsCluster.h"
17 StMuFcsPoint::StMuFcsPoint() : mFourMomentum(0.,0.,0.,0.) { }
19 StMuFcsPoint::~StMuFcsPoint() { }
21 void StMuFcsPoint::print(
int opt) {
22 cout << Form(
"StMuFcsPoint: Det=%2d ClusterId=%2d local=%7.2f %7.2lf xyz=%7.2lf %7.2lf %7.2lf E=%7.2lf ET=%6.2lf",
23 detectorId(), parentClusterId(),
25 xyz().X(), xyz().Y(), xyz().Z(),
26 energy(), fourMomentum().Pt())
30 unsigned int StMuFcsPoint::parentClusterId()
const {