JSFGeneratorBuf
class description - source file - inheritance tree
public:
JSFGeneratorBuf()
JSFGeneratorBuf(const char* name, const char* title = "JSF Generator", JSFGenerator* generator = 0)
JSFGeneratorBuf(const JSFGeneratorBuf&)
virtual ~JSFGeneratorBuf()
void Append(JSFGeneratorBuf* src)
static TClass* Class()
virtual void Clear(const Option_t* option)
Double_t GetEcm()
Int_t GetNparticles() const
TClonesArray* GetParticles()
Int_t GetStartSeed()
virtual TClass* IsA() const
virtual void Print(Option_t* opt)
void SetEcm(Double_t ecm)
void SetNparticles(Int_t np)
void SetStartSeed(Int_t seed)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
Int_t fStartSeed Seed value at the begining of the event
Double_t fEcm Center of Mass energy of the event.
Int_t fNparticles Number of particles
TClonesArray* fParticles -> Pointers to Particles
See also
-
JSFReadGeneratorBuf, JSFSHGeneratorBuf
JSFGenerator
JSF Generator
$Id: JSFGenerator.cxx,v 1.10 2002/11/28 13:10:59 miyamoto Exp $
JSFGeneratorBuf()
Create one JSFGenerator object
JSFGeneratorBuf(const char *name, const char *title, JSFGenerator *generator)
: JSFEventBuf(name,title, (JSFModule*)generator)
Create one JSFGenerator object
~JSFGeneratorBuf()
void Clear(Option_t *option)
void Append(JSFGeneratorBuf *src)
Append JSFGeneratorBuf objects of src to current object.
When appended, fSer, fFirstDaughter, and fMother are modified.
void Print(const Option_t *opt)
Print particles in fParticles
void Streamer(TBuffer &R__b)
Stream an object of class JSFGeneratorBuf.
void Streamer(TBuffer &R__b)
Stream an object of class JSFGeneratorBuf.
Inline Functions
void SetStartSeed(Int_t seed)
void SetEcm(Double_t ecm)
void SetNparticles(Int_t np)
Int_t GetStartSeed()
Double_t GetEcm()
Int_t GetNparticles() const
TClonesArray* GetParticles()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void StreamerNVirtual(TBuffer& b)
JSFGeneratorBuf JSFGeneratorBuf(const JSFGeneratorBuf&)
Last update: Tue Jan 20 15:54:12 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.