Selector to generate Monte Carlo events with Pythia8. 
 
#ifndef ProofPythia_h
#define ProofPythia_h
 
 
 
 
   
 
   Int_t   Version()
 const override { 
return 2; }
 
   void    Begin(
TTree *tree) 
override;
 
   void    SlaveBegin(
TTree *tree) 
override;
 
   void    SetOption(
const char *
option)
 override { fOption = 
option; }
 
   void    SetObject(
TObject *obj)
 override { fObject = obj; }
 
   void    SlaveTerminate() override;
   void    Terminate() override;
 
};
 
#endif
#define ClassDefOverride(name, id)
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 input
virtual Long64_t Process(TDSet *dset, const char *selector, Option_t *option="", Long64_t nentries=-1, Long64_t firstentry=0)
An array of clone (identical) objects.
1-D histogram with a float per channel (see TH1 documentation)
Mother of all ROOT objects.
TPythia8 is an interface class to C++ version of Pythia 8.1   event generators, written by T....
A TSelector object is used by the TTree::Draw, TTree::Scan, TTree::Process to navigate in a TTree and...
A TTree represents a columnar dataset.
- Author
- Gerardo Ganis (gerar.nosp@m.do.g.nosp@m.anis@.nosp@m.cern.nosp@m..ch) 
Definition in file ProofPythia.h.