57 #ifndef G4MoleculeDefinition_h
58 #define G4MoleculeDefinition_h 1
83 G4int electronicLevels = 0,
85 G4int atomsNumber = -1,
120 double decayTime = 0.);
140 const std::vector<const G4MolecularDissociationChannel*>*
142 const std::vector<const G4MolecularDissociationChannel*>*
The pointer G4MolecularConfiguration will be shared by all the molecules having the same molecule def...
static G4MoleculeDefinition * Load(std::istream &)
G4int GetTotalOccupancy() const
void Serialize(std::ostream &)
G4ElectronOccupancy * fElectronOccupancy
G4MolecularDissociationTable * fDecayTable
const std::vector< const G4MolecularDissociationChannel * > * GetDecayChannels(const G4MolecularConfiguration *) const
G4double fVanDerVaalsRadius
void AddDecayChannel(const G4MolecularConfiguration *molConf, const G4MolecularDissociationChannel *channel)
const G4String & GetType() const
Class Description G4MolecularDecayTable operates as a container of deexcitation modes for excited or ...
G4int GetSizeOfOrbit() const
G4int GetAtomsNumber() const
const char * name(G4int ptype)
const G4String & GetParticleSubType() const
const G4String & GetParticleName() const
G4MolecularConfiguration * NewConfiguration(const G4String &excitedStateLabel)
G4int GetNbMolecularShells() const
G4double GetDecayTime() const
virtual ~G4MoleculeDefinition()
G4int GetNbElectrons() const
void SetFormatedName(const G4String &name)
void SetDiffusionCoefficient(G4double)
G4double GetVanDerVaalsRadius() const
G4double GetPDGMass() const
const G4String & GetFormatedName() const
const G4String & GetName() const
const G4MoleculeDefinition & operator=(const G4MoleculeDefinition &right)
void SetAtomsNumber(G4int)
static G4FakeParticleID Create()
G4double GetPDGLifeTime() const
G4double GetDiffusionCoefficient() const
void SetVanDerVaalsRadius(G4double)
G4double fDiffusionCoefficient
void SetLevelOccupation(G4int, G4int eNb=2)
const G4ElectronOccupancy * GetGroundStateElectronOccupancy() const
G4MolecularConfiguration * NewConfigurationWithElectronOccupancy(const G4String &excitedStateLabel, const G4ElectronOccupancy &, double decayTime=0.)
G4MolecularConfiguration * GetConfigurationWithLabel(const G4String &molecularConfLabel)
const G4MolecularDissociationTable * GetDecayTable() const