JSFGenerator


class description - source file - inheritance tree

class JSFGenerator : public JSFModule


    public:
JSFGenerator(const Char_t* name = "JSFGenerator", const Char_t* title = "JSF Generator", const Char_t* opt) JSFGenerator(const JSFGenerator&) virtual ~JSFGenerator() static TClass* Class() virtual void GetChargeCtau(Int_t ipdg, Float_t& charge, Float_t& ctau) virtual Int_t HepevtToGeneratorParticles(COMMON_HEPEVT_t* hepevt) 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)

Data Members





See also

DebugGenerator, HerwigGenerator, JSFFULLGenerator, JSFReadGenerator, JSFSHGenerator, PythiaGenerator

Class Description

 JSFGenerator

  JSF Generator

$Id: JSFGenerator.cxx,v 1.10 2002/11/28 13:10:59 miyamoto Exp $


JSFGenerator(const Char_t *name, const Char_t *title, const Char_t *opt) : JSFModule(name,title, opt)
   Create one JSFGenerator object


~JSFGenerator()

Bool_t Process(Int_t ev)

Int_t HepevtToGeneratorParticles(COMMON_HEPEVT_t *hepevt)
 Converts particles information of TParticle format (HEPEVT) to
 JSFGeneratorParticles format


void GetChargeCtau(Int_t i, Float_t &charge, Float_t &ctau)
 Returns charge of i-th particle in HEPEVT buffer
 i=(0,n-1)



Inline Functions


             TClass* Class()
             TClass* IsA() const
                void ShowMembers(TMemberInspector& insp, char* parent)
                void Streamer(TBuffer& b)
                void StreamerNVirtual(TBuffer& b)
        JSFGenerator JSFGenerator(const JSFGenerator&)


Last update: Tue Jan 20 15:54:11 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.