|
CHROMA
|
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 |
| 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.
| 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().
| 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().
| int Chroma::SftMomParams_t::mom2_max |
(mom - mom_origin)^2 <= mom2_max
Definition at line 22 of file sftmom.h.
Referenced by Chroma::MesonSpec2PtEnv::init(), Chroma::Delta2PtEnv::DeltaCorrs::operator()(), Chroma::SimpleMeson2PtEnv::DiagGammaMesonCorrs::operator()(), Chroma::StochCondContEnv::StochCondCont::operator()(), and SftMomParams_t().
| 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().
| multi1d<int> Chroma::SftMomParams_t::origin_offset |
Definition at line 25 of file sftmom.h.
Referenced by Chroma::StochCondContEnv::StochCondCont::operator()(), and SftMomParams_t().