FFbarBases
class description - source file - inheritance tree
public:
FFbarBases(const char* name = "FFbarBases", const char* title = "FFbar Bases")
FFbarBases(const FFbarBases&)
virtual ~FFbarBases()
static TClass* Class()
virtual Double_t Func()
Float_t GetCharge()
Double_t GetCosth()
Float_t GetEcm()
Int_t GetID()
Double_t GetPhi()
virtual TClass* IsA() const
void SetCharge(Float_t c)
void SetEcm(Float_t ecm)
void SetID(Int_t id)
void SetParton(Int_t id, Float_t c)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
Double_t fCosth
Double_t fPhi
Double_t fXU[2]
Double_t fXL[2]
Int_t fID Parton ID.
Float_t fEcm Center of mass energy
Float_t fCharge Parton Charge.
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 $
FFbarBases(const char *name, const char *title)
: JSFBases(name, title)
Constructor of bases. Default parameter should be initialized here
Double_t Func()
Bases Integrand
Inline Functions
void SetID(Int_t id)
void SetEcm(Float_t ecm)
void SetCharge(Float_t c)
void SetParton(Int_t id, Float_t c)
Double_t GetCosth()
Double_t GetPhi()
Int_t GetID()
Float_t GetEcm()
Float_t GetCharge()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
FFbarBases FFbarBases(const FFbarBases&)
void ~FFbarBases()
Last update: Tue Jan 20 15:56:21 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.