10 #include "StFstEvtCollection.h"
11 #include "StFstRawHit.h"
22 if (elecId < 0 || elecId >= kFstNumElecIds)
return;
24 unsigned int w = (
unsigned int)hit->
getWedge() - 1;
25 if (w >= kFstNumWedges)
return;
27 mRawHits.push_back(hit);
30 unsigned int StFstEvtCollection::numberOfRawHits()
const {
return mRawHits.size(); }
32 const StSPtrVecFstRawHit & StFstEvtCollection::rawHits()
const {
return mRawHits; }
33 StSPtrVecFstRawHit & StFstEvtCollection::rawHits() {
return mRawHits; }
35 void StFstEvtCollection::print(
int option) {
36 cout <<
" *** Print FST raw hit collection *** " << endl;
int getChannelId() const
0-36863
unsigned char getWedge() const
1-36