|
GENIEGenerator
|
A vector of Interaction objects. More...
#include <InteractionList.h>


Public Member Functions | |
| InteractionList () | |
| InteractionList (const InteractionList &intl) | |
| ~InteractionList () | |
| void | Reset (void) |
| void | Append (const InteractionList &intl) |
| void | Copy (const InteractionList &intl) |
| void | Print (ostream &stream) const |
| InteractionList & | operator= (const InteractionList &intl) |
Friends | |
| ostream & | operator<< (ostream &stream, const InteractionList &intl) |
A vector of Interaction objects.
Definition at line 34 of file InteractionList.h.
| InteractionList::InteractionList | ( | ) |
Definition at line 28 of file InteractionList.cxx.
| InteractionList::InteractionList | ( | const InteractionList & | intl | ) |
Definition at line 34 of file InteractionList.cxx.
References Copy().
| InteractionList::~InteractionList | ( | ) |
| void InteractionList::Append | ( | const InteractionList & | intl | ) |
Definition at line 57 of file InteractionList.cxx.
Referenced by genie::XSecAlgorithmMap::BuildMap(), and genie::InteractionGeneratorMap::BuildMap().
| void InteractionList::Copy | ( | const InteractionList & | intl | ) |
Definition at line 66 of file InteractionList.cxx.
References Reset().
Referenced by InteractionList(), and operator=().
| InteractionList & InteractionList::operator= | ( | const InteractionList & | intl | ) |
Definition at line 88 of file InteractionList.cxx.
References Copy().
| void InteractionList::Print | ( | ostream & | stream | ) | const |
| void InteractionList::Reset | ( | void | ) |
Definition at line 45 of file InteractionList.cxx.
References clear.
Referenced by Copy(), and ~InteractionList().
|
friend |
Definition at line 20 of file InteractionList.cxx.
1.8.5