Simple struct-like class holding the Feynmann-Kislinger-Ravndall (FKR) baryon excitation model parameters. More...
#include <FKR.h>
Public Member Functions | |
void | Reset (void) |
void | Print (ostream &stream) const |
FKR () | |
~FKR () | |
Public Attributes | |
double | Lamda |
double | Tv |
double | Rv |
double | S |
double | Ta |
double | Ra |
double | B |
double | C |
double | R |
double | T |
double | Tplus |
double | Tminus |
double | Rplus |
double | Rminus |
Friends | |
ostream & | operator<< (ostream &stream, const FKR ¶meters) |
Simple struct-like class holding the Feynmann-Kislinger-Ravndall (FKR) baryon excitation model parameters.
May 03, 2004
Copyright (c) 2003-2020, The GENIE Collaboration For the full text of the license visit http://copyright.genie-mc.org
FKR::FKR | ( | ) |
void FKR::Print | ( | ostream & | stream | ) | const |
Definition at line 43 of file FKR.cxx.
void FKR::Reset | ( | void | ) |
Definition at line 62 of file FKR.cxx.
|
friend |