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
BeamParticles.h
DisKinematics.h
EventBase.h
EventDEMP.h
EventDis.h
EventDjangoh.h
EventDpmjet.h
EventFactory.h
EventFactoryHepMC.h
EventGmcTrans.h
EventHepMC.h
EventMC.h
EventMCFilterABC.h
EventMilou.h
EventPepsi.h
EventPythia.h
EventRapgap.h
EventSartre.h
EventSimple.h
File.h
Forester.h
Kinematics.h
Particle.h
ParticleIdentifier.h
ParticleMC.h
Pid.h
Pythia6.h
Pythia6EventBuilder.h
Pythia6ParticleBuilder.h
VirtualEvent.h
VirtualParticle.h
hadronic
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
Pythia6EventBuilder.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file Pythia6EventBuilder.h
1
10
#ifndef INCLUDE_EICSMEAR_ERHIC_PYTHIA6EVENTBUILDER_H_
11
#define INCLUDE_EICSMEAR_ERHIC_PYTHIA6EVENTBUILDER_H_
12
13
#include <string>
14
15
#include <Rtypes.h>
// For ClassDef macro
16
17
#include "
eicsmear/erhic/EventFactory.h
"
18
19
namespace
erhic {
20
21
class
EventMCFilterABC;
22
class
EventPythia;
23
32
class
Pythia6EventBuilder
:
public
VirtualEventFactory
{
33
public
:
41
explicit
Pythia6EventBuilder
(
EventMCFilterABC
* = NULL);
42
46
virtual
~Pythia6EventBuilder
();
47
53
virtual
EventPythia
*
Create
();
54
55
virtual
std::string
EventName
()
const
;
56
57
virtual
TBranch*
Branch
(TTree&,
const
std::string&);
58
59
virtual
void
Fill
(TBranch&);
60
61
protected
:
62
EventPythia
*
BuildEvent
();
63
Long64_t
mNGenerated
;
64
Long64_t
mNTrials
;
65
EventMCFilterABC
*
mFilter
;
66
EventPythia
*
mEvent
;
67
68
ClassDef(
erhic::Pythia6EventBuilder
, 1)
69
};
70
71
}
// namespace erhic
72
73
#endif // INCLUDE_EICSMEAR_ERHIC_PYTHIA6EVENTBUILDER_H_
eic-smear
blob
master
include
eicsmear
erhic
Pythia6EventBuilder.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:32
using
1.8.2 with
EIC GitHub integration