11 #include "StEvent/StFttCluster.h"
14 StFttCluster::StFttCluster() :
16 mOrientation(kFttUnknownOrientation),
31 StFttCluster::~StFttCluster(){}
38 mRawHits.push_back(p);
43 for(
int i=0; i<n; i++)
if(mNeighbors[i]==neighbor)
return;
44 mNeighbors.push_back(neighbor);
52 os <<
"StFttCluster( " << endl;
53 os <<
"\tid = " << rh.id() << endl;
54 os <<
"\tplane = " << (int)rh.plane() << endl;
55 os <<
"\tquadrant = " << (int)rh.quadrant() << endl;
56 os <<
"\torientation = " << (int)rh.orientation() << endl;
57 os <<
"\tnStrips = " << rh.nStrips() << endl;
58 os <<
"\tnPoints = " << rh.nPoints() << endl;
59 os <<
"\tnRawHits = " << rh.nRawHits() << endl;
60 os <<
"\tnNeighbors = " << rh.nNeighbors() << endl;
61 os <<
"\tsumAdc = " << rh.sumAdc() << endl;
62 os <<
"\tx = " << rh.x() << endl;
63 os <<
"\tsigma = " << rh.sigma() << endl;
64 os <<
"\tidTruth = " << rh.idTruth() << endl;
65 os <<
"\tqaTruth = " << rh.qaTruth() << endl;