npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
npstat::ArrayMinProjector< T > Class Template Reference

#include <ArrayProjectors.hh>

Inheritance diagram for npstat::ArrayMinProjector< T >:
npstat::AbsVisitor< T, T >

Public Member Functions

void clear ()
 
result ()
 
void process (const T &value)
 

Detailed Description

template<typename T>
class npstat::ArrayMinProjector< T >

Minimum value projector

Member Function Documentation

◆ clear()

template<typename T >
void npstat::ArrayMinProjector< T >::clear ( )
inlinevirtual

Clear all accumulated results

Implements npstat::AbsVisitor< T, T >.

◆ process()

template<typename T >
void npstat::ArrayMinProjector< T >::process ( const T &  value)
virtual

Process one array point

Implements npstat::AbsVisitor< T, T >.

◆ result()

template<typename T >
T npstat::ArrayMinProjector< T >::result ( )
inlinevirtual

Return the result at the end of array processing

Implements npstat::AbsVisitor< T, T >.


The documentation for this class was generated from the following file: