GENIEGenerator
|
#include "Framework/Algorithm/Algorithm.h"
#include "Framework/Algorithm/AlgFactory.h"
#include "Framework/Algorithm/AlgConfigPool.h"
#include "Physics/QuasiElastic/XSection/QELFormFactorsModelI.h"
#include "Framework/EventGen/XSecAlgorithmI.h"
#include "Physics/QuasiElastic/XSection/ELFormFactorsModelI.h"
#include "Framework/Messenger/Messenger.h"
Go to the source code of this file.
Functions | |
void | testReconfigInCommonPool (void) |
void | testReconfigInOwnedModules (void) |
int | main (int, char **) |
int main | ( | int | , |
char ** | |||
) |
Definition at line 32 of file gtestAlgorithms.cxx.
References testReconfigInCommonPool(), and testReconfigInOwnedModules().
void testReconfigInCommonPool | ( | void | ) |
Definition at line 40 of file gtestAlgorithms.cxx.
References genie::AlgConfigPool::FindRegistry(), genie::AlgFactory::ForceReconfiguration(), genie::AlgFactory::GetAlgorithm(), genie::AlgFactory::Instance(), genie::AlgConfigPool::Instance(), LOG, pINFO, genie::Registry::Set(), and genie::Registry::UnLock().
Referenced by main().
void testReconfigInOwnedModules | ( | void | ) |
Definition at line 87 of file gtestAlgorithms.cxx.
References genie::AlgFactory::AdoptAlgorithm(), genie::Algorithm::AdoptSubstructure(), genie::Algorithm::Configure(), genie::Algorithm::GetConfig(), genie::AlgFactory::Instance(), LOG, and pINFO.
Referenced by main().