FairRoot/PandaRoot
|
#include <PndPythia6Generator.h>
Public Member Functions | |
PndPythia6Generator () | |
PndPythia6Generator (const char *fileName) | |
virtual | ~PndPythia6Generator () |
virtual Bool_t | ReadEvent (FairPrimaryGenerator *primGen) |
void | SetVerbose (Int_t verb) |
Private Member Functions | |
void | CloseInput () |
Verbose Level. More... | |
ClassDef (PndPythia6Generator, 1) | |
Private Attributes | |
const Char_t * | fFileName |
FILE * | fInputFile |
Input file Name. More... | |
Int_t | fVerbose |
File. More... | |
Definition at line 60 of file PndPythia6Generator.h.
PndPythia6Generator::PndPythia6Generator | ( | ) |
Default constructor without arguments should not be used.
Definition at line 17 of file PndPythia6Generator.cxx.
PndPythia6Generator::PndPythia6Generator | ( | const char * | fileName | ) |
Standard constructor.
fileName | The input file name |
Definition at line 23 of file PndPythia6Generator.cxx.
References fFileName, fInputFile, and fVerbose.
|
virtual |
Destructor.
Definition at line 39 of file PndPythia6Generator.cxx.
References CloseInput().
|
private |
PDG data base
|
private |
Verbose Level.
Private method CloseInput. Just for convenience. Closes the input file properly. Called from destructor and from ReadEvent.
Definition at line 111 of file PndPythia6Generator.cxx.
References fFileName, and fInputFile.
Referenced by ReadEvent(), and ~PndPythia6Generator().
|
virtual |
Reads on event from the input file and pushes the tracks onto the stack. Abstract method in base class.
primGen | pointer to the CbmrimaryGenerator |
Definition at line 47 of file PndPythia6Generator.cxx.
References CloseInput(), fInputFile, fT, and fVerbose.
|
inline |
|
private |
Definition at line 85 of file PndPythia6Generator.h.
Referenced by CloseInput(), and PndPythia6Generator().
|
private |
Input file Name.
Definition at line 91 of file PndPythia6Generator.h.
Referenced by CloseInput(), PndPythia6Generator(), and ReadEvent().
|
private |
File.
Definition at line 92 of file PndPythia6Generator.h.
Referenced by PndPythia6Generator(), ReadEvent(), and SetVerbose().