Problem 276 - rho0 particle is in a decay chain and it does not exists any more
Summary: rho0 particle is in a decay chain and it does not exists any more
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: particles (show other problems)
Version: 1.0
Hardware: Sun Solaris
: P2 normal
Assignee: kurasige
URL:
Depends on:
Blocks:
 
Reported: 2001-07-18 02:58 CEST by Pedro.Arce
Modified: 2001-07-19 03:23 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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.