Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
@@ -24,8 +24,7 @@
// ********************************************************************
//
//
// $Id: G4PolarizedCompton.cc,v 1.9 2008-10-30 22:34:23 schaelic Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
// $Id$
//
//
// File name: G4PolarizedCompton
@@ -55,6 +54,7 @@
#include "G4PolarizedCompton.hh"
#include "G4SystemOfUnits.hh"
#include "G4Electron.hh"
#include "G4StokesVector.hh"
@@ -125,10 +125,10 @@ void G4PolarizedCompton::PrintInfo()
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
void G4PolarizedCompton::SetModel(const G4String& s)
void G4PolarizedCompton::SetModel(const G4String& ss)
{
if(s == "Klein-Nishina") mType = 0;
if(s == "Polarized-Compton") mType = 10;
if(ss == "Klein-Nishina") mType = 0;
if(ss == "Polarized-Compton") mType = 10;
}