A table of Fermi momentum constants. More...
#include <FermiMomentumTable.h>
Public Member Functions | |
FermiMomentumTable () | |
FermiMomentumTable (const FermiMomentumTable &fmt) | |
virtual | ~FermiMomentumTable () |
double | FindClosestKF (int target_pdgc, int nucleon_pdgc) const |
void | AddTableEntry (int target_pdgc, KF_t kf) |
Private Attributes | |
map< int, KF_t > | fKFSets |
A table of Fermi momentum constants.
August 18, 2005
Copyright (c) 2003-2020, The GENIE Collaboration For the full text of the license visit http://copyright.genie-mc.org
Definition at line 33 of file FermiMomentumTable.h.
FermiMomentumTable::FermiMomentumTable | ( | ) |
Definition at line 26 of file FermiMomentumTable.cxx.
FermiMomentumTable::FermiMomentumTable | ( | const FermiMomentumTable & | fmt | ) |
Definition at line 30 of file FermiMomentumTable.cxx.
|
virtual |
Definition at line 35 of file FermiMomentumTable.cxx.
void FermiMomentumTable::AddTableEntry | ( | int | target_pdgc, |
KF_t | kf | ||
) |
Definition at line 40 of file FermiMomentumTable.cxx.
double FermiMomentumTable::FindClosestKF | ( | int | target_pdgc, |
int | nucleon_pdgc | ||
) | const |
Definition at line 45 of file FermiMomentumTable.cxx.
|
private |
Definition at line 44 of file FermiMomentumTable.h.