#ifndef HPAIRSIM_H
#define HPAIRSIM_H
#include "hpair.h"
class HPidParticleSim;
class HPairSim: public HPair {
public:
HPairSim();
HPairSim(HPidParticleSim*, HPidParticleSim*);
virtual ~HPairSim();
HPairSim(const HPairSim& source);
virtual void print(void);
protected:
virtual void reset(void);
Bool_t calcPairPropertiesSim(HPidParticleSim*, HPidParticleSim*);
TLorentzVector GLorentzVector1;
TLorentzVector GLorentzVector2;
Int_t nGPid1;
Int_t nGPid2;
Float_t fGOpang;
Float_t fGInvMass;
Char_t cIsTrue;
Char_t cGCharge;
ClassDef(HPairSim,1)
};
#endif // HPAIRSIM_H
Last change: Sat May 22 13:06:20 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.