#ifndef HPAIRSIMEXT_H
#define HPAIRSIMEXT_H
#include "hpairsim.h"
#include <hpidparticlesim.h>
class HPairSimExt: public HPairSim {
public:
HPairSimExt();
HPairSimExt(HPidParticleSim*, HPidParticleSim*);
virtual ~HPairSimExt();
HPairSimExt(const HPairSimExt& source);
virtual void print(void);
HPidParticleSim* getPidParticle1(void) { return &itsParticle1;}
HPidParticleSim* getPidParticle2(void) { return &itsParticle2;}
virtual Char_t getCharge(void) const;
virtual void Clear(Option_t *opt = "");
protected:
virtual void reset(void);
HPidParticleSim itsParticle1;
HPidParticleSim itsParticle2;
ClassDef(HPairSimExt,0)
};
#endif // HPAIRSIMEXT_H
Last change: Sat May 22 13:06:21 2010
Last generated: 2010-05-22 13:06
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.