Import Geant4 5.2.0 source tree
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: G4FluoTransition.cc,v 1.2 ????
|
||||
// GEANT4 tag $Name: geant4-05-01 $
|
||||
// GEANT4 tag $Name: geant4-05-02 $
|
||||
//
|
||||
// Author: Elena Guardincerri (Elena.Guardincerri@ge.infn.it)
|
||||
//
|
||||
@@ -36,7 +36,7 @@
|
||||
#include "G4FluoTransition.hh"
|
||||
|
||||
G4FluoTransition::G4FluoTransition(G4int finalShell,
|
||||
const G4std::vector<G4int>& ids,
|
||||
const std::vector<G4int>& ids,
|
||||
const G4DataVector& energies,
|
||||
const G4DataVector& prob)
|
||||
:finalShellId(finalShell),
|
||||
@@ -48,7 +48,7 @@ G4FluoTransition::G4FluoTransition(G4int finalShell,
|
||||
G4FluoTransition::~G4FluoTransition()
|
||||
{ }
|
||||
|
||||
const G4std::vector<G4int>& G4FluoTransition::OriginatingShellIds() const
|
||||
const std::vector<G4int>& G4FluoTransition::OriginatingShellIds() const
|
||||
{
|
||||
return originatingShellIds;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user