#include "BrBaseTrack.h"
ClassImp(BrBaseTrack)
//////////////////////////////////////////////////////////////////////////////////
// //
// The BrBaseTrack class is the base BRAHMS track class //
// //
//////////////////////////////////////////////////////////////////////////////////
BrBaseTrack::BrBaseTrack()
{
// Default Constructor.
fP = (Float_t)0.0;
fDx = (Float_t)0.0;
fDy = (Float_t)0.0;
fStatus = 0;
}
BrBaseTrack::~BrBaseTrack() {
//Destructor
}
ROOT page - Class index - 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.