46 #ifndef G4MolecularConfiguration_
47 #define G4MolecularConfiguration_ 1
68 if (totalOcc1 != totalOcc2)
70 return totalOcc1 < totalOcc2;
74 G4int occupancy1 = -1;
75 G4int occupancy2 = -1;
77 for (
G4int i = 0; i < sizeOrbit; i++)
82 if (occupancy1 != occupancy2)
84 return occupancy1 < occupancy2;
132 bool& wasAlreadyCreated);
139 bool& wasAlreadyCreated);
146 bool& wasAlreadyCreated);
152 bool& wasAlreadyCreated);
251 double temperature)
const;
429 typedef std::map<
int,
443 typedef std::map<G4String, G4MolecularConfiguration*>
UserIDTable;
589 double temperature)
const
591 return fDiffParam(material, temperature,
this);