Changeset 1230 for trunk/examples/advanced/radioprotection/src
- Timestamp:
- Jan 8, 2010, 3:02:48 PM (16 years ago)
- Location:
- trunk/examples/advanced/radioprotection/src
- Files:
-
- 28 edited
-
RemSimAnalysisManager.cc (modified) (3 diffs)
-
RemSimDecay.cc (modified) (1 diff)
-
RemSimDecorator.cc (modified) (1 diff)
-
RemSimDetectorConstruction.cc (modified) (1 diff)
-
RemSimDetectorMessenger.cc (modified) (1 diff)
-
RemSimElectronEEDL.cc (modified) (3 diffs)
-
RemSimEventAction.cc (modified) (1 diff)
-
RemSimHadronicBertini.cc (modified) (2 diffs)
-
RemSimHadronicBinary.cc (modified) (2 diffs)
-
RemSimIonICRU.cc (modified) (4 diffs)
-
RemSimMaterial.cc (modified) (1 diff)
-
RemSimMoonHabitat.cc (modified) (1 diff)
-
RemSimMuonStandard.cc (modified) (3 diffs)
-
RemSimPhotonEPDL.cc (modified) (3 diffs)
-
RemSimPhysicsList.cc (modified) (1 diff)
-
RemSimPhysicsListMessenger.cc (modified) (1 diff)
-
RemSimPositronStandard.cc (modified) (3 diffs)
-
RemSimPrimaryGeneratorMessenger.cc (modified) (1 diff)
-
RemSimROGeometry.cc (modified) (1 diff)
-
RemSimRoofDecorator.cc (modified) (1 diff)
-
RemSimRunAction.cc (modified) (1 diff)
-
RemSimSensitiveDetector.cc (modified) (1 diff)
-
RemSimShelterSPEDecorator.cc (modified) (1 diff)
-
RemSimShieldingDecorator.cc (modified) (1 diff)
-
RemSimSteppingAction.cc (modified) (1 diff)
-
RemSimSteppingActionMessenger.cc (modified) (1 diff)
-
RemSimVGeometryComponent.cc (modified) (1 diff)
-
RemSimVehicle1.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/advanced/radioprotection/src/RemSimAnalysisManager.cc
r807 r1230 30 30 // ******************************* 31 31 // 32 // $Id: RemSimAnalysisManager.cc,v 1.1 2 2006/06/29 16:23:31 gunterExp $32 // $Id: RemSimAnalysisManager.cc,v 1.13 2009/11/15 23:23:24 cirrone Exp $ 33 33 // 34 34 // Author:Susanna Guatelli, guatelli@ge.infn.it … … 61 61 { 62 62 aFact = AIDA_createAnalysisFactory(); 63 fileFormat = " hbook";63 fileFormat = "xml"; 64 64 } 65 65 … … 125 125 126 126 127 theTree = treeFact -> create("remsim.hbk", "hbook", false, true); 128 G4cout << "The format of the output file is hbook" << G4endl; 127 theTree = treeFact -> create("remsim.xml", "xml",false, true,"uncompressed"); 128 129 G4cout << "The format of the output file is xml" << G4endl; 129 130 130 131 histogramFactory = aFact -> createHistogramFactory(*theTree); -
trunk/examples/advanced/radioprotection/src/RemSimDecay.cc
r807 r1230 32 32 // 33 33 // $Id: RemSimDecay.cc,v 1.5 2006/06/29 16:23:35 gunter Exp $ 34 // GEANT4 tag $Name: $34 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 35 35 // 36 36 // Author:Susanna Guatelli, guatelli@ge.infn.it -
trunk/examples/advanced/radioprotection/src/RemSimDecorator.cc
r807 r1230 32 32 // 33 33 // $Id: RemSimDecorator.cc,v 1.6 2006/06/29 16:23:37 gunter Exp $ 34 // GEANT4 tag $Name: $34 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 35 35 // 36 36 // Author:Susanna Guatelli, guatelli@ge.infn.it -
trunk/examples/advanced/radioprotection/src/RemSimDetectorConstruction.cc
r807 r1230 32 32 // 33 33 // $Id: RemSimDetectorConstruction.cc,v 1.17 2006/06/29 16:23:39 gunter Exp $ 34 // GEANT4 tag $Name: $34 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 35 35 // 36 36 // Author:Susanna Guatelli, guatelli@ge.infn.it -
trunk/examples/advanced/radioprotection/src/RemSimDetectorMessenger.cc
r807 r1230 36 36 // 37 37 // $Id: RemSimDetectorMessenger.cc,v 1.13 2006/06/29 16:23:41 gunter Exp $ 38 // GEANT4 tag $Name: $38 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 39 39 // 40 40 // -
trunk/examples/advanced/radioprotection/src/RemSimElectronEEDL.cc
r807 r1230 24 24 // ******************************************************************** 25 25 // 26 // $Id: RemSimElectronEEDL.cc,v 1. 6 2006/06/29 16:23:43 gunterExp $27 // GEANT4 tag $Name: $26 // $Id: RemSimElectronEEDL.cc,v 1.7 2009/11/12 05:12:18 cirrone Exp $ 27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // Author: Susanna Guatelli, guatelloi@ge.infn.it … … 32 32 #include "G4ProcessManager.hh" 33 33 #include "G4ParticleDefinition.hh" 34 #include "G4MultipleScattering.hh" 35 #include "G4LowEnergyIonisation.hh" 36 #include "G4LowEnergyBremsstrahlung.hh" 34 // e- 35 #include "G4eMultipleScattering.hh" 36 #include "G4eIonisation.hh" 37 #include "G4LivermoreIonisationModel.hh" 38 #include "G4eBremsstrahlung.hh" 39 #include "G4LivermoreBremsstrahlungModel.hh" 37 40 #include "G4StepLimiter.hh" 38 41 … … 52 55 { 53 56 G4ParticleDefinition* particle = theParticleIterator -> value(); 54 G4ProcessManager* manager = particle -> GetProcessManager();57 G4ProcessManager* pmanager = particle -> GetProcessManager(); 55 58 G4String particleName = particle -> GetParticleName(); 56 59 57 60 if (particleName == "e-") 58 61 { 59 manager -> AddProcess(new G4MultipleScattering, -1, 1,1); 60 manager -> AddProcess(new G4LowEnergyIonisation, -1, 2,2); 61 manager -> AddProcess(new G4LowEnergyBremsstrahlung,-1,-1,3); 62 manager -> AddProcess(new G4StepLimiter(),-1,-1,3); 62 G4eMultipleScattering* msc = new G4eMultipleScattering(); 63 msc->SetStepLimitType(fUseDistanceToBoundary); 64 pmanager->AddProcess(msc,-1, 1, 1); 65 66 // Ionisation 67 G4eIonisation* eIonisation = new G4eIonisation(); 68 eIonisation->SetEmModel(new G4LivermoreIonisationModel()); 69 eIonisation->SetStepFunction(0.2, 100*um); //improved precision in tracking 70 pmanager->AddProcess(eIonisation,-1, 2, 2); 71 72 // Bremsstrahlung 73 G4eBremsstrahlung* eBremsstrahlung = new G4eBremsstrahlung(); 74 eBremsstrahlung->SetEmModel(new G4LivermoreBremsstrahlungModel()); 75 pmanager->AddProcess(eBremsstrahlung, -1,-3, 3); 76 77 // Step Limiter 78 pmanager -> AddProcess(new G4StepLimiter(), -1,-1,3); 63 79 } 64 80 } -
trunk/examples/advanced/radioprotection/src/RemSimEventAction.cc
r807 r1230 32 32 // 33 33 // $Id: RemSimEventAction.cc,v 1.9 2006/06/29 16:23:45 gunter Exp $ 34 // GEANT4 tag $Name: $34 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 35 35 // 36 36 // Author : Susanna Guatelli, guatelli@ge.infn.it -
trunk/examples/advanced/radioprotection/src/RemSimHadronicBertini.cc
r807 r1230 30 30 // ************************************** 31 31 // 32 // $Id: RemSimHadronicBertini.cc,v 1. 5 2006/11/15 18:39:30 guatelliExp $33 // GEANT4 tag $Name: $32 // $Id: RemSimHadronicBertini.cc,v 1.6 2009/11/12 05:12:18 cirrone Exp $ 33 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 34 34 // 35 35 // Author : Susanna Guatelli, guatelli@ge.infn.it … … 261 261 // Energy limit of the binary ion model 262 262 G4double binaryIonLowLimit = 80. * MeV; 263 G4double binaryIonHighLimit = 40 . * GeV;263 G4double binaryIonHighLimit = 400. * GeV; 264 264 binaryIonModel->SetMinEnergy(binaryIonLowLimit); 265 265 binaryIonModel->SetMaxEnergy(binaryIonHighLimit); -
trunk/examples/advanced/radioprotection/src/RemSimHadronicBinary.cc
r807 r1230 30 30 // ************************************** 31 31 // 32 // $Id: RemSimHadronicBinary.cc,v 1. 7 2006/11/15 18:39:30 guatelliExp $33 // GEANT4 tag $Name: $32 // $Id: RemSimHadronicBinary.cc,v 1.8 2009/11/12 05:12:18 cirrone Exp $ 33 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 34 34 // 35 35 // Author : Susanna Guatelli, guatelli@ge.infn.it … … 257 257 // Energy limit of the binary ion model 258 258 G4double binaryIonLowLimit = 80. * MeV; 259 G4double binaryIonHighLimit = 40 . * GeV;259 G4double binaryIonHighLimit = 400. * GeV; 260 260 binaryIonModel->SetMinEnergy(binaryIonLowLimit); 261 261 binaryIonModel->SetMaxEnergy(binaryIonHighLimit); -
trunk/examples/advanced/radioprotection/src/RemSimIonICRU.cc
r807 r1230 24 24 // ******************************************************************** 25 25 // 26 // $Id: RemSimIonICRU.cc,v 1.1 0 2006/06/29 16:23:51 gunterExp $27 // GEANT4 tag $Name: $26 // $Id: RemSimIonICRU.cc,v 1.11 2009/11/12 05:12:18 cirrone Exp $ 27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // Author: Susanna Guatelli, guatelli@ge.infn.it … … 32 32 #include "G4ProcessManager.hh" 33 33 #include "G4ParticleDefinition.hh" 34 #include "G4MultipleScattering.hh" 35 #include "G4hLowEnergyIonisation.hh" 34 #include "G4hMultipleScattering.hh" 36 35 #include "G4hIonisation.hh" 37 #include "G4 hLowEnergyLoss.hh"36 #include "G4ionIonisation.hh" 38 37 #include "G4StepLimiter.hh" 38 #include "G4IonParametrisedLossModel.hh" 39 39 40 40 RemSimIonICRU::RemSimIonICRU(const G4String& name): G4VPhysicsConstructor(name) … … 55 55 G4double charge = particle -> GetPDGCharge(); 56 56 57 if (particleName == "proton" || particleName == "GenericIon" 58 || particleName == "alpha" ) 57 if (particleName == "proton" 58 || particleName == "pi+" 59 || particleName == "pi-") 59 60 { 60 G4hLowEnergyIonisation* ionisation = new G4hLowEnergyIonisation(); 61 G4VProcess* multipleScattering = new G4MultipleScattering(); 62 manager -> AddProcess(multipleScattering, -1,1,1); 63 manager -> AddProcess(ionisation, -1,2,2); 61 manager -> AddProcess(new G4hMultipleScattering, -1,1,1); 62 63 G4hIonisation* ionisation = new G4hIonisation(); 64 ionisation -> SetStepFunction(0.2, 50*um); 65 manager -> AddProcess(ionisation, -1,2,2); 66 manager -> AddProcess(new G4StepLimiter(),-1,-1,3); 67 } 68 69 else if(particleName == "alpha" || 70 particleName == "deuteron" || 71 particleName == "triton" || 72 particleName == "He3") 73 { 74 //multiple scattering 75 manager->AddProcess(new G4hMultipleScattering,-1,1,1); 76 77 //ionisation 78 G4ionIonisation* ionIoni = new G4ionIonisation(); 79 ionIoni->SetStepFunction(0.1, 20*um); 80 manager->AddProcess(ionIoni,-1, 2, 2); 81 manager -> AddProcess(new G4StepLimiter(),-1,-1,3); 82 } 83 84 else if (particleName == "GenericIon") 85 { 86 // OBJECT may be dynamically created as either a GenericIon or nucleus 87 // G4Nucleus exists and therefore has particle type nucleus 88 // genericIon: 89 90 //multiple scattering 91 manager->AddProcess(new G4hMultipleScattering,-1,1,1); 92 93 //ionisation 94 G4ionIonisation* ionIoni = new G4ionIonisation(); 95 ionIoni->SetEmModel(new G4IonParametrisedLossModel()); 96 ionIoni->SetStepFunction(0.1, 20*um); 97 manager->AddProcess(ionIoni,-1, 2, 2); 64 98 manager -> AddProcess(new G4StepLimiter(),-1,-1,3); 65 99 } 66 100 else{ 67 101 if (( charge != 0. ) && particleName != "e+" && particleName != "mu+" && 68 particleName != "e-" && particleName != "mu-") 102 particleName != "e-" && particleName != "mu-") 69 103 { 70 104 if((!particle -> IsShortLived()) && 71 105 (particle -> GetParticleName() != "chargedgeantino")) 72 106 { 73 G4h LowEnergyIonisation* ionisation = new G4hLowEnergyIonisation();74 G4VProcess* multipleScattering = new G4 MultipleScattering();107 G4hIonisation* ionisation = new G4hIonisation(); 108 G4VProcess* multipleScattering = new G4hMultipleScattering(); 75 109 manager -> AddProcess(multipleScattering, -1,1,1); 76 110 manager -> AddProcess(ionisation, -1,2,2); … … 78 112 } 79 113 } 80 }} 114 } 115 } 81 116 } 82 117 -
trunk/examples/advanced/radioprotection/src/RemSimMaterial.cc
r807 r1230 34 34 // 35 35 // $Id: RemSimMaterial.cc,v 1.7 2006/06/29 16:23:53 gunter Exp $ 36 // GEANT4 tag $Name: $36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38 -
trunk/examples/advanced/radioprotection/src/RemSimMoonHabitat.cc
r807 r1230 32 32 // 33 33 // $Id: RemSimMoonHabitat.cc,v 1.7 2006/06/29 16:23:55 gunter Exp $ 34 // GEANT4 tag $Name: $34 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 35 35 // 36 36 // Author:Susanna Guatelli, guatelli@ge.infn.it -
trunk/examples/advanced/radioprotection/src/RemSimMuonStandard.cc
r807 r1230 24 24 // ******************************************************************** 25 25 // 26 // $Id: RemSimMuonStandard.cc,v 1. 6 2006/06/29 16:23:57 gunterExp $27 // GEANT4 tag $Name: $26 // $Id: RemSimMuonStandard.cc,v 1.7 2009/11/12 05:12:18 cirrone Exp $ 27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // Author:Susanna Guatelli, guatelli@ge.infn.it … … 34 34 //muon: 35 35 #include "G4hIonisation.hh" 36 #include "G4Mu ltipleScattering.hh"36 #include "G4MuMultipleScattering.hh" 37 37 #include "G4MuIonisation.hh" 38 38 #include "G4MuBremsstrahlung.hh" … … 61 61 if(( particleName == "mu+")|| (particleName == "mu-" )) 62 62 {//muon 63 G4VProcess* aMultipleScattering = new G4Mu ltipleScattering();63 G4VProcess* aMultipleScattering = new G4MuMultipleScattering(); 64 64 G4VProcess* aBremsstrahlung = new G4MuBremsstrahlung(); 65 65 G4VProcess* aPairProduction = new G4MuPairProduction(); -
trunk/examples/advanced/radioprotection/src/RemSimPhotonEPDL.cc
r807 r1230 24 24 // ******************************************************************** 25 25 // 26 // $Id: RemSimPhotonEPDL.cc,v 1. 7 2006/06/29 16:24:01 gunterExp $27 // GEANT4 tag $Name: $26 // $Id: RemSimPhotonEPDL.cc,v 1.8 2009/11/12 05:12:18 cirrone Exp $ 27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // Author:Susanna Guatelli, guatelli@ge.infn.it … … 34 34 #include "G4Gamma.hh" 35 35 #include "G4ParticleDefinition.hh" 36 #include "G4LowEnergyCompton.hh" 37 #include "G4LowEnergyGammaConversion.hh" 38 #include "G4LowEnergyPhotoElectric.hh" 39 #include "G4LowEnergyRayleigh.hh" 36 37 #include "G4PhotoElectricEffect.hh" 38 #include "G4LivermorePhotoElectricModel.hh" 39 40 #include "G4ComptonScattering.hh" 41 #include "G4LivermoreComptonModel.hh" 42 43 #include "G4GammaConversion.hh" 44 #include "G4LivermoreGammaConversionModel.hh" 45 46 #include "G4RayleighScattering.hh" 47 #include "G4LivermoreRayleighModel.hh" 48 40 49 #include "G4StepLimiter.hh" 41 50 … … 56 65 { 57 66 G4ParticleDefinition* particle = theParticleIterator -> value(); 58 G4ProcessManager* manager = particle -> GetProcessManager();67 G4ProcessManager* pmanager = particle -> GetProcessManager(); 59 68 G4String particleName = particle -> GetParticleName(); 60 69 61 70 if (particleName == "gamma") 62 71 { 63 manager -> AddDiscreteProcess(new G4LowEnergyPhotoElectric); 64 manager -> AddDiscreteProcess(new G4LowEnergyCompton); 65 manager -> AddDiscreteProcess(new G4LowEnergyGammaConversion); 66 manager -> AddDiscreteProcess(new G4LowEnergyRayleigh); 67 manager -> AddProcess(new G4StepLimiter(),-1,-1,3); 72 // Photon 73 G4RayleighScattering* theRayleigh = new G4RayleighScattering(); 74 theRayleigh->SetModel(new G4LivermoreRayleighModel()); //not strictly necessary 75 pmanager->AddDiscreteProcess(theRayleigh); 76 77 G4PhotoElectricEffect* thePhotoElectricEffect = new G4PhotoElectricEffect(); 78 thePhotoElectricEffect->SetModel(new G4LivermorePhotoElectricModel()); 79 pmanager->AddDiscreteProcess(thePhotoElectricEffect); 80 81 G4ComptonScattering* theComptonScattering = new G4ComptonScattering(); 82 theComptonScattering->SetModel(new G4LivermoreComptonModel()); 83 pmanager->AddDiscreteProcess(theComptonScattering); 84 85 G4GammaConversion* theGammaConversion = new G4GammaConversion(); 86 theGammaConversion->SetModel(new G4LivermoreGammaConversionModel()); 87 pmanager->AddDiscreteProcess(theGammaConversion); 88 89 pmanager->AddProcess(new G4StepLimiter(), -1,-1,3); 68 90 } 69 91 } -
trunk/examples/advanced/radioprotection/src/RemSimPhysicsList.cc
r807 r1230 25 25 // 26 26 // $Id: RemSimPhysicsList.cc,v 1.10 2006/06/29 16:24:03 gunter Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // Author: Susanna Guatelli -
trunk/examples/advanced/radioprotection/src/RemSimPhysicsListMessenger.cc
r807 r1230 25 25 // 26 26 // $Id: RemSimPhysicsListMessenger.cc,v 1.4 2006/06/29 16:24:05 gunter Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // Author: Susanna Guatelli, guatelli@ge.infn.it -
trunk/examples/advanced/radioprotection/src/RemSimPositronStandard.cc
r807 r1230 24 24 // ******************************************************************** 25 25 // 26 // $Id: RemSimPositronStandard.cc,v 1. 6 2006/06/29 16:24:07 gunterExp $27 // GEANT4 tag $Name: $26 // $Id: RemSimPositronStandard.cc,v 1.8 2009/11/12 05:29:47 cirrone Exp $ 27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // Author: Susanna Guatelli, guatelli@ge.infn.it … … 32 32 #include "G4Gamma.hh" 33 33 #include "G4ParticleDefinition.hh" 34 #include "G4 MultipleScattering.hh"34 #include "G4eMultipleScattering.hh" 35 35 #include "G4eIonisation.hh" 36 36 #include "G4eBremsstrahlung.hh" … … 58 58 if (particleName == "e+") 59 59 { 60 manager -> AddProcess(new G4MultipleScattering, -1, 1,1); 61 manager -> AddProcess(new G4eIonisation, -1, 2,2); 62 manager -> AddProcess(new G4eBremsstrahlung, -1,-1,3); 63 manager -> AddProcess(new G4eplusAnnihilation, 0,-1,4); 64 manager -> AddProcess(new G4StepLimiter(), -1,-1,3); 65 } 60 // Positron 61 G4eMultipleScattering* msc = new G4eMultipleScattering(); 62 msc->SetStepLimitType(fUseDistanceToBoundary); 63 manager->AddProcess(msc,-1, 1, 1); 64 65 // Ionisation 66 G4eIonisation* eIonisation = new G4eIonisation(); 67 eIonisation->SetStepFunction(0.2, 100*um); // 68 manager->AddProcess(eIonisation, -1, 2, 2); 69 70 //Bremsstrahlung (use default, no low-energy available) 71 manager->AddProcess(new G4eBremsstrahlung(), -1,-1, 3); 72 73 //Annihilation 74 manager->AddProcess(new G4eplusAnnihilation(),0,-1, 4); 75 76 manager -> AddProcess(new G4StepLimiter(), -1,-1,3); 77 } 66 78 } 67 79 } -
trunk/examples/advanced/radioprotection/src/RemSimPrimaryGeneratorMessenger.cc
r807 r1230 35 35 // 36 36 // $Id: RemSimPrimaryGeneratorMessenger.cc,v 1.11 2006/06/29 16:24:11 gunter Exp $ 37 // GEANT4 tag $Name: $37 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 38 38 // 39 39 // -
trunk/examples/advanced/radioprotection/src/RemSimROGeometry.cc
r807 r1230 34 34 // 35 35 // $Id: RemSimROGeometry.cc,v 1.6 2006/06/29 16:24:13 gunter Exp $ 36 // GEANT4 tag $Name: $36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38 #include "RemSimROGeometry.hh" -
trunk/examples/advanced/radioprotection/src/RemSimRoofDecorator.cc
r807 r1230 34 34 // 35 35 // $Id: RemSimRoofDecorator.cc,v 1.7 2006/06/29 16:24:15 gunter Exp $ 36 // GEANT4 tag $Name: $36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38 #include "RemSimVGeometryComponent.hh" -
trunk/examples/advanced/radioprotection/src/RemSimRunAction.cc
r807 r1230 33 33 // Code developed by: S.Guatelli, guatelli@ge.infn.it 34 34 // $Id: RemSimRunAction.cc,v 1.14 2006/06/29 16:24:17 gunter Exp $ 35 // GEANT4 tag $Name: $35 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 36 36 // 37 37 -
trunk/examples/advanced/radioprotection/src/RemSimSensitiveDetector.cc
r807 r1230 26 26 // 27 27 // $Id: RemSimSensitiveDetector.cc,v 1.15 2006/06/29 16:24:19 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // Code developed by: S.Guatelli, guatelli@ge.infn.it -
trunk/examples/advanced/radioprotection/src/RemSimShelterSPEDecorator.cc
r807 r1230 25 25 // 26 26 // $Id: RemSimShelterSPEDecorator.cc,v 1.3 2006/06/29 16:24:21 gunter Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // Code developed by: S.Guatelli, guatelli@ge.infn.it -
trunk/examples/advanced/radioprotection/src/RemSimShieldingDecorator.cc
r807 r1230 25 25 // 26 26 // $Id: RemSimShieldingDecorator.cc,v 1.6 2006/06/29 16:24:23 gunter Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // Code developed by: S.Guatelli, guatelli@ge.infn.it -
trunk/examples/advanced/radioprotection/src/RemSimSteppingAction.cc
r807 r1230 26 26 // 27 27 // $Id: RemSimSteppingAction.cc,v 1.10 2006/06/29 16:24:25 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // -
trunk/examples/advanced/radioprotection/src/RemSimSteppingActionMessenger.cc
r807 r1230 25 25 // 26 26 // 27 //$Id: RemSimSteppingActionMessenger.cc,v 1.5 2006/06/29 16:24:27 gunter Exp $// GEANT4 tag $Name: $27 //$Id: RemSimSteppingActionMessenger.cc,v 1.5 2006/06/29 16:24:27 gunter Exp $// GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // Code developed by: S.Guatelli, guatelli@ge.infn.it -
trunk/examples/advanced/radioprotection/src/RemSimVGeometryComponent.cc
r807 r1230 25 25 // 26 26 // $Id: RemSimVGeometryComponent.cc,v 1.4 2006/06/29 16:24:29 gunter Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // Code developed by: S.Guatelli, guatelli@ge.infn.it -
trunk/examples/advanced/radioprotection/src/RemSimVehicle1.cc
r807 r1230 25 25 // 26 26 // $Id: RemSimVehicle1.cc,v 1.9 2006/06/29 16:24:31 gunter Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // Code developed by: S.Guatelli, guatelli@ge.infn.it
Note:
See TracChangeset
for help on using the changeset viewer.
