Geant4 VMC Version 6.6
Loading...
Searching...
No Matches
TG4ExtDecayerMessenger.h
Go to the documentation of this file.
1#ifndef TG4_EXT_DECAYR_MESSENGER_H
2#define TG4_EXT_DECAYR_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;
24class G4UIcmdWithABool;
25
35
37{
38 public:
41
42 // methods
43 virtual void SetNewValue(G4UIcommand* command, G4String string);
44
45 private:
52
53 //
54 // data members
55
58
60 G4UIcmdWithAString* fSetSelectionCmd;
61
63 G4UIcmdWithABool* fSkipNeutrinoCmd;
64};
65
66#endif // TG4_EXT_DECAYER_MESSENGER_H
Messenger class that defines commands for the stack popper special process.
TG4ExtDecayerMessenger()
Not implemented.
TG4ExtDecayerMessenger(const TG4ExtDecayerMessenger &right)
Not implemented.
TG4ExtDecayerPhysics * fExtDecayerPhysics
associated class
TG4ExtDecayerMessenger & operator=(const TG4ExtDecayerMessenger &right)
Not implemented.
G4UIcmdWithAString * fSetSelectionCmd
setExtDecayerSelection command
G4UIcmdWithABool * fSkipNeutrinoCmd
skipExtDecayerNeutrino command
virtual void SetNewValue(G4UIcommand *command, G4String string)
The builder for external decayer.