#include "hkicktracksimB.h"
ClassImp(HKickTrackSimB)
HKickTrackSimB::HKickTrackSimB(void)
{
fNMdcTracks =0;
fNMetaTracks=0;
for(Int_t i=0;i<5;i++)
{
fMdcTracks[ i]=0;
}
for(Int_t i=0;i<2;i++)
{
fMetaTracks[i]=0;
}
}
Last change: Sat May 22 12:58:51 2010
Last generated: 2010-05-22 12:58
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.