BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
G4SvcRunManagerMessenger.cpp
Go to the documentation of this file.
1#include "G4Svc/G4SvcRunManagerMessenger.h"
2#include "G4Svc/G4SvcRunManager.h"
3
4#include "G4UIcommand.hh"
5
7 rm = v;
8
9 readXML = new G4UIcommand( "/control/ReadXML", this );
10 readXML->SetGuidance( "Read in an XML file" );
11 G4UIparameter* parameter;
12 G4bool omitable;
13 parameter = new G4UIparameter( "FileName", 's', omitable = false );
14 readXML->SetParameter( parameter );
15}
16
18
19// #include "FadsXMLParser/XMLReader.hh" bes hack
20
21void G4SvcRunManagerMessenger::SetNewValue( G4UIcommand* command, G4String newValues ) {
22 if ( command == readXML )
23 {
24 // XMLReader *temp=XMLReader::GetXMLReader(); bes hack
25 // temp->Process(newValues); bes hack
26 }
27}
28
29G4String G4SvcRunManagerMessenger::GetCurrentValue( G4UIcommand* command ) {
30 G4String s = "Undefined";
31 return s;
32}
XmlRpcServer s
**********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
G4String GetCurrentValue(G4UIcommand *command)
G4SvcRunManagerMessenger(G4SvcRunManager *v)
void SetNewValue(G4UIcommand *command, G4String newValues)