ALPSCore reference
Public Types | Public Member Functions | List of all members
alps::accumulators::LogBinningAccumulator< T > Struct Template Reference

#include <namedaccumulators.hpp>

Inheritance diagram for alps::accumulators::LogBinningAccumulator< T >:
Inheritance graph
Collaboration diagram for alps::accumulators::LogBinningAccumulator< T >:
Collaboration graph

Public Types

typedef impl::Accumulator< T, binning_analysis_tag, typename NoBinningAccumulator< T >::accumulator_typeaccumulator_type
 
typedef detail::AccumulatorBase< accumulator_typebase_type
 
typedef accumulator_type::result_type result_type
 
typedef autocorrelation_type< accumulator_type >::type autocorrelation_type
 Data type corresponding to autocorrelation. More...
 

Public Member Functions

 BOOST_PARAMETER_CONSTRUCTOR (LogBinningAccumulator,(detail::AccumulatorBase< accumulator_type >), accumulator_keywords,(required(_accumulator_name,(std::string)))) LogBinningAccumulator &operator
 
 LogBinningAccumulator (const LogBinningAccumulator &rhs)
 
autocorrelation_type tau () const
 Returns autocorrelation for this accumulator. More...
 

Detailed Description

template<typename T>
struct alps::accumulators::LogBinningAccumulator< T >

Definition at line 107 of file namedaccumulators.hpp.

Member Typedef Documentation

template<typename T >
typedef impl::Accumulator<T, binning_analysis_tag, typename NoBinningAccumulator<T>::accumulator_type> alps::accumulators::LogBinningAccumulator< T >::accumulator_type

Definition at line 110 of file namedaccumulators.hpp.

Data type corresponding to autocorrelation.

Definition at line 122 of file namedaccumulators.hpp.

template<typename T >
typedef detail::AccumulatorBase<accumulator_type> alps::accumulators::LogBinningAccumulator< T >::base_type

Definition at line 111 of file namedaccumulators.hpp.

template<typename T >
typedef accumulator_type::result_type alps::accumulators::LogBinningAccumulator< T >::result_type

Definition at line 112 of file namedaccumulators.hpp.

Constructor & Destructor Documentation

Definition at line 66 of file namedaccumulators.cpp.

Member Function Documentation

template<typename T >
alps::accumulators::LogBinningAccumulator< T >::BOOST_PARAMETER_CONSTRUCTOR ( LogBinningAccumulator< T >  ,
(detail::AccumulatorBase< accumulator_type >)  ,
accumulator_keywords  ,
(required(_accumulator_name,(std::string)))   
)
template<typename T >
auto alps::accumulators::LogBinningAccumulator< T >::tau ( ) const

Returns autocorrelation for this accumulator.

Definition at line 70 of file namedaccumulators.cpp.


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