//*-- Author: Alberica Toia
//*-- Modified: Joern Wuestenfeld 03/31/2005
//*-- Version: $Id: hmuEmuleptonsSim.h,v 1.2 2005-07-15 09:00:24 wuestenf Exp $

#ifndef HMUEMULEPTONSSIM_H
#define HMUEMULEPTONSSIM_H

#include "hmuEmuleptons.h"

class HMUEMULeptonsSim : public HMUEMULeptons
{
 public: 
  HMUEMULeptonsSim(void);
  ~HMUEMULeptonsSim(void); 

 ClassDef(HMUEMULeptonsSim,1) // Leptons from matching unit emulation for simulation data
};

class HMUEMUDiLeptonsSim : public HMUEMUDiLeptons
{
 public:
  HMUEMUDiLeptonsSim(void);
  ~HMUEMUDiLeptonsSim(void);

 ClassDef(HMUEMUDiLeptonsSim,1) // Dileptons from matching unit emulation from simulation data
};

#endif /* !HMUEMULEPTONSSIM_H */














Last change: Sat May 22 12:59:13 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.