Ignore:
Timestamp:
Jan 8, 2010, 3:02:48 PM (16 years ago)
Author:
garnier
Message:

update to geant4.9.3

Location:
trunk/examples/extended/field/field04/include
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/field/field04/include/F04DetectorMessenger.hh

    r807 r1230  
    2626//
    2727// $Id: F04DetectorMessenger.hh,v 1.1 2007/10/30 02:01:47 gum Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/extended/field/field04/include/F04PhysicsList.hh

    r807 r1230  
    4949    virtual ~F04PhysicsList();
    5050
    51     void ConstructParticle();
    52    
    5351    void SetCuts();
    5452    void SetCutForGamma(G4double);
     
    5957    F04StepMax* GetStepMaxProcess();
    6058    void AddStepMax();
    61    
    62     /// Add physics to the Physics List   
    63     void AddPhysicsList(const G4String& name);
     59/*   
     60    /// Remove specific physics from physics list.
     61    void RemoveFromPhysicsList(const G4String&);
    6462
    65     /// Remove specific EM physics from EM physics list.
    66     void RemoveFromEMPhysicsList(const G4String&);
     63    /// Make sure that the physics list is empty.
     64    void ClearPhysics();
     65*/
     66    void ConstructParticle();
     67    void ConstructProcess();
    6768
    68     /// Remove specific Hadron physics from Hadron physics list.
    69     void RemoveFromHadronPhysicsList(const G4String&);
    70 
    71     /// Make sure that the EM physics list is empty.
    72     void ClearEMPhysics();
    73 
    74     /// Make sure that the hadron physics list is empty.
    75     void ClearHadronPhysics();
    76 
    77     void ConstructProcess();
    78     void List();
    79  
    8069private:
    81 
    82     typedef std::vector<G4VPhysicsConstructor*>  PhysicsListVector;
    83 
    84     void SetStandardList(G4bool flagHP = false, G4bool glauber = false);
    8570
    8671    G4double fCutForGamma;
    8772    G4double fCutForElectron;
    8873    G4double fCutForPositron;
    89 
    90     G4VPhysicsConstructor*  fParticleList;
    91 
    92     PhysicsListVector* fEMPhysics;
    93     PhysicsListVector* fHadronPhysics;
    9474
    9575    G4double MaxChargedStep;
     
    9878    F04PhysicsListMessenger* fMessenger;
    9979
    100     G4bool fDump;
    10180};
     81
    10282#endif
  • trunk/examples/extended/field/field04/include/F04PhysicsListMessenger.hh

    r807 r1230  
    7373    G4UIcmdWithADoubleAndUnit* fAllCutCMD;
    7474    G4UIcmdWithADoubleAndUnit* fStepMaxCMD;
    75 
    76     G4UIcmdWithAString*        fAddPhysicsCMD;
    77     G4UIcmdWithAString*        fRemoveEMPhysicsCMD;
    78     G4UIcmdWithAString*        fRemoveHadronPhysicsCMD;
    79     G4UIcmdWithoutParameter*   fClearEMPhysicsCMD;
    80     G4UIcmdWithoutParameter*   fClearHadronPhysicsCMD;
    81 
    82     G4UIcmdWithoutParameter*   fListCMD;
    83 
     75/*
     76    G4UIcmdWithAString*        fRemovePhysicsCMD;
     77    G4UIcmdWithoutParameter*   fClearPhysicsCMD;
     78*/
    8479    G4UIcmdWithoutParameter* fPienuCMD;
    8580    G4UIcmdWithoutParameter* fPimunuCMD;
  • trunk/examples/extended/field/field04/include/F04RunAction.hh

    r807 r1230  
    5656    G4int GetRndmFreq()          {return saveRndm;}
    5757
     58    inline void SetAutoSeed (const G4bool val) {autoSeed = val;}
     59
    5860  private:
    5961 
     
    6163
    6264    G4int saveRndm;
     65    G4bool autoSeed;
     66
    6367};
    6468
  • trunk/examples/extended/field/field04/include/F04RunActionMessenger.hh

    r807 r1230  
    4343class G4UIcmdWithAnInteger;
    4444class G4UIcmdWithAString;
     45class G4UIcmdWithABool;
    4546
    4647class F04RunActionMessenger : public G4UImessenger
     
    5960    G4UIdirectory*             RndmDir;
    6061    G4UIcmdWithAnInteger*      RndmSaveCmd;   
    61     G4UIcmdWithAString*        RndmReadCmd;   
     62    G4UIcmdWithAString*        RndmReadCmd;
     63    G4UIcmdWithABool*          SetAutoSeedCmd;
    6264 
    6365};
Note: See TracChangeset for help on using the changeset viewer.