Ignore:
Timestamp:
Nov 5, 2010, 4:08:39 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/electromagnetic/TestEm8/include/PhysicsListMessenger.hh

    r1337 r1342  
    2525//
    2626//
    27 // $Id: PhysicsListMessenger.hh,v 1.2 2006/06/29 16:59:49 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: PhysicsListMessenger.hh,v 1.3 2010/09/08 09:12:10 vnivanch Exp $
     28// GEANT4 tag $Name: examples-V09-03-09 $
    2929//
     30//---------------------------------------------------------------------------
     31//
     32// ClassName:   PhysicsListMessenger
     33//
     34// Description: EM physics with a possibility to add PAI model
     35//
     36// Author:      V.Ivanchenko 01.09.2010
     37//
     38//----------------------------------------------------------------------------
    3039//
    3140
     
    4251class G4UIcmdWithADoubleAndUnit;
    4352class G4UIcmdWithAString;
     53class G4UIcmdWithAnInteger;
    4454
    4555//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     
    4757class PhysicsListMessenger: public G4UImessenger
    4858{
    49   public:
     59public:
    5060 
    51     PhysicsListMessenger(PhysicsList* );
    52   ~PhysicsListMessenger();
     61  PhysicsListMessenger(PhysicsList* );
     62  virtual ~PhysicsListMessenger();
    5363   
    54     void SetNewValue(G4UIcommand*, G4String);
     64  void SetNewValue(G4UIcommand*, G4String);
    5565   
    56   private:
     66private:
    5767 
    58     PhysicsList* pPhysicsList;
     68  PhysicsList* pPhysicsList;
    5969   
    60     G4UIcmdWithADoubleAndUnit* gammaCutCmd;
    61     G4UIcmdWithADoubleAndUnit* electCutCmd;
    62     G4UIcmdWithADoubleAndUnit* protoCutCmd;   
    63     G4UIcmdWithADoubleAndUnit* allCutCmd;   
    64     G4UIcmdWithAString*        pListCmd;
     70  G4UIcmdWithADoubleAndUnit* eCmd;
     71  G4UIcmdWithAnInteger*      ebCmd;
     72  G4UIcmdWithAnInteger*      cbCmd;
     73  G4UIcmdWithAString*        pListCmd;
    6574   
    6675};
Note: See TracChangeset for help on using the changeset viewer.