Import Geant4 11.2.2 source tree
This commit is contained in:
@@ -110,6 +110,15 @@ protected:
|
||||
void ShootAtFixedPosition(G4MoleculeGun*){}
|
||||
};
|
||||
|
||||
template<>
|
||||
void TG4MoleculeShoot<G4Track>::ShootAtRandomPosition(G4MoleculeGun* gun);
|
||||
|
||||
template<>
|
||||
void TG4MoleculeShoot<G4Track>::ShootAtFixedPosition(G4MoleculeGun* gun);
|
||||
|
||||
template<>
|
||||
void TG4MoleculeShoot<G4Track>::Shoot(G4MoleculeGun* gun);
|
||||
|
||||
template<typename TYPE>
|
||||
G4shared_ptr<G4MoleculeShoot> G4MoleculeShoot::ChangeType()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user