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

#ifndef HMUEMULEPTONSEXP_H
#define HMUEMULEPTONSEXP_H

#include "hmuEmuleptons.h"

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

 ClassDef(HMUEMULeptonsExp,1) // Leptons from matching unit emulation for real data without MU

};

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

 ClassDef(HMUEMUDiLeptonsExp,1) // Dileptons from Matching unit emulation for real data without MU

};

#endif /* !HMUEMULEPTONSEXP_H */














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