1 #ifndef __ANTARESDAQ__TIMESTAMP__
2 #define __ANTARESDAQ__TIMESTAMP__
32 std::pair<T,T>(__begin, __end)
34 if (__begin != __end) {
47 while (
p1 != __end && (p0->timestamp == 0 ||
p1->timestamp < p0->timestamp)) {
64 if (p2->timestamp >
p1->timestamp) {
77 if (p2->timestamp < p0->timestamp) {
std::vector< T >::difference_type distance(typename std::vector< T >::const_iterator first, typename PhysicsEvent::const_iterator< T > second)
Specialisation of STL distance.
Auxiliary class to remove bit-flipped ARS data.
const_iterator end() const
const_iterator begin() const
Timestamp(T __begin, T __end)
Constructor.