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
eic-smear
blob
master
cint
eicpy
include
eicsmear
erhic
hadronic
EventMC.h
EventPythia.h
EventSmear.h
ParticleMC.h
Pythia6EventFactory.h
smear
functions.h
gzstream.h
HepMC_3_2_4_ReaderFactory.h
scripts
src
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
EventPythia.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EventPythia.h
1
10
#ifndef INCLUDE_EICSMEAR_HADRONIC_EVENTPYTHIA_H_
11
#define INCLUDE_EICSMEAR_HADRONIC_EVENTPYTHIA_H_
12
13
#include <Rtypes.h>
// For ClassDef macro
14
15
#include <
eicsmear/hadronic/EventMC.h
>
16
17
namespace
erhic {
18
namespace
hadronic {
19
20
class
EventPythiaPP
:
public
EventMC
{
21
public
:
25
virtual
~EventPythiaPP
();
26
30
EventPythiaPP
();
31
35
EventPythiaPP
(
double
Q2,
double
x1
,
double
x2
);
36
40
EventPythiaPP
(
const
EventPythiaPP
&);
41
45
EventPythiaPP
&
operator=
(
const
EventPythiaPP
&);
46
50
virtual
Double_t
GetQ2
()
const
;
51
55
virtual
Double_t
GetX1
()
const
;
56
60
virtual
Double_t
GetX2
()
const
;
61
62
protected
:
63
Double32_t
QSquared
;
64
Double32_t
x1
;
65
Double32_t
x2
;
66
67
ClassDef(
erhic::hadronic::EventPythiaPP
, 1)
68
};
69
70
}
// namespace hadronic
71
}
// namespace erhic
72
73
#endif // INCLUDE_EICSMEAR_HADRONIC_EVENTPYTHIA_H_
eic-smear
blob
master
include
eicsmear
hadronic
EventPythia.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:32
using
1.8.2 with
EIC GitHub integration