MarlinTPC  1.2.0
Public Member Functions | Public Attributes | List of all members
marlintpc::HitSplitter::Distance Struct Reference

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
 

Detailed Description

A nested helper struct to contain two pulses and the distance between them, and sort according to the distance.


The documentation for this struct was generated from the following files: