BRAT 2.4.5
Class index
Full class index
brahmlib
BRAHMS
ROOT page
// $Id: BrDCHitPosition.cxx,v 1.1.1.1 2001/06/21 14:55:02 hagel Exp $
//

#include "BrDCHitPosition.h"

ClassImp(BrDCHitPosition)

/////////////////////////////////////////////////////////////
//
// BrDCHitPosition is a BRAHMS data class for storing information for 
// one detector DC Hit position combinations with left-right ambiguity. 
//
//////////////////////////////////////////////////////////////

  BrDCHitPosition::BrDCHitPosition()
{
}

ostream& operator<< (ostream & os,BrDCHitPosition *hitpos)
{
os<<"xwire,xdrift,sign,uhit = "<<hitpos->GetXwire();
os<<","<<hitpos->GetXdrift();
os<<","<<hitpos->GetSign();
os<<","<<hitpos->GetUhit();
os<<endl;
return os;
}

// $Log: BrDCHitPosition.cxx,v $
// Revision 1.1.1.1  2001/06/21 14:55:02  hagel
// Initial revision of brat2
//
// Revision 1.5  2000/10/25 17:58:05  hagel
// Further development of BrDCTrackingModule
//
// Revision 1.4  2000/09/29 02:15:59  hagel
// Changes having to do with development of BrDCTrackingModule
//
// Revision 1.3  1999/01/12 20:25:13  hagel
// Add CVS logs to several modules missing it
//

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