Import Geant4 10.7.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2020-06-26 10:23:25 +02:00
parent c02c370437
commit 67ba86d073
1871 changed files with 174422 additions and 131884 deletions
@@ -117,7 +117,14 @@ class G4VPrimitiveScorer
{ if(!(filter->Accept(aStep))) return false; }
return ProcessHits(aStep,ROhis);
}
protected:
G4VSolid* ComputeSolid(G4Step* aStep, G4int replicaIdx );
// Get the solid at current depth, ensuring it's correct by
// calling a parameterisation is called if it's that volume type
G4VSolid* ComputeCurrentSolid(G4Step* aStep);
// Same as above -- using stored replica number
protected:
G4int fNi, fNj, fNk; // used for 3D scorers
public:
@@ -125,7 +132,5 @@ class G4VPrimitiveScorer
{ fNi = i; fNj = j; fNk = k; }
};
#endif