Problem 276

Summary: rho0 particle is in a decay chain and it does not exists any more
Product: Geant4 Reporter: Pedro.Arce
Component: particlesAssignee: kurasige
Status: RESOLVED FIXED    
Severity: normal CC: Pedro.Arce
Priority: P2    
Version: 1.0   
Hardware: Sun   
OS: Solaris   

Description Pedro.Arce 2001-07-18 02:58:56 CEST
I get running geant4.3.2

G4VDecayChannel::FillDaughters  0:rho0 is not defined !!

while G4RhoZero does not exists since geant4.2.0
Comment 1 kurasige 2001-07-19 03:23:59 CEST
The class G4RhoZero does not exist because "rho0" particle is not stable
particle. Now rho0 is defined as a G4ExcitedMeson object. So, you should invoke
G4ShortLivedConstrcutor::ConstructParticle() method.