#include "BrDCHitPosition.h"
ClassImp(BrDCHitPosition)
/////////////////////////////////////////////////////////////
//
// TBrDigitizedTPC is a BRAHMS data class for storing information for
// one detector TPC Digitized hit.
//
//////////////////////////////////////////////////////////////
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;
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.