Geant4  10.03.p03
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4Fancy3DNucleus.cc File Reference
#include <algorithm>
#include "G4Fancy3DNucleus.hh"
#include "G4Fancy3DNucleusHelper.hh"
#include "G4NuclearFermiDensity.hh"
#include "G4NuclearShellModelDensity.hh"
#include "G4NucleiProperties.hh"
#include "G4Nucleon.hh"
#include "G4SystemOfUnits.hh"
#include "Randomize.hh"
#include "G4ios.hh"
#include "G4Pow.hh"
#include "G4HadronicException.hh"
Include dependency graph for G4Fancy3DNucleus.cc:

Go to the source code of this file.

Functions

bool G4Fancy3DNucleusHelperForSortInZ (const G4Nucleon &nuc1, const G4Nucleon &nuc2)
 

Function Documentation

bool G4Fancy3DNucleusHelperForSortInZ ( const G4Nucleon nuc1,
const G4Nucleon nuc2 
)

Definition at line 139 of file G4Fancy3DNucleus.cc.

140 {
141  return nuc1.GetPosition().z() < nuc2.GetPosition().z();
142 }
virtual const G4ThreeVector & GetPosition() const
Definition: G4Nucleon.hh:68
double z() const

Here is the call graph for this function:

Here is the caller graph for this function: