//*-- AUTHOR : Diego Gonzalez-Diaz 17/12/2007

//_HADES_CLASS_DESCRIPTION
///////////////////////////////////////////////////////////////////////////////
//                                                                           //
// HRpcHitSim                                                                //
// this is the hit data level for simulated data                             //
// it stores 4 references to hgeantrpc objects and the corresponding track   //
///////////////////////////////////////////////////////////////////////////////


#include "hrpchitsim.h"

ClassImp(HRpcHitSim)

void HRpcHitSim::clear(void) {
  HRpcHit::clear();
  RefL       = RefR       = -1;
  RefLDgtr   = RefRDgtr   = -1;
  TrackL     = TrackR     = -1;
  TrackLDgtr = TrackRDgtr = -1;
}

Last change: Sat May 22 13:11:19 2010
Last generated: 2010-05-22 13:11

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.