#include <G4SPBaryonTable.hh>
Definition at line 32 of file G4SPBaryonTable.hh.
◆ ~G4SPBaryonTable()
G4SPBaryonTable::~G4SPBaryonTable |
( |
| ) |
|
|
inline |
Definition at line 37 of file G4SPBaryonTable.hh.
37{std::for_each(theBaryons.begin(), theBaryons.end(), G4SPBaryonTable::DeleteSPBaryon());}
◆ GetBaryon()
Definition at line 47 of file G4SPBaryonTable.hh.
49{
50 G4SPBaryon * result = 0;
51 for(unsigned int i=0; i<theBaryons.size(); i++)
52 {
53 if(theBaryons[i]->GetDefinition()==aDefinition)
54 {
55 result = theBaryons[i];
56 break;
57 }
58 }
59 return result;
60}
◆ insert()
void G4SPBaryonTable::insert |
( |
G4SPBaryon * | aBaryon | ) |
|
|
inline |
◆ length()
std::size_t G4SPBaryonTable::length |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: