Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/event/include/G4SPSEneDistribution.hh

    r816 r1315  
    181181  void SetVerbosity(G4int a) {verbosityLevel = a; } ;
    182182  //x
     183
     184  G4double GetMonoEnergy () {return MonoEnergy; }; //Mono-energteic energy
     185  G4double GetSE() {return SE;}; // Standard deviation for Gaussion distrbution in energy
     186  G4double Getalpha () {return alpha;}; // alpha (pow)
     187  G4double GetEzero() {return Ezero;}; // E0 (exp)
     188  G4double GetTemp() {return Temp;}; // Temp (bbody,brem)
     189  G4double Getgrad() {return grad;}; // gradient and intercept for linear spectra
     190  G4double Getcept() {return cept;};
     191
     192  inline G4PhysicsOrderedFreeVector  GetUserDefinedEnergyHisto(){return UDefEnergyH;};
     193  inline G4PhysicsOrderedFreeVector  GetArbEnergyHisto(){return ArbEnergyH;};
     194
    183195  G4double GenerateOne(G4ParticleDefinition*);
    184196 
Note: See TracChangeset for help on using the changeset viewer.