Geant4 VMC Version 6.7
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
TG4StackPopperMessenger.h
Go to the documentation of this file.
1#ifndef TG4_STACK_POPPER_MESSENGER_H
2#define TG4_STACK_POPPER_MESSENGER_H
3
4//------------------------------------------------
5// The Geant4 Virtual Monte Carlo package
6// Copyright (C) 2007 - 2014 Ivana Hrivnacova
7// All rights reserved.
8//
9// For the licensing terms see geant4_vmc/LICENSE.
10// Contact: root-vmc@cern.ch
11//-------------------------------------------------
12
17
18#include <G4UImessenger.hh>
19#include <globals.hh>
20
22
23class G4UIcmdWithAString;
24
33
35{
36 public:
39
40 // methods
41 virtual void SetNewValue(G4UIcommand* command, G4String string);
42
43 private:
50
51 //
52 // data members
53
56
58 G4UIcmdWithAString* fSetSelectionCmd;
59};
60
61#endif // TG4_STACK_POPPER_MESSENGER_H
TG4StackPopperMessenger & operator=(const TG4StackPopperMessenger &right)
Not implemented.
TG4StackPopperPhysics * fStackPopperPhysics
associated class
TG4StackPopperMessenger(const TG4StackPopperMessenger &right)
Not implemented.
G4UIcmdWithAString * fSetSelectionCmd
setStackPopperSelection command
TG4StackPopperMessenger(TG4StackPopperPhysics *stackPopperPhysics)
virtual void SetNewValue(G4UIcommand *command, G4String string)
TG4StackPopperMessenger()
Not implemented.
The builder for stack popper process.