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