#include <G4CollisionNStarNToNN.hh>
Inheritance diagram for G4CollisionNStarNToNN:
Public Member Functions | |
G4CollisionNStarNToNN () | |
virtual | ~G4CollisionNStarNToNN () |
virtual G4String | GetName () const |
Protected Member Functions | |
virtual const std::vector< G4String > & | GetListOfColliders (G4int) const |
Protected Attributes | |
std::vector< G4String > | result |
Definition at line 42 of file G4CollisionNStarNToNN.hh.
G4CollisionNStarNToNN::G4CollisionNStarNToNN | ( | ) |
Definition at line 48 of file G4CollisionNStarNToNN.cc.
00049 { 00050 MakeNNStarToNN<channelType, N1400pPC, N1400nPC>::Make(this); 00051 MakeNNStarToNN<channelType, N1520pPC, N1520nPC>::Make(this); 00052 MakeNNStarToNN<channelType, N1535pPC, N1535nPC>::Make(this); 00053 MakeNNStarToNN<channelType, N1650pPC, N1650nPC>::Make(this); 00054 MakeNNStarToNN<channelType, N1675pPC, N1675nPC>::Make(this); 00055 MakeNNStarToNN<channelType, N1680pPC, N1680nPC>::Make(this); 00056 MakeNNStarToNN<channelType, N1700pPC, N1700nPC>::Make(this); 00057 MakeNNStarToNN<channelType, N1710pPC, N1710nPC>::Make(this); 00058 MakeNNStarToNN<channelType, N1720pPC, N1720nPC>::Make(this); 00059 MakeNNStarToNN<channelType, N1900pPC, N1900nPC>::Make(this); 00060 MakeNNStarToNN<channelType, N1990pPC, N1990nPC>::Make(this); 00061 MakeNNStarToNN<channelType, N2090pPC, N2090nPC>::Make(this); 00062 MakeNNStarToNN<channelType, N2190pPC, N2190nPC>::Make(this); 00063 MakeNNStarToNN<channelType, N2220pPC, N2220nPC>::Make(this); 00064 MakeNNStarToNN<channelType, N2250pPC, N2250nPC>::Make(this); 00065 }
virtual G4CollisionNStarNToNN::~G4CollisionNStarNToNN | ( | ) | [inline, virtual] |
virtual const std::vector<G4String>& G4CollisionNStarNToNN::GetListOfColliders | ( | G4int | ) | const [inline, protected, virtual] |
Implements G4VCollision.
Definition at line 60 of file G4CollisionNStarNToNN.hh.
References result.
00061 { 00062 throw G4HadronicException(__FILE__, __LINE__, "Tried to call G4CollisionNStarNToNN::GetListOfColliders. Please find out why!"); 00063 return result; 00064 }
virtual G4String G4CollisionNStarNToNN::GetName | ( | ) | const [inline, virtual] |
std::vector<G4String> G4CollisionNStarNToNN::result [protected] |