BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
ProjectMessenger.h
Go to the documentation of this file.
1#ifndef ProjectMessenger_H
2#define ProjectMessenger_H
3
4#include "G4UImessenger.hh"
5
6class G4UIcommand;
7class G4UIcmdWithAString;
8class Goofy;
9
10class ProjectMessenger : public G4UImessenger {
11private:
12 Goofy* rm;
13 G4UIcommand* make;
14 G4UIcommand* create;
15 G4UIcommand* del;
16 G4UIcommand* geo;
17 G4UIcommand* act;
18
19public:
22 void SetNewValue( G4UIcommand* command, G4String newValues );
23 G4String GetCurrentValue( G4UIcommand* command );
24};
25
26#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
Definition Goofy.h:13
void SetNewValue(G4UIcommand *command, G4String newValues)
G4String GetCurrentValue(G4UIcommand *command)