18 #ifndef _GEVG_DRIVER_POOL_H_ 
   19 #define _GEVG_DRIVER_POOL_H_ 
   35 ostream & 
operator << (ostream & stream, 
const GEVGPool & pool);
 
   37 class GEVGPool : 
public map<string, GEVGDriver *> {
 
   47   void Print (ostream & stream) 
const;
 
   54 #endif // _GEVG_DRIVER_POOL_H_ 
friend ostream & operator<<(ostream &stream, const GEVGPool &pool)
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.