Ignore:
Timestamp:
Apr 6, 2009, 12:21:12 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/electromagnetic/utils/include/G4EnergyLossMessenger.hh

    r819 r961  
    2525//
    2626//
    27 // $Id: G4EnergyLossMessenger.hh,v 1.18 2007/05/18 18:39:54 vnivanch Exp $
    28 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     27// $Id: G4EnergyLossMessenger.hh,v 1.23 2009/02/18 14:40:10 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030// -------------------------------------------------------------------
     
    4545// 16-03-07 modify /process/eLoss/minsubsec command (V.Ivanchenko)
    4646// 18-05-07 add /process/msc directory and commands (V.Ivanchenko)
     47// 11-03-08 add /process/em directory and commands (V.Ivanchenko)
    4748//
    4849// -------------------------------------------------------------------
     
    100101  G4UIdirectory*             eLossDirectory;
    101102  G4UIdirectory*             mscDirectory;
     103  G4UIdirectory*             emDirectory;
    102104  G4UIcmdWithABool*          RndmStepCmd;
    103105  G4UIcmdWithABool*          EnlossFlucCmd;
     
    105107  G4UIcmdWithADouble*        MinSubSecCmd;
    106108  G4UIcommand*               StepFuncCmd;
     109  G4UIcommand*               deexCmd;
    107110  G4UIcmdWithAString*        mscCmd;
    108111  G4UIcmdWithADoubleAndUnit* MinEnCmd;
     
    112115  G4UIcmdWithABool*          lpmCmd;
    113116  G4UIcmdWithABool*          latCmd;
     117  G4UIcmdWithABool*          splCmd;
     118  G4UIcmdWithABool*          aplCmd;
    114119  G4UIcmdWithAnInteger*      verCmd;
     120  G4UIcmdWithAnInteger*      ver1Cmd;
    115121  G4UIcmdWithAnInteger*      dedxCmd;
    116122  G4UIcmdWithAnInteger*      lamCmd;
     
    120126  G4UIcmdWithADouble*        frCmd;
    121127  G4UIcmdWithADouble*        fgCmd;
     128  G4UIcmdWithADoubleAndUnit* angCmd;
    122129};
    123130
Note: See TracChangeset for help on using the changeset viewer.