BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
GoofyMessenger.h
Go to the documentation of this file.
1#ifndef GoofyMessenger_H
2#define GoofyMessenger_H
3
4#include "G4UImessenger.hh"
5
6class G4UIcommand;
7class G4UIcmdWithAString;
8class Goofy;
9
10class GoofyMessenger : public G4UImessenger {
11private:
12 Goofy* rm;
13 G4UIcommand* shell;
14 G4UIcommand* echo;
15 G4UIcommand* edit;
16 G4UIcommand* load;
17 G4UIcommand* unload;
18 G4UIcommand* quit;
19
20public:
23 void SetNewValue( G4UIcommand* command, G4String newValues );
24 G4String GetCurrentValue( G4UIcommand* command );
25};
26
27#endif
**********Class see also m_nmax DOUBLE PRECISION m_amel DOUBLE PRECISION m_x2 DOUBLE PRECISION m_alfinv DOUBLE PRECISION m_Xenph INTEGER m_KeyWtm INTEGER m_idyfs DOUBLE PRECISION m_zini DOUBLE PRECISION m_q2 DOUBLE PRECISION m_Wt_KF DOUBLE PRECISION m_WtCut INTEGER m_KFfin *COMMON c_KarLud $ !Input CMS energy[GeV] $ !CMS energy after beam spread beam strahlung[GeV] $ !Beam energy spread[GeV] $ !z boost due to beam spread $ !electron beam mass *ff pair spectrum $ !minimum v
Definition KarLud.h:35
GoofyMessenger(Goofy *v)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValues)
Definition Goofy.h:13