#ifndef HMDCPARASCIIFILEIO_H
#define HMDCPARASCIIFILEIO_H
using namespace std;
#include <fstream>
#include "TObject.h"
#include "TArrayI.h"
#include "hdetparasciifileio.h"
class HMdcRawStruct;
class HMdcGeomStruct;
class HMdcMboReadout;
class HMdcCalPar;
class HMdcLookupGeom;
class HMdcLookupRaw;
class HMdcDigitPar;
class HMdcLayerGeomPar;
class HMdcCalParRaw;
class HMdcCal2Par;
class HMdcCal2ParSim;
class HMdcCellEff;
class HMdcTrackFitPar;
class HParSet;
class HMdcParAsciiFileIo : public HDetParAsciiFileIo {
public:
HMdcParAsciiFileIo(fstream*);
~HMdcParAsciiFileIo() {}
Bool_t init(HParSet*,Int_t*);
Int_t write(HParSet*);
template<class T> Bool_t read(T*, Int_t*,Int_t num=24);
template<class T> Int_t writeFile3(T*);
template<class T> Int_t writeFile4(T*);
template<class T> Int_t writeFile2(T*);
template<class T> Int_t writeFile2_x(T*);
template<class T> Int_t writeFile3_x(T*);
ClassDef(HMdcParAsciiFileIo,0)
};
#endif /* !HMDCPARASCIIFILEIO_H */
Last change: Sat May 22 13:03:05 2010
Last generated: 2010-05-22 13:03
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.