36 GEVGPool::const_iterator giter;
37 for(giter = this->begin(); giter != this->end(); ++giter) {
55 if ( this->count(init) == 1 ) {
56 GEVGPool::const_iterator giter = this->find(init);
57 driver = giter->second;
60 <<
"No GEVGDriver object for init-state: " << init <<
" in pool";
67 stream <<
"\n GEVGDriver List:" << endl;
69 GEVGPool::const_iterator giter;
71 for(giter = this->begin(); giter != this->end(); ++giter) {
73 string init_state = giter->first;
76 stream <<
"\n[" << init_state <<
"]";
#define LOG(stream, priority)
A macro that returns the requested log4cpp::Category appending a string (using the FILE,...
GENIE Event Generation Driver. A minimalist user interface object for generating neutrino interaction...
void Print(ostream &stream) const
GEVGDriver * FindDriver(const InitialState &init) const
Initial State information.
string AsString(void) const
THE MAIN GENIE PROJECT NAMESPACE
ostream & operator<<(ostream &stream, const AlgConfigPool &config_pool)