JSFSpringBuf
class description - source file - inheritance tree
public:
JSFSpringBuf()
JSFSpringBuf(const char* name, const char* title = "JSF Spring event buffer", JSFSpring* spring = 0)
JSFSpringBuf(const JSFSpringBuf&)
virtual ~JSFSpringBuf()
static TClass* Class()
virtual void Clear(const Option_t* option)
Int_t GetNpartons() const
TClonesArray* GetPartons()
virtual TClass* IsA() const
virtual Bool_t SetPartons()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Spevnt(Int_t& iret)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
Int_t fNparton Number of partons
TClonesArray* fPartons -> Pointer to partons
See also
-
DebugWGeneratorBuf, JSFReadPartonBuf
JSFSpring
Create parton lists
For example of how to use JSFSpring and JSFBases, please see
html or postscript documents.
(Update)
2-September-1999 A.Miyamoto Memory leak by fPartons are fixed.
Add function, TBGETsSpringPartonList()
11-Feb-2000 A.Miyamoto Use new C++ Bases/Spring Library
$Id: JSFSpring.cxx,v 1.18 2001/11/12 01:26:16 miyamoto Exp $
JSFSpringBuf()
JSFSpringBuf(const char *name, const char *title,
JSFSpring *spring)
: JSFEventBuf(name, title, (JSFModule*)spring)
~JSFSpringBuf()
void Clear(Option_t *option)
Bool_t SetPartons()
This function is provided as an interface to old TBS routines.
Use of TBS routine is strongly discouraged as they will be removed
when LCLIB is converted to C++
Inline Functions
void Spevnt(Int_t& iret)
Int_t GetNpartons() const
TClonesArray* GetPartons()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
JSFSpringBuf JSFSpringBuf(const JSFSpringBuf&)
Last update: Tue Jan 20 15:54:05 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.