29 TH1F*
etaH =
new TH1F(
"etaH",
"Pseudorapidity", 120, -12., 12.);
38#if PYTHIA_VERSION_INTEGER == 8235
40 printf(
"ABORTING PYTHIA8 TUTORIAL!\n");
41 printf(
"The version of Pythia you use is known to case crashes due to memory errors.\n");
42 printf(
"They have been reported to the authors; the Pythia versions 8.1... are known to work.\n");
68 if (
ist <= 0)
continue;
71 if (
charge == 0.)
continue;
87 etaH->SetXTitle(
"#eta");
88 etaH->SetYTitle(
"dN/d#eta");
94 ptH->SetXTitle(
"p_{t} [GeV/c]");
95 ptH->SetYTitle(
"dN/dp_{t}^{2} [GeV/c]^{-2}");
int Int_t
Signed integer 4 bytes (int)
float Float_t
Float 4 bytes (float)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t np
R__EXTERN TSystem * gSystem
An array of clone (identical) objects.
static TDatabasePDG * Instance()
static function
1-D histogram with a float per channel (see TH1 documentation)
Description of the dynamic properties of a particle.
TPythia8 is an interface class to C++ version of Pythia 8.1 event generators, written by T....
Int_t ImportParticles(TClonesArray *particles, Option_t *option="") override
Import particles from Pythia stack.
void ReadString(const char *string) const
Configuration.
Bool_t Initialize(Int_t idAin, Int_t idBin, Double_t ecms)
Initialization.
void EventListing() const
Event listing.
void GenerateEvent() override
Generate the next event.
void PrintStatistics() const
Print end of run statistics.
virtual int Load(const char *module, const char *entry="", Bool_t system=kFALSE)
Load a shared library.