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

#include <ArrayProjectors.hh>

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

Public Member Functions

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

Detailed Description

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

Maximum value projector

Member Function Documentation

◆ clear()

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

Clear all accumulated results

Implements npstat::AbsVisitor< T, T >.

◆ process()

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

Process one array point

Implements npstat::AbsVisitor< T, T >.

◆ result()

template<typename T >
T npstat::ArrayMaxProjector< 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: