CHROMA
|
Simple meson 2pt construction - all simple mesons. More...
#include <simple_meson_2pt_w.h>
Public Member Functions | |
DiagGammaMesonCorrs (const Params &p) | |
Full constructor. More... | |
~DiagGammaMesonCorrs () | |
Default destructor. More... | |
std::list< Handle< HadronContractResult_t > > | operator() (const multi1d< LatticeColorMatrix > &u, const std::string &xml_group, const std::string &id_tag) |
Construct the correlators. More... | |
Public Member Functions inherited from Chroma::Hadron2PtCorr | |
virtual | ~Hadron2PtCorr () |
Virtual destructor to help with cleanup;. More... | |
Public Member Functions inherited from Chroma::HadronContract | |
virtual | ~HadronContract () |
Virtual destructor to help with cleanup;. More... | |
Private Member Functions | |
DiagGammaMesonCorrs () | |
Hide partial constructor. More... | |
Private Attributes | |
Params | params |
Additional Inherited Members | |
Protected Member Functions inherited from Chroma::Hadron2PtCorr | |
virtual std::list< Handle< HadronContractResult_t > > | project (const std::list< Handle< Hadron2PtContract_t > > &had_list, const SftMomParams_t &p) const |
Convenience function to project onto fixed momenta. More... | |
Protected Member Functions inherited from Chroma::HadronContract | |
virtual ForwardProp_t | readForwardPropHeader (const std::string &prop_id) const |
Convenience function to read propagator. More... | |
virtual multi1d< int > | getTSrce (const multi1d< ForwardProp_t > &forward_headers) const |
Convenience function to get t_srce from headers. More... | |
virtual int | getDecayDir (const multi1d< ForwardProp_t > &forward_headers) const |
Convenience function to get decay_dir from headers. More... | |
Simple meson 2pt construction - all simple mesons.
Create all the 16 (Ns=4) simple diagonal meson 2pt correlators
Definition at line 43 of file simple_meson_2pt_w.h.
|
inline |
Full constructor.
Definition at line 47 of file simple_meson_2pt_w.h.
|
inline |
Default destructor.
Definition at line 50 of file simple_meson_2pt_w.h.
|
inlineprivate |
Hide partial constructor.
Definition at line 59 of file simple_meson_2pt_w.h.
|
virtual |
Construct the correlators.
Implements Chroma::Hadron2PtCorr.
Definition at line 122 of file simple_meson_2pt_w.cc.
References Chroma::SimpleMeson2PtEnv::Params::avg_equiv_mom, Chroma::END_CODE(), Chroma::SimpleMeson2PtEnv::Params::first_id, Chroma::SimpleBaryonSeqSourceEnv::forward_headers, Chroma::HadronContract::getDecayDir(), Chroma::HadronContract::getTSrce(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::SimpleMeson2PtEnv::Params::mom2_max, Chroma::SftMomParams_t::mom2_max, Chroma::SimpleMeson2PtEnv::Params::mom_origin, params, Chroma::pop(), Chroma::Hadron2PtCorr::project(), Chroma::push(), Chroma::HadronContract::readForwardPropHeader(), Chroma::SimpleMeson2PtEnv::Params::second_id, Chroma::START_CODE(), t_srce, and Chroma::write().
|
private |