#include "hkicktracksimB.h"
ClassImp(HKickTrackSimB)
HKickTrackSimB::HKickTrackSimB(void)
{
fNMdcTracks =0;
fNMetaTracks=0;
for(Int_t i=0;i<5;i++)
{
fMdcTracks[ i]=0; //Size is 5
}
for(Int_t i=0;i<2;i++)
{
fMetaTracks[i]=0; //Size is 2
}
}
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.