MarlinTPC
1.2.0
|
A nested helper struct to contain two pulses and the distance between them, and sort according to the distance. More...
#include <HitSplitter.h>
Public Member Functions | |
Distance (float d, std::multiset< SortablePulse >::iterator first, std::multiset< SortablePulse >::iterator second) | |
bool | operator< (Distance const &right) const |
Public Attributes | |
float | distance |
std::multiset< SortablePulse > ::iterator | firstPulse |
std::multiset< SortablePulse > ::iterator | secondPulse |
A nested helper struct to contain two pulses and the distance between them, and sort according to the distance.