19 using namespace genie;
23 Algorithm(
"genie::InteractionListAssembler")
29 Algorithm(
"genie::InteractionListAssembler", config)
49 <<
"\n*** NULL Generator List! " 50 <<
"Can not assemble the Interaction List for \n" << init_state;
65 <<
"\nQuerying EventGenerator: " << evgen->
Id().
Key()
66 <<
" for its Interaction List";
75 LOG(
"IntLst",
pINFO) <<
"\nGot list:\n" << *intlist;
78 for(intliter = intlist->begin();
79 intliter != intlist->end(); ++intliter) {
81 total_intlist->push_back(interaction);
InteractionListAssembler()
~InteractionListAssembler()
THE MAIN GENIE PROJECT NAMESPACE
Defines the InteractionListGeneratorI interface. Concrete implementations of this interface generate ...
virtual const InteractionListGeneratorI * IntListGenerator(void) const =0
InteractionList * AssembleInteractionList(const InitialState &init) const
Defines the EventGeneratorI interface.
Algorithm abstract base class.
void SetGeneratorList(EventGeneratorList *evglist)
Summary information for an interaction.
#define LOG(stream, priority)
A macro that returns the requested log4cpp::Category appending a string (using the FILE...
virtual InteractionList * CreateInteractionList(const InitialState &init) const =0
EventGeneratorList * fEventGeneratorList
virtual const AlgId & Id(void) const
Get algorithm ID.
A vector of Interaction objects.
A vector of EventGeneratorI objects.
Event Generation using GENIE, cosmics or single particles.
Initial State information.