|
///////////////////////////////////////////////////////////// // // BrDCHit is the DC specific extention of BrDetectorHit. // It is use over DC tracking code to handle DC combined hits // (clusters) as well as to handle original detector hits. // ////////////////////////////////////////////////////////////// // // $Id: BrDCHit.cxx,v 1.2 2001/08/05 11:41:29 cholm Exp $ // $Author: cholm $ // $Date: 2001/08/05 11:41:29 $ // #ifndef BRAT_BrDCHit #include "BrDCHit.h" #endif //____________________________________________________________________ ClassImp(BrDCHit); //____________________________________________________________________ BrDCHit::BrDCHit() :BrDetectorHit() { // Default CTOR fNumCombined=0; for(Int_t i = 0; i < 3; i++){ fU[i] = 0; fZ[i] = 0; fPlane[i] = 0; fWire[i] = 0; fTdc[i] = 0; } } //____________________________________________________________________ BrDCHit::~BrDCHit() { // Empty DTOR } // $Log: BrDCHit.cxx,v $ // Revision 1.2 2001/08/05 11:41:29 cholm // Took what I beleive to be Pawels latest changes (see the corresponding // email to brahms-dev-l) and commited that. Also cleaned up the class. // // Revision 1.1.1.1 2001/06/21 14:55:02 hagel // Initial revision of brat2 // // Revision 1.4 2001/06/20 12:08:14 staszel // Initial release of new (or rather completely modified) BrDCHit class. // |
||||||
This page automatically generated by script docBrat by Christian Holm |
Copyright ; 2002 BRAHMS Collaboration
<brahmlib@rcf.rhic.bnl.gov>
|