28#ifndef G4VCHEMISTRYWORLD_HH
29#define G4VCHEMISTRYWORLD_HH
46 std::map<MolType,double>::iterator
begin()
51 std::map<MolType,double>::iterator
end()
66 std::map<MolType,double>::const_iterator
end_const()
std::map< MolType, double >::iterator begin()
G4DNABoundingBox * GetChemistryBoundary() const
virtual void ConstructChemistryComponents()=0
std::map< MolType, double >::iterator end()
virtual void ConstructChemistryBoundary()=0
std::map< MolType, double >::const_iterator end_const()
std::map< MolType, double >::const_iterator begin_const()
G4VChemistryWorld()=default
std::unique_ptr< G4DNABoundingBox > fpChemistryBoundary
std::map< MolType, double > fpChemicalComponent
virtual ~G4VChemistryWorld()=default