G4ExcitedBaryons Class Reference

#include <G4ExcitedBaryons.hh>

Inheritance diagram for G4ExcitedBaryons:

G4VShortLivedParticle G4ParticleDefinition

Public Member Functions

 G4ExcitedBaryons (const G4String &aName, G4double mass, G4double width, G4double charge, G4int iSpin, G4int iParity, G4int iConjugation, G4int iIsospin, G4int iIsospin3, G4int gParity, const G4String &pType, G4int lepton, G4int baryon, G4int encoding, G4bool stable, G4double lifetime, G4DecayTable *decaytable)
virtual ~G4ExcitedBaryons ()
void SetMultipletName (const G4String &name)

Detailed Description

Definition at line 49 of file G4ExcitedBaryons.hh.


Constructor & Destructor Documentation

G4ExcitedBaryons::G4ExcitedBaryons ( const G4String aName,
G4double  mass,
G4double  width,
G4double  charge,
G4int  iSpin,
G4int  iParity,
G4int  iConjugation,
G4int  iIsospin,
G4int  iIsospin3,
G4int  gParity,
const G4String pType,
G4int  lepton,
G4int  baryon,
G4int  encoding,
G4bool  stable,
G4double  lifetime,
G4DecayTable decaytable 
)

Definition at line 46 of file G4ExcitedBaryons.cc.

00056  : G4VShortLivedParticle( aName,mass,width,charge,iSpin,iParity,
00057            iConjugation,iIsospin,iIsospin3,gParity,pType,
00058            lepton,baryon,encoding,stable,lifetime,decaytable )
00059 {
00060 }

G4ExcitedBaryons::~G4ExcitedBaryons (  )  [virtual]

Definition at line 62 of file G4ExcitedBaryons.cc.

00062 {}


Member Function Documentation

void G4ExcitedBaryons::SetMultipletName ( const G4String name  )  [inline]

Definition at line 68 of file G4ExcitedBaryons.hh.

References G4ParticleDefinition::SetParticleSubType().

Referenced by G4ShortLivedConstructor::ConstructBaryons().

00069 {
00070    SetParticleSubType(name);
00071 }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:51:57 2013 for Geant4 by  doxygen 1.4.7