BRAT 2.4.5
Class index
Full class index
brahmlib
BRAHMS
ROOT page
//  $Id: BrTrackHit2D.cxx,v 1.1.1.1 2001/06/21 14:55:03 hagel Exp $
//
#include "BrTrackHit2D.h"

ClassImp(BrTrackHit2D)

/////////////////////////////////////////////////////////////
//
//
//////////////////////////////////////////////////////////////

  BrTrackHit2D::BrTrackHit2D()
{
for(Int_t i=0;i<3;i++) fPos[i] = 0.0;
fVec = 0;
fDpos = 0;
fDvec = 0;
fFlg = 0;
fStat = 0;
fNhit = 0;
fIsBad = kFALSE;
//fTrahit.Clear();
}

 BrTrackHit2D::BrTrackHit2D(BrTrackHit2D* tra2d)
{
SetPos(tra2d->GetPos());
SetVec(tra2d->GetVec());
SetDpos(tra2d->GetDpos());
SetDvec(tra2d->GetDvec());
SetNhit(tra2d->GetNhit());
SetFlg(tra2d->GetFlg());
SetStat(tra2d->GetStat());
for(Int_t i=0;i<tra2d->GetTrackHitEntries();i++) {
//???Need to check this out!!!!!!!!!!!!!!!!1
//   AddTrackHit(tra2d->GetTrackHitAt(i));
   }
fIsBad = tra2d->IsBad();
}

//  $Log: BrTrackHit2D.cxx,v $
//  Revision 1.1.1.1  2001/06/21 14:55:03  hagel
//  Initial revision of brat2
//
//  Revision 1.6  2000/09/29 02:19:26  hagel
//  Changes having to do with development of BrDCTrackingModule
//

This page automatically generated by script docBrat by Christian Holm

Copyright ; 2002 BRAHMS Collaboration <brahmlib@rcf.rhic.bnl.gov>
Last Update on by

Validate HTML
Validate CSS