Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4Fragment.hh File Reference
#include "globals.hh"
#include "G4Allocator.hh"
#include "G4LorentzVector.hh"
#include "G4ThreeVector.hh"
#include "G4NuclearPolarization.hh"
#include "G4NucleiProperties.hh"
#include "G4HyperNucleiProperties.hh"
#include "G4Proton.hh"
#include "G4Neutron.hh"
#include <vector>

Go to the source code of this file.

Classes

class  G4Fragment
 

Typedefs

typedef std::vector< G4Fragment * > G4FragmentVector
 

Functions

G4DLLIMPORT G4Allocator< G4Fragment > *& pFragmentAllocator ()
 

Typedef Documentation

◆ G4FragmentVector

typedef std::vector<G4Fragment*> G4FragmentVector

Definition at line 65 of file G4Fragment.hh.

Function Documentation

◆ pFragmentAllocator()

G4DLLIMPORT G4Allocator< G4Fragment > *& pFragmentAllocator ( )
extern

Definition at line 47 of file G4Fragment.cc.

48{
50 return _instance;
51}
#define G4ThreadLocalStatic
Definition tls.hh:76

Referenced by G4Fragment::operator delete(), and G4Fragment::operator new().