/[PAMELA software]/PamG4/include/PrimaryGeneratorMessenger.hh
ViewVC logotype

Contents of /PamG4/include/PrimaryGeneratorMessenger.hh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Tue Dec 13 16:20:39 2005 UTC (18 years, 11 months ago) by cafagna
Branch: start, MAIN
CVS Tags: v1r0, bogo, HEAD
Changes since 1.1: +0 -0 lines
Geant4 code for ND and Calorimeter

1
2 #ifndef PrimaryGeneratorMessenger_h
3 #define PrimaryGeneratorMessenger_h 1
4
5 #include "G4UImessenger.hh"
6 #include "globals.hh"
7
8 class PrimaryGeneratorAction;
9 class G4UIcmdWithAString;
10
11
12 class PrimaryGeneratorMessenger: public G4UImessenger
13 {
14 public:
15 PrimaryGeneratorMessenger(PrimaryGeneratorAction*);
16 ~PrimaryGeneratorMessenger();
17
18 void SetNewValue(G4UIcommand*, G4String);
19
20 private:
21 PrimaryGeneratorAction* Action;
22 G4UIcmdWithAString* RndmCmd;
23 };
24
25 #endif
26
27 // 2005 by G.I.Vasilyev

  ViewVC Help
Powered by ViewVC 1.1.23