41 mapStringPair.clear();
46 G4cout <<
"G4NeutronHPReactionWhiteBoard::Dump" <<
G4endl;
51 for ( std::map< G4String,G4String >::iterator
52 it = mapStringPair.begin(); it != mapStringPair.end(); it++ )
62 if ( mapStringPair.find( new_record.first ) != mapStringPair.end() ) {
63 G4cout <<
"This key is already used in the current reaction white board!" <<
G4endl;
66 mapStringPair.insert ( new_record );
72 std::map< G4String,G4String >::iterator it = mapStringPair.find( key );
73 if ( it == mapStringPair.end() ) {
74 G4cout <<
"No entry for this key " << key <<
" in the current reaction white board!" <<
G4endl;
83 if ( result ==
"NONE" )
return 0;
94 if ( result ==
"NONE" )
return 0.0;
G4DLLIMPORT std::ostream G4cout
~G4NeutronHPReactionWhiteBoard()
G4NeutronHPReactionWhiteBoard()
G4double GetValueInDouble(G4String)
G4String GetValue(G4String)
G4int GetValueInInt(G4String)
bool AddRecord(std::pair< G4String, G4String >)