Tomographer  v5.3
Tomographer C++ Framework Documentation
Tomographer::MHWalkerParamsStepSize< StepRealType_ > Struct Template Reference

An MHWalkerParams type which just stores a step size. More...

#include <tomographer/mhrw.h>

Public Types

typedef StepRealType_ StepRealType
 

Public Member Functions

 MHWalkerParamsStepSize (StepRealType step_size_)
 

Public Attributes

StepRealType step_size
 

Detailed Description

template<typename StepRealType_ = double>
struct Tomographer::MHWalkerParamsStepSize< StepRealType_ >

An MHWalkerParams type which just stores a step size.

This type is a simple struct which stores a step size. It should be used as the WalkerParams typedef of a MHWalker Interface compliant type which only needs a step size as parameter.

Definition at line 97 of file mhrw.h.


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