23 #ifndef STROOT_STFMSPOINTMAKER_STFMSTOWER_H_
24 #define STROOT_STFMSPOINTMAKER_STFMSTOWER_H_
31 namespace FMSCluster {
92 Int_t
column()
const {
return mColumn; }
119 inline double StFmsTower::x()
const {
return mX;}
120 inline double StFmsTower::y()
const {
return mY;}
121 inline double StFmsTower::e()
const {
return mE;}
122 inline double StFmsTower::w()
const {
return mW;}
125 #endif // STROOT_STFMSPOINTMAKER_STFMSTOWER_H_
Double_t mX
< Index of cluster the tower is associated with
Bool_t isNeighbor(const StFmsTower &tower) const
const StFmsHit * mHit
Hit information, not owned by StFmsTower.
const StFmsHit * hit() const
Bool_t initialize(StFmsDbMaker *database)
void setXY(double x, double y)
void setCluster(Int_t cluster)
Int_t mRow
< Column number, starts at 1, horizontal (STAR x-coord)
Int_t mCluster
< Row number, starts at 1, vertical (STAR y-coord)
Bool_t IsSortable() const