Singleton class to load & serve tables of Fermi momentum constants. More...
#include <FermiMomentumTablePool.h>
Classes | |
struct | Cleaner |
Public Member Functions | |
const FermiMomentumTable * | GetTable (string name) |
Static Public Member Functions | |
static FermiMomentumTablePool * | Instance (void) |
Private Member Functions | |
FermiMomentumTablePool () | |
FermiMomentumTablePool (const FermiMomentumTablePool &fmc) | |
virtual | ~FermiMomentumTablePool () |
bool | LoadTables (void) |
XmlParserStatus_t | ParseXMLTables (string filename) |
Private Attributes | |
map< string, FermiMomentumTable * > | fKFSets |
Static Private Attributes | |
static FermiMomentumTablePool * | fInstance = 0 |
Friends | |
struct | Cleaner |
Singleton class to load & serve tables 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 34 of file FermiMomentumTablePool.h.
|
private |
Definition at line 42 of file FermiMomentumTablePool.cxx.
|
private |
|
privatevirtual |
Definition at line 50 of file FermiMomentumTablePool.cxx.
const FermiMomentumTable * FermiMomentumTablePool::GetTable | ( | string | name | ) |
Definition at line 76 of file FermiMomentumTablePool.cxx.
|
static |
Definition at line 62 of file FermiMomentumTablePool.cxx.
|
private |
Definition at line 101 of file FermiMomentumTablePool.cxx.
|
private |
Definition at line 127 of file FermiMomentumTablePool.cxx.
|
friend |
Definition at line 62 of file FermiMomentumTablePool.h.
|
staticprivate |
Definition at line 49 of file FermiMomentumTablePool.h.
|
private |
Definition at line 51 of file FermiMomentumTablePool.h.