Loading src/modules/GeometryBuilderGeant4/MaterialManager.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -212,8 +212,8 @@ void Materials::init_materials() { TitaniumGrade5->AddElement(V, 0.04); materials_["ti5"] = TitaniumGrade5; auto* isoB10 = new G4Isotope("isoB10", 5, 10, 10.012937 * CLHEP::g / CLHEP::mole); auto* elB10 = new G4Element("element B10", "eleB10", 1); auto* isoB10 = new G4Isotope("B10", 5, 10, 10.012937 * CLHEP::g / CLHEP::mole); auto* elB10 = new G4Element("B10", "B", 1); elB10->AddIsotope(isoB10, 1); auto* B10 = new G4Material("B10", 2.34 * CLHEP::g / CLHEP::cm3, 1); B10->AddElement(elB10, 1); Loading Loading
src/modules/GeometryBuilderGeant4/MaterialManager.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -212,8 +212,8 @@ void Materials::init_materials() { TitaniumGrade5->AddElement(V, 0.04); materials_["ti5"] = TitaniumGrade5; auto* isoB10 = new G4Isotope("isoB10", 5, 10, 10.012937 * CLHEP::g / CLHEP::mole); auto* elB10 = new G4Element("element B10", "eleB10", 1); auto* isoB10 = new G4Isotope("B10", 5, 10, 10.012937 * CLHEP::g / CLHEP::mole); auto* elB10 = new G4Element("B10", "B", 1); elB10->AddIsotope(isoB10, 1); auto* B10 = new G4Material("B10", 2.34 * CLHEP::g / CLHEP::cm3, 1); B10->AddElement(elB10, 1); Loading