Import Geant4 10.6.0 source tree
This commit is contained in:
Executable → Regular
+7
-9
@@ -23,9 +23,6 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// class G4PartialPhantomParameterisation
|
||||
//
|
||||
// Class description:
|
||||
@@ -34,9 +31,8 @@
|
||||
// completely fill the container in the three dimensions
|
||||
|
||||
// History:
|
||||
// - Created. P. Arce, September 2010
|
||||
// *********************************************************************
|
||||
|
||||
// - Created: P.Arce, September 2010
|
||||
// --------------------------------------------------------------------
|
||||
#ifndef G4PartialPhantomParameterisation_HH
|
||||
#define G4PartialPhantomParameterisation_HH
|
||||
|
||||
@@ -64,7 +60,7 @@ class G4PartialPhantomParameterisation : public G4PhantomParameterisation
|
||||
|
||||
G4Material* ComputeMaterial(const G4int repNo,
|
||||
G4VPhysicalVolume *currentVol,
|
||||
const G4VTouchable *parentTouch=0);
|
||||
const G4VTouchable *parentTouch = nullptr);
|
||||
|
||||
G4int GetReplicaNo( const G4ThreeVector& localPoint,
|
||||
const G4ThreeVector& localDir );
|
||||
@@ -79,11 +75,13 @@ class G4PartialPhantomParameterisation : public G4PhantomParameterisation
|
||||
G4Material* GetMaterial( size_t nx, size_t ny, size_t nz) const;
|
||||
G4Material* GetMaterial( size_t copyNo ) const;
|
||||
|
||||
void SetFilledIDs( std::multimap<G4int,G4int> fid ){
|
||||
void SetFilledIDs( std::multimap<G4int,G4int> fid )
|
||||
{
|
||||
fFilledIDs = fid;
|
||||
}
|
||||
|
||||
void SetFilledMins( std::map< G4int, std::map<G4int,G4int> > fmins ) {
|
||||
void SetFilledMins( std::map< G4int, std::map<G4int,G4int> > fmins )
|
||||
{
|
||||
fFilledMins = fmins;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user