|
GENIEGenerator
|
A pool of GEVGDriver objects with an initial state key. More...
#include <GEVGPool.h>


Public Member Functions | |
| GEVGPool () | |
| ~GEVGPool () | |
| GEVGDriver * | FindDriver (const InitialState &init) const |
| GEVGDriver * | FindDriver (string init) const |
| void | Print (ostream &stream) const |
Friends | |
| ostream & | operator<< (ostream &stream, const GEVGPool &pool) |
A pool of GEVGDriver objects with an initial state key.
Definition at line 37 of file GEVGPool.h.
| GEVGPool::GEVGPool | ( | ) |
Definition at line 28 of file GEVGPool.cxx.
| GEVGPool::~GEVGPool | ( | ) |
Definition at line 34 of file GEVGPool.cxx.
| GEVGDriver * GEVGPool::FindDriver | ( | const InitialState & | init | ) | const |
Definition at line 44 of file GEVGPool.cxx.
References genie::InitialState::AsString().
Referenced by CalcTotalXSec(), and GenerateEvent().
| GEVGDriver * GEVGPool::FindDriver | ( | string | init | ) | const |
Definition at line 51 of file GEVGPool.cxx.
| void GEVGPool::Print | ( | ostream & | stream | ) | const |
Definition at line 65 of file GEVGPool.cxx.
Referenced by genie::operator<<().
|
friend |
Definition at line 21 of file GEVGPool.cxx.
1.8.5