Geant4 VMC Version 6.6
Loading...
Searching...
No Matches
TG4ModelConfigurationMessenger.h
Go to the documentation of this file.
1#ifndef TG4_MODEL_CONFIGURATION_MESSENGER_H
2#define TG4_MODEL_CONFIGURATION_MESSENGER_H
3
4//------------------------------------------------
5// The Geant4 Virtual Monte Carlo package
6// Copyright (C) 2007 - 2015 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 G4UIdirectory;
24class G4UIcmdWithAString;
25
39
41{
42 public:
44 TG4ModelConfigurationManager* manager, const G4String& availableModels);
46
47 // methods
48 virtual void SetNewValue(G4UIcommand* command, G4String string);
49
50 private:
58
59 //
60 // data members
61
64
67
69 G4UIdirectory* fDirectory;
70
72 G4UIcmdWithAString* fSetModelCmd;
73
75 G4UIcmdWithAString* fSetEmModelCmd;
76
78 G4UIcmdWithAString* fSetParticlesCmd;
79
81 G4UIcmdWithAString* fSetRegionsCmd;
82
84 G4UIcmdWithAString* fSetOneRegionCmd;
85};
86
87#endif // TG4_MODEL_CONFIGURATIONS_MESSENGER_H
The model configuration vector with suitable setters and a messenger.
Messenger class that defines commands for the special physica models.
G4UIcmdWithAString * fSetModelCmd
setModel command
virtual void SetNewValue(G4UIcommand *command, G4String string)
G4UIcmdWithAString * fSetParticlesCmd
setParticles command
TG4ModelConfigurationMessenger & operator=(const TG4ModelConfigurationMessenger &right)
Not implemented.
TG4ModelConfigurationMessenger()
Not implemented.
TG4ModelConfigurationManager * fModelConfigurationManager
associated class
G4UIcmdWithAString * fSetRegionsCmd
setRegions command
G4UIcmdWithAString * fSetEmModelCmd
setEmModel command (deprecated)
G4UIdirectory * fDirectory
command directory
TG4ModelConfigurationMessenger(const TG4ModelConfigurationMessenger &right)
Not implemented.
G4UIcmdWithAString * fSetOneRegionCmd
setRegion command