8 #ifndef MVD_MVDOFFLINETBANALYSIS_TOPIX4_MQ_PNDMQHITSEVENTBUILDER_H_ 9 #define MVD_MVDOFFLINETBANALYSIS_TOPIX4_MQ_PNDMQHITSEVENTBUILDER_H_ 23 void AddData(vector<vector<vector<PndSdsHit>>> &data);
24 vector<vector<PndSdsHit>> GetEvents();
28 std::vector<int> result;
29 for (
auto &channelIter : fInputData) {
30 result.push_back(channelIter.size());
36 vector<bool> GetChannelsInEvent(vector<vector<PndSdsHit>> &eventData);
37 int FindFirstChannel(vector<vector<PndSdsHit>> &eventData);
38 vector<PndSdsHit> GetNextEvent();
44 vector<vector<vector<PndSdsHit>>> fInputData;
vector< int > fSensorsInEvent
std::vector< int > GetInputDataLevel()
vector< int > GetSensorsInEvent()