#include "hmuEmuleptonsExp.h"
HMUEMULeptonsExp::HMUEMULeptonsExp(void)
: HMUEMULeptons()
{
fPhiRich=fThetaRich=fPhiMeta=fThetaMeta=0.0;
iDetBit=0;
iSector=0;
iFlag=0;
fMom=0.;
}
HMUEMULeptonsExp::~HMUEMULeptonsExp(void)
{
fPhiRich=fThetaRich=fPhiMeta=fThetaMeta=0.0;
iDetBit=0;
iSector=0;
iFlag=0;
fMom=0.;
}
HMUEMUDiLeptonsExp::HMUEMUDiLeptonsExp(void)
: HMUEMUDiLeptons()
{
iN2=iN1=0;
fMass=0;
opangle=0;
}
HMUEMUDiLeptonsExp::~HMUEMUDiLeptonsExp(void)
{
iN2=iN1=0;
fMass=0;
opangle=0;
}
ClassImp(HMUEMULeptonsExp)
ClassImp(HMUEMUDiLeptonsExp)
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.