20 #ifndef MVD_MVDOFFLINETBANALYSIS_TOPIX4_MQ_PNDMQHITSEVENTBUILDER_H_ 21 #define MVD_MVDOFFLINETBANALYSIS_TOPIX4_MQ_PNDMQHITSEVENTBUILDER_H_ 35 void AddData(vector<vector<vector<PndSdsHit>>> &data);
36 vector<vector<PndSdsHit>> GetEvents();
40 std::vector<int> result;
41 for (
auto &channelIter : fInputData) {
42 result.push_back(channelIter.size());
48 vector<bool> GetChannelsInEvent(vector<vector<PndSdsHit>> &eventData);
49 int FindFirstChannel(vector<vector<PndSdsHit>> &eventData);
50 vector<PndSdsHit> GetNextEvent();
56 vector<vector<vector<PndSdsHit>>> fInputData;
vector< int > fSensorsInEvent
std::vector< int > GetInputDataLevel()
vector< int > GetSensorsInEvent()