18 #ifndef _GEVG_DRIVER_POOL_H_ 19 #define _GEVG_DRIVER_POOL_H_ 37 class GEVGPool :
public map<string, GEVGDriver *> {
54 #endif // _GEVG_DRIVER_POOL_H_ friend ostream & operator<<(ostream &stream, const GEVGPool &pool)
THE MAIN GENIE PROJECT NAMESPACE
GEVGDriver * FindDriver(const InitialState &init) const
GENIE Event Generation Driver. A minimalist user interface object for generating neutrino interaction...
void Print(ostream &stream) const
ostream & operator<<(ostream &stream, const AlgConfigPool &config_pool)
Initial State information.
A pool of GEVGDriver objects with an initial state key.