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

ClassImp(BrTrackHit)

///////////////////////////////////////////////////////////////////
//
// BrTrackHit is a BRAHMS data class for storing information that
// correlates local tracks and hits in a given detector.
// It is used heavily by the BrLocalTrackModule class.
//
//////////////////////////////////////////////////////////////////

 BrTrackHit::BrTrackHit() 
{
fImod        = 0;	
fTrackID     = 0;
fHitcmb      = 0;
fDetectorHit = 0;
fLoctra      = 0;
fTra2d       = 0;
}

//  $Log: BrTrackHit.cxx,v $
//  Revision 1.1.1.1  2001/06/21 14:55:03  hagel
//  Initial revision of brat2
//
//  Revision 1.4  2000/09/29 02:19:17  hagel
//  Changes having to do with development of BrDCTrackingModule
//
//  Revision 1.3  2000/04/28 21:18:59  videbaek
//  Updates to BrLocalTrack. Added fit method; Status is changed. Uses
//  MarkAsBad, IsBad instead of fixed 999.
//  Cleanup of BrModuleMatchtrack. Added histohgrams.
//  Changed LocalTrack and LocalTracking to use IsBad etc.
//
//  Revision 1.2  1998/12/04 21:36:00  videbaek
//  Started updating structures for tracking. Using BrVector3D
//  in many places where double* or float* was used before.
//  Fix type SHLIB->$(SHLIB) .. in makefile
//
//

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