EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
eASTPrimGenActionMessenger.hh
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file eASTPrimGenActionMessenger.hh
1 // ********************************************************************
2 //
3 // eASTPrimGenActionMessenger.hh
4 // Headter file of a messenger class that sets primary vertex parameters
5 //
6 // History
7 // Dec 28th, 2021 : first implementation - M. Asai (JLab)
8 //
9 // ********************************************************************
10 
11 #ifndef eASTPrimGenActionMessenger_H
12 #define eASTPrimGenActionMessenger_H 1
13 
14 #include "G4UImessenger.hh"
15 #include "globals.hh"
16 
18 class G4UIcommand;
19 
20 class eASTPrimGenActionMessenger: public G4UImessenger
21 {
22  public:
25  virtual void SetNewValue(G4UIcommand*,G4String);
26  virtual G4String GetCurrentValue(G4UIcommand*);
27 
28  private:
30 
31  G4UIcommand* setTimeCmd;
32 
33 };
34 
35 #endif
36