18 #include "StFcsPoint.h"
19 #include "St_base/StMessMgr.h"
22 static const char rcsid[] =
"$Id: StFcsPoint.cxx,v 2.1 2021/01/11 20:25:37 ullrich Exp $";
24 StFcsPoint::StFcsPoint() :
StObject(), mFourMomentum(0.,0.,0.,0.) { }
26 StFcsPoint::~StFcsPoint() { }
28 void StFcsPoint::print(
int opt) {
29 cout << Form(
"StFcsPoint: Det=%2d ClusterId=%2d local=%7.2f %7.2lf xyz=%7.2lf %7.2lf %7.2lf E=%7.2lf ET=%6.2lf",
30 detectorId(), parentClusterId(),
32 xyz().x(), xyz().y(), xyz().z(),
33 energy(), fourMomentum().perp())