|
| RSHelicityAmplModelI () |
|
| RSHelicityAmplModelI (string name) |
|
| RSHelicityAmplModelI (string name, string config) |
|
| Algorithm () |
|
| Algorithm (string name) |
|
| Algorithm (string name, string config) |
|
void | Initialize (void) |
|
void | DeleteConfig (void) |
|
void | DeleteSubstructure (void) |
|
Registry * | ExtractLocalConfig (const Registry &in) const |
|
Registry * | ExtractLowerConfig (const Registry &in, const string &alg_key) const |
| Split an incoming configuration Registry into a block valid for the sub-algo identified by alg_key. More...
|
|
template<class T > |
bool | GetParam (const RgKey &name, T &p, bool is_top_call=true) const |
|
template<class T > |
bool | GetParamDef (const RgKey &name, T &p, const T &def) const |
|
template<class T > |
int | GetParamVect (const std::string &comm_name, std::vector< T > &v, bool is_top_call=true) const |
| Handle to load vectors of parameters. More...
|
|
int | GetParamVectKeys (const std::string &comm_name, std::vector< RgKey > &k, bool is_top_call=true) const |
|
template<class T > |
int | GetParamMat (const std::string &comm_name, TMatrixT< T > &mat, bool is_top_call=true) const |
| Handle to load matrix of parameters. More...
|
|
template<class T > |
int | GetParamMatSym (const std::string &comm_name, TMatrixTSym< T > &mat, bool is_top_call=true) const |
|
int | GetParamMatKeys (const std::string &comm_name, std::vector< RgKey > &k, bool is_top_call=true) const |
|
int | AddTopRegistry (Registry *rp, bool owns=true) |
| add registry with top priority, also update ownership More...
|
|
int | AddLowRegistry (Registry *rp, bool owns=true) |
| add registry with lowest priority, also update ownership More...
|
|
int | MergeTopRegistry (const Registry &r) |
|
int | AddTopRegisties (const vector< Registry * > &rs, bool owns=false) |
| Add registries with top priority, also udated Ownerships. More...
|
|
Pure abstract base class. Defines the RSHelicityAmplModelI interface.
- Author
- Costas Andreopoulos <c.andreopoulos cern.ch> University of Liverpool
- Created:
- July 10, 2004
- License:
- Copyright (c) 2003-2024, The GENIE Collaboration For the full text of the license visit http://copyright.genie-mc.org
Definition at line 27 of file RSHelicityAmplModelI.h.