//*-- Author: Alberica Toia
//*-- Modified: Joern Wuestenfeld 03/31/2005
//*-- Version: $Id: hmuEmuleptonsExp.cc,v 1.4 2006/08/12 13:05:56 halo Exp $
#include "hmuEmuleptonsExp.h"
//_HADES_CLASS_DESCRIPTION
///////////////////////////////////////////////////////////////////////////
//
// HMUEMULeptonsExp
//
//
///////////////////////////////////////////////////////////////////////////
HMUEMULeptonsExp::HMUEMULeptonsExp(void)
: HMUEMULeptons()
{
// Default constructor
//
// Input parameters:
// none
//
// Output parameters:
// none
//
// Return code:
// none
fPhiRich=fThetaRich=fPhiMeta=fThetaMeta=0.0;
iDetBit=0;
iSector=0;
iFlag=0;
fMom=0.;
}
HMUEMULeptonsExp::~HMUEMULeptonsExp(void)
{
// Destructor
//
// Input parameters:
// none
//
// Output parameters:
// none
//
// Return code:
// none
fPhiRich=fThetaRich=fPhiMeta=fThetaMeta=0.0;
iDetBit=0;
iSector=0;
iFlag=0;
fMom=0.;
}
HMUEMUDiLeptonsExp::HMUEMUDiLeptonsExp(void)
: HMUEMUDiLeptons()
{
// Default constructor
//
// Input parameters:
// none
//
// Output parameters:
// none
//
// Return code:
// none
iN2=iN1=0;
fMass=0;
opangle=0;
}
HMUEMUDiLeptonsExp::~HMUEMUDiLeptonsExp(void)
{
// Dstructor
//
// Input parameters:
// none
//
// Output parameters:
// none
//
// Return code:
// none
iN2=iN1=0;
fMass=0;
opangle=0;
}
ClassImp(HMUEMULeptonsExp)
ClassImp(HMUEMUDiLeptonsExp)
ROOT page - Class index - Class Hierarchy - Top of the page
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.