#include <G4GeneralNNCollision.hh>
Static Public Member Functions | |
static void | Make (G4CollisionComposite *aC) |
Definition at line 94 of file G4GeneralNNCollision.hh.
static void G4GeneralNNCollision::MakeNNToDeltaNstar< Np, channelType, Nn >::Make | ( | G4CollisionComposite * | aC | ) | [inline, static] |
Definition at line 95 of file G4GeneralNNCollision.hh.
References G4ForEach< group >::Apply(), and GROUP6.
00096 { 00097 typedef INT4<channelType, NeutronPC, NeutronPC, D1232::D0, Nn> theC1; 00098 typedef INT4<channelType, NeutronPC, NeutronPC, D1232::Dm, Np> theC2; 00099 typedef INT4<channelType, ProtonPC, ProtonPC, D1232::Dp, Np> theC3; 00100 typedef INT4<channelType, ProtonPC, ProtonPC, D1232::Dpp, Nn> theC4; 00101 typedef INT4<channelType, NeutronPC, ProtonPC, D1232::D0, Np> theC5; 00102 typedef INT4<channelType, NeutronPC, ProtonPC, D1232::Dp, Nn> theC6; 00103 typedef GROUP6(theC1, theC2, theC3, theC4, theC5, theC6) theChannels; 00104 G4CollisionComposite::Resolve aR; 00105 G4ForEach<theChannels>::Apply(&aR, aC); 00106 }};