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.
May 13, 2005
Copyright (c) 2003-2020, The GENIE Collaboration For the full text of the license visit http://copyright.genie-mc.org
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.
InteractionList::~InteractionList | ( | ) |
Definition at line 40 of file InteractionList.cxx.
void InteractionList::Append | ( | const InteractionList & | intl | ) |
Definition at line 57 of file InteractionList.cxx.
void InteractionList::Copy | ( | const InteractionList & | intl | ) |
Definition at line 66 of file InteractionList.cxx.
InteractionList & InteractionList::operator= | ( | const InteractionList & | intl | ) |
Definition at line 88 of file InteractionList.cxx.
void InteractionList::Print | ( | ostream & | stream | ) | const |
Definition at line 77 of file InteractionList.cxx.
void InteractionList::Reset | ( | void | ) |
Definition at line 45 of file InteractionList.cxx.
|
friend |
Definition at line 20 of file InteractionList.cxx.