GENIEGenerator
Loading...
Searching...
No Matches
Interaction.cxx File Reference
Include dependency graph for Interaction.cxx:

Go to the source code of this file.

Functions

 ClassImp (Interaction) namespace genie

Function Documentation

◆ ClassImp()

ClassImp ( Interaction )

Definition at line 34 of file Interaction.cxx.

37 {
38 ostream & operator<< (ostream& stream, const Interaction & interaction)
39 {
40 interaction.Print(stream);
41 return stream;
42 }
43}
Summary information for an interaction.
Definition Interaction.h:56
void Print(ostream &stream) const
ostream & operator<<(ostream &stream, const AlgConfigPool &config_pool)

References genie::operator<<(), and genie::Interaction::Print().