FFbarSpring
class description - source file - inheritance tree
public:
FFbarSpring(const char* name = "FFbarSpring", const char* title = "FFbar Spring test", FFbarBases* bases = NULL)
FFbarSpring(const FFbarSpring&)
virtual ~FFbarSpring()
static TClass* Class()
virtual TClass* IsA() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
FFbarSpring
Sample program in example/FFbarSpring directory.
Files in this directory is created automatically as a template files
for Bases/Spring program by a script, buildjsf.
If you have selected INCLUDE SAMPLE option, sample program can be
created and executed as follows.
To create executable, do
$ xmkmf
$ make jsf
This will create ROOT application, jsf, in this directory. Example
to run applications are,
$ jsf bases.C --> Bases calculation.
$ jsf sim.C --> JSF quicksim using bases results.
$ jsf nsim.C --> Run next run usung seeds at the end of sim.C script.
$ jsf read.C --> Read data
$ jsf anal.C --> JSF quick sim and analysis.
$Id: FFbarSpring.cxx,v 1.4 2000/02/22 03:57:07 miyamoto Exp $
FFbarSpring(const char *name, const char *title,
FFbarBases *bases)
: JSFSpring(name, title, bases)
~FFbarSpring()
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
FFbarSpring FFbarSpring(const FFbarSpring&)
Last update: Tue Jan 20 15:56:19 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.