Chroma::SimpleBaryonSeqSourceEnv::BarDeltaUTsp Class Reference
[Hadronic observables]

Delta+ - Delta+ U piece with general projector and spin matrix. More...

#include <simple_baryon_seqsrc_w.h>

Inheritance diagram for Chroma::SimpleBaryonSeqSourceEnv::BarDeltaUTsp:

Chroma::BaryonSeqSourceBase Chroma::HadronSeqSource< LatticePropagator > List of all members.

Public Member Functions

 BarDeltaUTsp (const Params &p, const SpinMatrix &spinT, const SpinMatrix &spinSP)
 Full constructor.
 ~BarDeltaUTsp ()
 Default destructor.
LatticePropagator operator() (const multi1d< LatticeColorMatrix > &u, const multi1d< ForwardProp_t > &forward_headers, const multi1d< LatticePropagator > &forward_props)
 Delta+ - Delta+ U piece with general projector and spin matrix.
Complex twoPtSink (const multi1d< LatticeColorMatrix > &u, const multi1d< ForwardProp_t > &forward_headers, const multi1d< LatticePropagator > &forward_props, int gamma_insertion)
 Compute the 2-pt at the sink.

Protected Member Functions

multi1d< int > & getBC ()
 Set bc.
const multi1d< int > & getBC () const
 Get bc.
multi1d< int > & getTSrce ()
 Set t_srce.
const multi1d< int > & getTSrce () const
 Get t_srce.
int getTSink () const
 Get t_sink.
const multi1d< int > & getSinkMom () const
 Get sink_mom.
const int getDecayDir () const
 Get decay_dir.

Private Member Functions

 BarDeltaUTsp ()
 Hide partial constructor.

Private Attributes

multi1d< int > t_srce
multi1d< int > bc
Params params
SpinMatrix T
SpinMatrix sp

Detailed Description

Delta+ - Delta+ U piece with general projector and spin matrix.

Create a simple baryon sequential propagator source

Definition at line 163 of file simple_baryon_seqsrc_w.h.


Constructor & Destructor Documentation

Chroma::SimpleBaryonSeqSourceEnv::BarDeltaUTsp::BarDeltaUTsp ( const Params p,
const SpinMatrix &  spinT,
const SpinMatrix &  spinSP 
) [inline]

Full constructor.

Definition at line 167 of file simple_baryon_seqsrc_w.h.

Chroma::SimpleBaryonSeqSourceEnv::BarDeltaUTsp::~BarDeltaUTsp (  )  [inline]

Default destructor.

Definition at line 171 of file simple_baryon_seqsrc_w.h.

Chroma::SimpleBaryonSeqSourceEnv::BarDeltaUTsp::BarDeltaUTsp (  )  [inline, private]

Hide partial constructor.

Definition at line 208 of file simple_baryon_seqsrc_w.h.


Member Function Documentation

const multi1d<int>& Chroma::SimpleBaryonSeqSourceEnv::BarDeltaUTsp::getBC (  )  const [inline, protected, virtual]

Get bc.

Implements Chroma::BaryonSeqSourceBase.

Definition at line 189 of file simple_baryon_seqsrc_w.h.

References bc.

multi1d<int>& Chroma::SimpleBaryonSeqSourceEnv::BarDeltaUTsp::getBC (  )  [inline, protected, virtual]

Set bc.

Implements Chroma::BaryonSeqSourceBase.

Definition at line 186 of file simple_baryon_seqsrc_w.h.

References bc.

const int Chroma::SimpleBaryonSeqSourceEnv::BarDeltaUTsp::getDecayDir (  )  const [inline, protected, virtual]

Get decay_dir.

Implements Chroma::HadronSeqSource< LatticePropagator >.

Definition at line 204 of file simple_baryon_seqsrc_w.h.

References Chroma::SimpleBaryonSeqSourceEnv::Params::j_decay, and params.

Referenced by twoPtSink().

const multi1d<int>& Chroma::SimpleBaryonSeqSourceEnv::BarDeltaUTsp::getSinkMom (  )  const [inline, protected, virtual]

Get sink_mom.

Implements Chroma::HadronSeqSource< LatticePropagator >.

Definition at line 201 of file simple_baryon_seqsrc_w.h.

References params, and Chroma::SimpleBaryonSeqSourceEnv::Params::sink_mom.

Referenced by twoPtSink().

int Chroma::SimpleBaryonSeqSourceEnv::BarDeltaUTsp::getTSink (  )  const [inline, protected, virtual]

Get t_sink.

Implements Chroma::HadronSeqSource< LatticePropagator >.

Definition at line 198 of file simple_baryon_seqsrc_w.h.

References params, and Chroma::SimpleBaryonSeqSourceEnv::Params::t_sink.

Referenced by twoPtSink().

const multi1d<int>& Chroma::SimpleBaryonSeqSourceEnv::BarDeltaUTsp::getTSrce (  )  const [inline, protected, virtual]

Get t_srce.

Implements Chroma::HadronSeqSource< LatticePropagator >.

Definition at line 195 of file simple_baryon_seqsrc_w.h.

References t_srce.

multi1d<int>& Chroma::SimpleBaryonSeqSourceEnv::BarDeltaUTsp::getTSrce (  )  [inline, protected, virtual]

Set t_srce.

Implements Chroma::HadronSeqSource< LatticePropagator >.

Definition at line 192 of file simple_baryon_seqsrc_w.h.

References t_srce.

Referenced by twoPtSink().

LatticePropagator Chroma::SimpleBaryonSeqSourceEnv::BarDeltaUTsp::operator() ( const multi1d< LatticeColorMatrix > &  u,
const multi1d< ForwardProp_t > &  forward_headers,
const multi1d< LatticePropagator > &  forward_props 
) [virtual]

Delta+ - Delta+ U piece with general projector and spin matrix.

Implements Chroma::BaryonSeqSourceBase.

Definition at line 320 of file simple_baryon_seqsrc_w.cc.

References Chroma::check2Args(), END_CODE, Chroma::BaryonSeqSourceBase::projectBaryon(), sp, START_CODE, and T.

Complex Chroma::SimpleBaryonSeqSourceEnv::BarDeltaUTsp::twoPtSink ( const multi1d< LatticeColorMatrix > &  u,
const multi1d< ForwardProp_t > &  forward_headers,
const multi1d< LatticePropagator > &  forward_props,
int  gamma_insertion 
) [virtual]

Compute the 2-pt at the sink.

Implements Chroma::HadronSeqSource< LatticePropagator >.

Definition at line 388 of file simple_baryon_seqsrc_w.cc.

References Chroma::check2Args(), getDecayDir(), getSinkMom(), getTSink(), getTSrce(), Chroma::BaryonSeqSourceBase::setBC(), Chroma::HadronSeqSource< LatticePropagator >::setTSrce(), Chroma::SftMom::sft(), Chroma::Baryon2PtContractions::sigmast2pt(), sp, and T.


Member Data Documentation

multi1d<int> Chroma::SimpleBaryonSeqSourceEnv::BarDeltaUTsp::bc [private]

Definition at line 212 of file simple_baryon_seqsrc_w.h.

Referenced by getBC().

Params Chroma::SimpleBaryonSeqSourceEnv::BarDeltaUTsp::params [private]

Seqsource params

Definition at line 213 of file simple_baryon_seqsrc_w.h.

Referenced by getDecayDir(), getSinkMom(), and getTSink().

SpinMatrix Chroma::SimpleBaryonSeqSourceEnv::BarDeltaUTsp::sp [private]

The spin at the source and sink

Definition at line 215 of file simple_baryon_seqsrc_w.h.

Referenced by operator()(), and twoPtSink().

SpinMatrix Chroma::SimpleBaryonSeqSourceEnv::BarDeltaUTsp::T [private]

The spin projector matrix

Definition at line 214 of file simple_baryon_seqsrc_w.h.

Referenced by operator()(), and twoPtSink().

multi1d<int> Chroma::SimpleBaryonSeqSourceEnv::BarDeltaUTsp::t_srce [private]

Definition at line 211 of file simple_baryon_seqsrc_w.h.

Referenced by getTSrce().


The documentation for this class was generated from the following files:
Generated on Sun Nov 22 04:41:32 2009 for CHROMA by  doxygen 1.4.7