JSFSHGenerator
class description - source file - inheritance tree
public:
JSFSHGenerator(const char* name = "JSFSHGenerator", const char* title = "JSF Shower/Hadronizer Generator")
JSFSHGenerator(const JSFSHGenerator&)
virtual ~JSFSHGenerator()
virtual Bool_t BeginRun(Int_t nrun)
static TClass* Class()
virtual TClass* IsA() const
virtual Bool_t Process(Int_t event)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
See also
-
JSFPythiaHadronizer
JSF's Abstract class for Matrix Element generator
Based on a ganerator, JSFHEPRUP and JSFHEPEUP class must be
Created for subsequent use by Shower and Hadronize Generator
$ID$
_____________________________________________________________________________
JSFSHGenerator(const char *name, const char *title)
: JSFGenerator(name,title)
Create one JSFSpring object
User class should set addresses to the event buf here, as follows.
fEventBuf = new JSFSHGeneratorBuf("JSFSHGeneratorBuf",
"JSF Matrix Element Generator EVent Data",this);
~JSFSHGenerator()
Bool_t BeginRun(Int_t nrun)
Bool_t Process(Int_t nevent)
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
JSFSHGenerator JSFSHGenerator(const JSFSHGenerator&)
Last update: Tue Jan 20 15:55:53 2004
ROOT page - Home page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.