CHROMA
Public Member Functions | Public Attributes | List of all members

Param struct for SftMom. More...

#include <sftmom.h>

Public Member Functions

 SftMomParams_t ()
 

Public Attributes

int mom2_max
 
multi1d< int > mom_offset
 
bool avg_equiv_mom
 
multi1d< int > origin_offset
 
int decay_dir
 

Detailed Description

Param struct for SftMom.

Definition at line 19 of file sftmom.h.

Constructor & Destructor Documentation

◆ SftMomParams_t()

Chroma::SftMomParams_t::SftMomParams_t ( )

Default constructor in sftmom.cc

< (mom - mom_origin)^2 <= mom2_max

< Origin for the momentum

< average over equivalent momenta

< Decay direction

Definition at line 108 of file sftmom.cc.

References avg_equiv_mom, decay_dir, mom2_max, mom_offset, Nd, and origin_offset.

Member Data Documentation

◆ avg_equiv_mom

bool Chroma::SftMomParams_t::avg_equiv_mom

average over equivalent momenta

Definition at line 24 of file sftmom.h.

Referenced by Chroma::StochCondContEnv::StochCondCont::operator()(), and SftMomParams_t().

◆ decay_dir

int Chroma::SftMomParams_t::decay_dir

Decay direction

Definition at line 26 of file sftmom.h.

Referenced by Chroma::StochCondContEnv::StochCondCont::operator()(), and SftMomParams_t().

◆ mom2_max

int Chroma::SftMomParams_t::mom2_max

◆ mom_offset

multi1d<int> Chroma::SftMomParams_t::mom_offset

Origin for the momentum

Definition at line 23 of file sftmom.h.

Referenced by Chroma::StochCondContEnv::StochCondCont::operator()(), and SftMomParams_t().

◆ origin_offset

multi1d<int> Chroma::SftMomParams_t::origin_offset

Definition at line 25 of file sftmom.h.

Referenced by Chroma::StochCondContEnv::StochCondCont::operator()(), and SftMomParams_t().


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