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
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