#include "BrTrack.h"
ClassImp(BrTrack)


//////////////////////////////////////////////////////////////////////////////////
//																				//
// The BrTrack class is the main BRAHMS track class              			    //
//																				//
//////////////////////////////////////////////////////////////////////////////////

 
 BrTrack::BrTrack() : BrBaseTrack()
{
// Default Constructor. 
fP12   = (Float_t)0.0;
fP34   = (Float_t)0.0;
fP45   = (Float_t)0.0;
fP345  = (Float_t)0.0;
fTheta = (Float_t)0.0;
fPhi   = (Float_t)0.0;
}

 BrTrack::~BrTrack() {
//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.