ACTARSim
ACTAR TPC Simulation Reference Guide
G4StepLimiterMessenger.hh
Go to the documentation of this file.
1 //
2 // ********************************************************************
3 // * DISCLAIMER *
4 // * *
5 // * The following disclaimer summarizes all the specific disclaimers *
6 // * of contributors to this software. The specific disclaimers,which *
7 // * govern, are listed with their locations in: *
8 // * http://cern.ch/geant4/license *
9 // * *
10 // * Neither the authors of this software system, nor their employing *
11 // * institutes,nor the agencies providing financial support for this *
12 // * work make any representation or warranty, express or implied, *
13 // * regarding this software system or assume any liability for its *
14 // * use. *
15 // * *
16 // * This code implementation is the intellectual property of the *
17 // * GEANT4 collaboration. *
18 // * By copying, distributing or modifying the Program (or any work *
19 // * based on the Program) you indicate your acceptance of this *
20 // * statement, and all its terms. *
21 // ********************************************************************
22 //
23 // $Id: G4StepLimiterMessenger.hh,v 1.1 2004/12/02 10:34:19 vnivanch Exp $
24 // GEANT4 tag $Name: geant4-08-00-patch-01 $
25 //
26 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
27 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
28 
29 #ifndef G4StepLimiterMessenger_h
30 #define G4StepLimiterMessenger_h 1
31 
32 #include "globals.hh"
33 #include "G4UImessenger.hh"
34 
36 class G4UIcmdWithADoubleAndUnit;
37 
38 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
39 
40 class G4StepLimiterMessenger: public G4UImessenger
41 {
42 public:
45 
46  void SetNewValue(G4UIcommand*, G4String);
47 
48 private:
50  G4UIcmdWithADoubleAndUnit* stepMaxCmd;
51 };
52 
53 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
54 
55 #endif
G4UIcmdWithADoubleAndUnit * stepMaxCmd
G4StepLimiterMessenger(G4StepLimiterPerRegion *)
G4StepLimiterPerRegion * stepLimiter
void SetNewValue(G4UIcommand *, G4String)