TMBMCevtInfo
class description - source file - inheritance tree (.ps)
public:
TMBMCevtInfo()
TMBMCevtInfo(Int_t run, Int_t evtid, Int_t nreac, Float_t xsect, Float_t weight, Float_t qsq, Float_t shat, Float_t that, Float_t uhat)
TMBMCevtInfo(const TMBMCevtInfo& evt)
~TMBMCevtInfo()
static TClass* Class()
Int_t evtid() const
virtual TClass* IsA() const
Int_t nreac() const
TMBMCevtInfo& operator=(const TMBMCevtInfo&)
Float_t qsq() const
Int_t run() const
void Set(Int_t run, Int_t evtid, Int_t nreac, Float_t xsect, Float_t weight, Float_t qsq, Float_t shat, Float_t that, Float_t uhat)
Float_t shat() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Float_t that() const
Float_t uhat() const
Float_t weight() const
Float_t xsect() const
private:
Int_t _run
Int_t _evtid
Int_t _nreac
Float_t _xsect cross section in microbarns
Float_t _weight
Float_t _qsq
Float_t _shat
Float_t _that
Float_t _uhat
file: TMBMCevtInfo.cpp
TMBTree MCevt class
has MCevt information
created: 23-Nov-2002 Wade Fisher
TMBMCevtInfo():
_run(0), _evtid(0), _nreac(0), _xsect(0), _weight(0),_qsq(0),_shat(0),
_that(0),_uhat(0)
TMBMCevtInfo( const TMBMCevtInfo & evt )
TMBMCevtInfo(Int_t run, Int_t evtid, Int_t nreac, Float_t xsect, Float_t weight, Float_t qsq, Float_t shat, Float_t that, Float_t uhat)
void Set(Int_t run, Int_t evtid, Int_t nreac, Float_t xsect, Float_t weight, Float_t qsq, Float_t shat, Float_t that, Float_t uhat)
~TMBMCevtInfo()
Inline Functions
Int_t run() const
Int_t evtid() const
Int_t nreac() const
Float_t xsect() const
Float_t weight() const
Float_t qsq() const
Float_t shat() const
Float_t that() const
Float_t uhat() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TMBMCevtInfo& operator=(const TMBMCevtInfo&)
Last update: Mon May 17 20:08:29 2004
ROOT page - Class index - Class Hierarchy - 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.