# ifndef HMDCHITAUXSIM_H
# define HMDCHITAUXSIM_H
using namespace std;
# include <fstream>
# include "hmdchitaux.h"
class HMdcHitAuxSim : public HMdcHitAux {
private:
Int_t id;
public:
HMdcHitAuxSim(void);
~HMdcHitAuxSim(void);
void setId(Int_t identifier){id = identifier;}
Int_t getId(void) {return id;}
void print(ostream &file);
ClassDef(HMdcHitAuxSim,1)
};
# endif /* !HMDCHITAUXSIM_H */
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.