#include <PndMQHitsEventBuilder.h>
Definition at line 18 of file PndMQHitsEventBuilder.h.
◆ PndMQHitsEventBuilder()
| PndMQHitsEventBuilder::PndMQHitsEventBuilder |
( |
int |
nChannels = 4 | ) |
|
◆ ~PndMQHitsEventBuilder()
| virtual PndMQHitsEventBuilder::~PndMQHitsEventBuilder |
( |
| ) |
|
|
virtual |
◆ AddData()
| void PndMQHitsEventBuilder::AddData |
( |
vector< vector< vector< PndSdsHit >>> & |
data | ) |
|
◆ FindFirstChannel()
| int PndMQHitsEventBuilder::FindFirstChannel |
( |
vector< vector< PndSdsHit >> & |
eventData | ) |
|
|
protected |
channel which has the oldest data
◆ GetChannelsInEvent()
| vector<bool> PndMQHitsEventBuilder::GetChannelsInEvent |
( |
vector< vector< PndSdsHit >> & |
eventData | ) |
|
|
protected |
◆ GetEvents()
| vector<vector<PndSdsHit> > PndMQHitsEventBuilder::GetEvents |
( |
| ) |
|
◆ GetInputDataLevel()
| std::vector<int> PndMQHitsEventBuilder::GetInputDataLevel |
( |
| ) |
|
|
inline |
Definition at line 26 of file PndMQHitsEventBuilder.h.
28 std::vector<int> result;
29 for (
auto &channelIter : fInputData) {
30 result.push_back(channelIter.size());
◆ GetNextEvent()
| vector<PndSdsHit> PndMQHitsEventBuilder::GetNextEvent |
( |
| ) |
|
|
protected |
◆ GetSensorsInEvent()
| vector<int> PndMQHitsEventBuilder::GetSensorsInEvent |
( |
| ) |
|
|
inline |
◆ HasData()
| bool PndMQHitsEventBuilder::HasData |
( |
| ) |
|
|
protected |
◆ fSensorsInEvent
| vector<int> PndMQHitsEventBuilder::fSensorsInEvent |
|
protected |
The documentation for this class was generated from the following file: