Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PHG4ParticleGun.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4ParticleGun.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4MAIN_PHG4PARTICLEGUN_H
4
#define G4MAIN_PHG4PARTICLEGUN_H
5
6
#include "
PHG4ParticleGeneratorBase.h
"
7
8
#include <string>
// for string
9
10
class
PHCompositeNode
;
11
12
class
PHG4ParticleGun
:
public
PHG4ParticleGeneratorBase
13
{
14
public
:
15
PHG4ParticleGun
(
const
std::string
&
name
=
"PGUN"
);
16
~PHG4ParticleGun
()
override
{}
17
int
process_event
(
PHCompositeNode
*topNode)
override
;
18
};
19
20
#endif
coresoftware
blob
master
simulation
g4simulation
g4main
PHG4ParticleGun.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:15
using
1.8.2 with
sPHENIX GitHub integration