29   TH1F* etaH = 
new TH1F(
"etaH", 
"Pseudorapidity", 120, -12., 12.);
 
   30   TH1F* ptH  = 
new TH1F(
"ptH",  
"pt",              50,   0., 10.);
 
   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");
 
   58   for (
Int_t iev = 0; iev < nev; iev++) {
 
   64      for (
Int_t ip = 0; ip < 
np; ip++) {
 
   68         if (ist <= 0) 
continue;
 
   71         if (charge == 0.) 
continue;
 
   95   ptH->
SetYTitle(
"dN/dp_{t}^{2} [GeV/c]^{-2}");
 
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
 
TParticlePDG * GetParticle(Int_t pdgCode) const
Get a pointer to the particle object according to the MC code number.
 
1-D histogram with a float per channel (see TH1 documentation)}
 
virtual void SetXTitle(const char *title)
 
virtual Int_t Fill(Double_t x)
Increment bin with abscissa X by 1.
 
void Draw(Option_t *option="") override
Draw this histogram with options.
 
virtual void SetYTitle(const char *title)
 
virtual void Scale(Double_t c1=1, Option_t *option="")
Multiply this histogram by a constant c1.
 
Int_t GetEntriesFast() const
 
TObject * At(Int_t idx) const override
 
Description of the dynamic properties of a particle.
 
Int_t GetStatusCode() const
 
TPythia8 is an interface class to C++ version of Pythia 8.1   event generators, written by T....
 
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 PrintStatistics() const
Print end of run statistics.
 
virtual void GenerateEvent()
Generate the next event.
 
virtual Int_t ImportParticles(TClonesArray *particles, Option_t *option="")
Import particles from Pythia stack.
 
virtual int Load(const char *module, const char *entry="", Bool_t system=kFALSE)
Load a shared library.