#ifndef HMUEMULEPTONSSIM_H
#define HMUEMULEPTONSSIM_H
#include "hmuEmuleptons.h"
class HMUEMULeptonsSim : public HMUEMULeptons
{
public:
HMUEMULeptonsSim(void);
~HMUEMULeptonsSim(void);
ClassDef(HMUEMULeptonsSim,1)
};
class HMUEMUDiLeptonsSim : public HMUEMUDiLeptons
{
public:
HMUEMUDiLeptonsSim(void);
~HMUEMUDiLeptonsSim(void);
ClassDef(HMUEMUDiLeptonsSim,1)
};
#endif /* !HMUEMULEPTONSSIM_H */
Last change: Sat May 22 12:59:15 2010
Last generated: 2010-05-22 12:59
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.