58 #ifndef ST_TRS_ZERO_SUPPRESSED_READER_HH
59 #define ST_TRS_ZERO_SUPPRESSED_READER_HH
61 #include "StSequence.hh"
62 #include "StDaqLib/GENERIC/EventReader.hh"
65 #include "StTrsRawDataEvent.hh"
66 #include "StTrsDigitalSector.hh"
74 Int_t getPadList(Int_t padRow,
unsigned char **padList) {
return mTheSector->getPadList(padRow,padList);}
75 Int_t getSequences(Int_t padRow, Int_t
Pad, Int_t *nSeq,
StSequence** SeqData, UShort_t ***Ids=0) {
76 return mTheSector->getSequences(padRow,Pad,nSeq, SeqData, Ids);
78 Int_t getSequences(Int_t padRow, Int_t Pad, Int_t *nSeq,
Sequence** SeqData, UShort_t ***Ids=0) {
79 return getSequences(padRow, Pad, nSeq, (
StSequence**) SeqData, Ids);
81 Int_t setSector(Int_t);
82 void clear() {
if (mTheSector) mTheSector->clear();}
87 Int_t checkTheData(UInt_t);