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.
May 24, 2005
Copyright (c) 2003-2020, The GENIE Collaboration For the full text of the license visit http://copyright.genie-mc.org
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.
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.
|
friend |
Definition at line 21 of file GEVGPool.cxx.