EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
17
class
eASTPrimaryGeneratorAction
;
18
class
G4UIcommand;
19
20
class
eASTPrimGenActionMessenger
:
public
G4UImessenger
21
{
22
public
:
23
eASTPrimGenActionMessenger
(
eASTPrimaryGeneratorAction
*);
24
virtual
~eASTPrimGenActionMessenger
();
25
virtual
void
SetNewValue
(G4UIcommand*,G4String);
26
virtual
G4String
GetCurrentValue
(G4UIcommand*);
27
28
private
:
29
eASTPrimaryGeneratorAction
*
pPG
;
30
31
G4UIcommand*
setTimeCmd
;
32
33
};
34
35
#endif
36
east
blob
main
PrimGenInterface
include
eASTPrimGenActionMessenger.hh
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:32
using
1.8.2 with
EIC GitHub integration