BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
BesRunActionMessenger.hh
Go to the documentation of this file.
1//---------------------------------------------------------------------------//
2// BOOST --- BESIII Object_Oriented Simulation Tool //
3//---------------------------------------------------------------------------//
4// Description: passing parameters to run action
5// Author: Deng Ziyan
6// Created: Sep, 2004
7// Modified:
8// Comment:
9//---------------------------------------------------------------------------//
10
11#ifndef BesRunActionMessenger_h
12#define BesRunActionMessenger_h 1
13
14class BesRunAction;
15
16class G4UIdirectory;
17class G4UIcmdWithAnInteger;
18class G4UIcommand;
19
20#include "G4UImessenger.hh"
21#include "globals.hh"
22
23class BesRunActionMessenger : public G4UImessenger {
24public:
27
28public:
29 void SetNewValue( G4UIcommand* command, G4String newValues );
30
31private:
32 BesRunAction* m_runAction;
33 G4UIdirectory* m_runActionDirectory;
34 G4UIcmdWithAnInteger* m_MCTruthCmd;
35 G4UIcommand* m_asciiCmd;
36};
37
38#endif
BesRunActionMessenger(BesRunAction *runAction)
void SetNewValue(G4UIcommand *command, G4String newValues)