#include <baryon_2pt_w.h>
Inheritance diagram for Chroma::Baryon2PtBase:

Public Member Functions | |
| virtual | ~Baryon2PtBase () |
| Virtual destructor to help with cleanup;. | |
| virtual multi1d< Hadron2PtContraction_t > | operator() (const multi1d< LatticeColorMatrix > &u)=0 |
| Construct the correlators. | |
Protected Member Functions | |
| virtual void | setBC (const multi1d< ForwardProp_t > &forward_headers) |
| Convenience function to yank the boundary condition from the forward prop headers. | |
| virtual multi1d< int > & | getBC ()=0 |
| Set bc. | |
| virtual const multi1d< int > & | getBC () const =0 |
| Get bc. | |
Definition at line 17 of file baryon_2pt_w.h.
| virtual Chroma::Baryon2PtBase::~Baryon2PtBase | ( | ) | [inline, virtual] |
| virtual const multi1d<int>& Chroma::Baryon2PtBase::getBC | ( | ) | const [protected, pure virtual] |
Get bc.
Implemented in Chroma::SimpleBaryon2PtEnv::BarNuclTCg5, Chroma::SimpleBaryon2PtEnv::BarDeltaTsp, and Chroma::SimpleBaryon2PtEnv::BarDeltaTspSRCspSNK.
| virtual multi1d<int>& Chroma::Baryon2PtBase::getBC | ( | ) | [protected, pure virtual] |
Set bc.
Implemented in Chroma::SimpleBaryon2PtEnv::BarNuclTCg5, Chroma::SimpleBaryon2PtEnv::BarDeltaTsp, and Chroma::SimpleBaryon2PtEnv::BarDeltaTspSRCspSNK.
| virtual multi1d<Hadron2PtContraction_t> Chroma::Baryon2PtBase::operator() | ( | const multi1d< LatticeColorMatrix > & | u | ) | [pure virtual] |
| virtual void Chroma::Baryon2PtBase::setBC | ( | const multi1d< ForwardProp_t > & | forward_headers | ) | [protected, virtual] |
Convenience function to yank the boundary condition from the forward prop headers.
1.4.7