Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
@@ -54,8 +54,16 @@ class G4ErrorFreeTrajParam
G4ErrorFreeTrajParam( const G4Point3D& pos, const G4Vector3D& mom );
// build parameters from position and momentum
G4ErrorFreeTrajParam(const G4ErrorFreeTrajParam&) = default;
G4ErrorFreeTrajParam(G4ErrorFreeTrajParam&&) = default;
// The copy and move constructors
virtual ~G4ErrorFreeTrajParam(){}
G4ErrorFreeTrajParam& operator = (const G4ErrorFreeTrajParam&) = default;
G4ErrorFreeTrajParam& operator = (G4ErrorFreeTrajParam&&) = default;
// The copy and move assignment operators
void Update( const G4Track* aTrack );
// update parameters from G4Track