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