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
EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
BeastMagneticField
delphes_EIC
Doxygen_Assist
east
blob
main
Components
Core
G4_Patches
PhysicsList
PrimGenInterface
include
eASTHepMC3Interface.hh
eASTPrimaryGeneratorAction.hh
eASTPrimGenActionMessenger.hh
HepMC_3_2_4_ReaderFactory.h
src
Solenoid
eic-smear
EicRoot
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_coresoftware
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
fun4all_GenFit
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
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