#include "hwallhitsim.h"
ClassImp(HWallHitSim)
HWallHitSim::HWallHitSim(void) { clear(); }
void HWallHitSim::setAddress(const Int_t c) {
cell=c;
}
void HWallHitSim::fill(const Float_t t, const Float_t a, const Int_t c) {
timeCal=t;
chargeCal=a;
cell=c;
}
void HWallHitSim::getAddress(Int_t& c) {
c=cell;
}
void HWallHitSim::clear(void) {
timeCal=-200.;
chargeCal=-200.;
cell=-1;
nTrack1 = nTrack2 = -1;
}
Last change: Sat May 22 13:17:38 2010
Last generated: 2010-05-22 13:17
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.