//*LastUpdate : jsf-1-11 30-July-1999 A.Miyamoto
//*LastUpdate : jsf-1-4 7-Feburary-1999 A.Miyamoto
//*-- Author : Akiya Miyamoto 7-Feburary-1999 A.Miyamoto
////////////////////////////////////////////////////////////////////////
//
// JSFVTXHits
//
// Utilities for VTXHits
//
//$Id: JSFVTXHit.cxx,v 1.3 1999/07/30 08:46:35 miyamoto Exp $
//
////////////////////////////////////////////////////////////////////////
#include "JSFSteer.h"
#include "JSFVTXHit.h"
ClassImp(JSFVTXHit)
//______________________________________________
JSFVTXHit::JSFVTXHit(JSFVTXHit& h)
{
fR=h.fR;
fPhi=h.fPhi;
fZ=h.fZ;
fDphi=h.fDphi;
fDz=h.fDz;
fLayer=h.fLayer;
fLinkedTrack=h.fLinkedTrack;
fGenTrack=h.fGenTrack;
}
ROOT page - Home 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.