FairRoot/PandaRoot
|
#include <PndMQGapEventBuilderToPix.h>
Public Member Functions | |
PndMQGapEventBuilderToPix () | |
PndMQGapEventBuilderToPix (double timeGap) | |
virtual | ~PndMQGapEventBuilderToPix () |
void | FillData (std::vector< PndSdsDigiTopix4 > data) |
std::vector< std::vector < PndSdsDigiTopix4 > > | GetSeparatedData () |
std::vector< std::vector < PndSdsDigiTopix4 > > | GetLastData () |
Private Attributes | |
double | fTimeGap |
std::vector< PndSdsDigiTopix4 > | fData |
std::vector< PndSdsDigiTopix4 > | fPreviousData |
Definition at line 13 of file PndMQGapEventBuilderToPix.h.
PndMQGapEventBuilderToPix::PndMQGapEventBuilderToPix | ( | ) |
Definition at line 10 of file PndMQGapEventBuilderToPix.cxx.
PndMQGapEventBuilderToPix::PndMQGapEventBuilderToPix | ( | double | timeGap | ) |
Definition at line 13 of file PndMQGapEventBuilderToPix.cxx.
|
virtual |
Definition at line 16 of file PndMQGapEventBuilderToPix.cxx.
void PndMQGapEventBuilderToPix::FillData | ( | std::vector< PndSdsDigiTopix4 > | data | ) |
Definition at line 20 of file PndMQGapEventBuilderToPix.cxx.
References fData.
Referenced by PndMQTopix4DigiToHit::Run().
std::vector< std::vector< PndSdsDigiTopix4 > > PndMQGapEventBuilderToPix::GetLastData | ( | ) |
Definition at line 45 of file PndMQGapEventBuilderToPix.cxx.
References fPreviousData.
std::vector< std::vector< PndSdsDigiTopix4 > > PndMQGapEventBuilderToPix::GetSeparatedData | ( | ) |
Definition at line 25 of file PndMQGapEventBuilderToPix.cxx.
References fData, fPreviousData, and fTimeGap.
Referenced by PndMQTopix4DigiToHit::Run().
|
private |
Definition at line 25 of file PndMQGapEventBuilderToPix.h.
Referenced by FillData(), and GetSeparatedData().
|
private |
Definition at line 26 of file PndMQGapEventBuilderToPix.h.
Referenced by GetLastData(), and GetSeparatedData().
|
private |
Definition at line 24 of file PndMQGapEventBuilderToPix.h.
Referenced by GetSeparatedData().