Import Geant4 11.2.1 source tree

This commit is contained in:
Gabriele Cosmo
2024-02-16 14:58:45 +01:00
parent 860a2b92bf
commit dda54bbdcf
331 changed files with 48457 additions and 50699 deletions
@@ -32,6 +32,7 @@
#define G4StatMFChannel_h 1
#include <deque>
#include <vector>
#include "G4StatMFParameters.hh"
#include "G4StatMFFragment.hh"
@@ -93,6 +94,9 @@ private:
private:
std::deque<G4StatMFFragment*> _theFragments;
std::vector<G4ThreeVector> Pos;
std::vector<G4ThreeVector> Vel;
std::vector<G4ThreeVector> Accel;
G4int _NumOfNeutralFragments;