46 #ifndef G4PionRadiativeDecayChannel_h 
   47 #define G4PionRadiativeDecayChannel_h 1 
   99   G4double d2w = 
cib*(1.-y)*(1.+((1.-x)*(1.-x)))/((x*x)*(x+y-1.)) +
 
  100                  csdp*(1.-x)*((x+y-1.)*(x+y-1.)) +
 
  101                  csdm*(1.-x)*((1.-y)*(1.-y)) +
 
  102                  cif*(x-1.)*(1.-y)/x +
 
  103                  cig*(1.-y)*(1.-x+(x*x)/(x+y-1.))/x;
 
G4PionRadiativeDecayChannel & operator=(const G4PionRadiativeDecayChannel &)
 
G4double D2W(const G4double x, const G4double y)
 
G4PionRadiativeDecayChannel()
 
virtual ~G4PionRadiativeDecayChannel()
 
virtual G4DecayProducts * DecayIt(G4double)