Ignore:
Timestamp:
Apr 6, 2009, 2:34:47 PM (15 years ago)
Author:
garnier
Message:

update event

File:
1 edited

Legend:

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

    r816 r964  
    178178  void SetUserWRTSurface(G4bool);
    179179  //
    180   void SetPosDistribution(G4SPSPosDistribution* a) {posDist = a; };
    181   void SetBiasRndm(G4SPSRandomGenerator* a) {angRndm = a;};
     180  void SetPosDistribution(G4SPSPosDistribution* a) {posDist = a; }
     181  void SetBiasRndm(G4SPSRandomGenerator* a) {angRndm = a;}
    182182  // method to re-set the histograms
    183183  void ReSetHist(G4String);
    184184  //
    185185  // Set the verbosity level.
    186   void SetVerbosity(G4int a) {verbosityLevel = a; } ;
     186  void SetVerbosity(G4int a) {verbosityLevel = a; }
     187  // some get methods
     188  G4String GetDistType() { return AngDistType;}
     189  G4double GetMinTheta() { return MinTheta; }
     190  G4double GetMaxTheta() { return MaxTheta; }
     191  G4double GetMinPhi() { return MinPhi; }
     192  G4double GetMaxPhi() { return MaxPhi; }
    187193  //
    188194  G4ParticleMomentum GenerateOne();
     
    230236
    231237#endif
    232 
    233 
    234 
    235 
Note: See TracChangeset for help on using the changeset viewer.