# include "hmdccal3.h"
# include "hmdchitauxsim.h"
ClassImp(HMdcHitAuxSim)
HMdcHitAuxSim :: HMdcHitAuxSim(void) : HMdcHitAux(){
id = 0;
}
HMdcHitAuxSim :: ~HMdcHitAuxSim(void){
}
void HMdcHitAuxSim :: print(ostream &file){
file << "hit " << id << endl;
file << "number of impacts " << myNumberOfHits << endl;
file << "calibrated data: " << endl;
for (Int_t i=0; i<6; i++){
if(getCal(i)!=NULL){
getCal(i)->print(file);
}
}
}
Last change: Sat May 22 13:02:17 2010
Last generated: 2010-05-22 13:02
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.