#include "hpairext.h"

HPairExt


class description - source file - inheritance tree (.pdf)

class HPairExt : public HPair

Inheritance Chart:
TObject
<-
TLorentzVector
<-
HPair
<-
HPairExt

    protected:
virtual void reset() public:
HPairExt() HPairExt(HPidParticle*, HPidParticle*) HPairExt(const HPairExt& source) virtual ~HPairExt() static TClass* Class() virtual void Clear(Option_t* opt) virtual Char_t getCharge() const HPidParticle* getPidParticle1() HPidParticle* getPidParticle2() virtual TClass* IsA() const HPairExt& operator=(const HPairExt&) virtual void print() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
HPidParticle itsParticle1 HPidParticle itsParticle2

Class Description


 HPairExt
 The only possible interface is HPidParticle, make sure no calls to deeper
 levels are needed !




HPairExt()

HPairExt(HPidParticle *p1, HPidParticle *p2 ): itsParticle1(*(p1)),itsParticle2(*(p2))
reset();
 copy the particles and store them in the pair
itsParticle1  = * (p1);
itsParticle2  = * (p2);

~HPairExt()

HPairExt(const HPairExt& source)

void print()

void reset(void)

Char_t getCharge(void) const

void Clear(Option_t *opt)



Inline Functions


        HPidParticle* getPidParticle1()
        HPidParticle* getPidParticle2()
              TClass* Class()
              TClass* IsA() const
                 void ShowMembers(TMemberInspector& insp, char* parent)
                 void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
            HPairExt& operator=(const HPairExt&)


Last update: Fri Jan 26 12:20:22 2007


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.