|
CHROMA
|
Construct a photon sequential sources via LSZ reduction. More...
#include <photon_seqsrc_w.h>
Public Member Functions | |
| Params () | |
| Initialize. More... | |
| Params (XMLReader &in, const std::string &path) | |
| Read parameters. More... | |
| void | writeXML (XMLWriter &in, const std::string &path) const |
Public Attributes | |
| int | pol_dir |
| int | t_sink_start |
| int | t_sink_end |
Construct a photon sequential sources via LSZ reduction.
Definition at line 23 of file photon_seqsrc_w.h.
| Chroma::PhotonRhoSeqSourceEnv::Params::Params | ( | ) |
Initialize.
Definition at line 63 of file photon_seqsrc_w.cc.
References j_decay, Nd, pol_dir, t_sink_end, t_sink_start, and Chroma::zero.
| Chroma::PhotonRhoSeqSourceEnv::Params::Params | ( | XMLReader & | in, |
| const std::string & | path | ||
| ) |
Read parameters.
Definition at line 79 of file photon_seqsrc_w.cc.
References j_decay, pol_dir, Chroma::read(), t_sink_end, and t_sink_start.
| void Chroma::PhotonRhoSeqSourceEnv::Params::writeXML | ( | XMLWriter & | in, |
| const std::string & | path | ||
| ) | const |
Definition at line 109 of file photon_seqsrc_w.cc.
References j_decay, pol_dir, Chroma::pop(), Chroma::push(), t_sink_end, t_sink_start, and Chroma::write().
Referenced by Chroma::write().
| int Chroma::PhotonRhoSeqSourceEnv::Params::pol_dir |
Polarization direction
Definition at line 29 of file photon_seqsrc_w.h.
Referenced by Chroma::PhotonRhoSeqSourceEnv::PhotonRhoSeqSource::operator()(), Chroma::PhotonRhoSeqSourceEnv::PointSplitPhotonRhoSeqSource::operator()(), Params(), and writeXML().
| int Chroma::PhotonRhoSeqSourceEnv::Params::t_sink_end |
time slice of sink (inclusive) to end integration
Definition at line 31 of file photon_seqsrc_w.h.
Referenced by Chroma::PhotonRhoSeqSourceEnv::PhotonRhoSeqSource::operator()(), Chroma::PhotonRhoSeqSourceEnv::PointSplitPhotonRhoSeqSource::operator()(), Params(), and writeXML().
| int Chroma::PhotonRhoSeqSourceEnv::Params::t_sink_start |
time slice of sink (inclusive) to start integration
Definition at line 30 of file photon_seqsrc_w.h.
Referenced by Chroma::PhotonRhoSeqSourceEnv::PhotonRhoSeqSource::operator()(), Chroma::PhotonRhoSeqSourceEnv::PointSplitPhotonRhoSeqSource::operator()(), Params(), and writeXML().