#ifndef HTRIGGERPARROOTFILEIO_H
#define HTRIGGERPARROOTFILEIO_H
#include "hdetparrootfileio.h"
#include "TFile.h"
#include "TArrayI.h"
class HParRootFile;
class HParSet;
class HTriggerParMuLep;
class HTriggerParMuDilep;
class HTriggerParMomMap;
class HTriggerParShowerMap;
class HTriggerParRichMap;
class HRichIPUParPattern;
class HRichIPUParThresholds;
class HRichIPUParLocMax;
class HTriggerParRootFileIo : public HDetParRootFileIo {
public:
HTriggerParRootFileIo(HParRootFile* f);
~HTriggerParRootFileIo();
Bool_t init(HParSet*,Int_t*);
Bool_t read(HTriggerParMuLep*,Int_t*);
Bool_t read(HTriggerParMuDilep*,Int_t*);
Bool_t read(HTriggerParMomMap*,Int_t*);
Bool_t read(HTriggerParShowerMap*,Int_t*);
Bool_t read(HTriggerParRichMap*,Int_t*);
Bool_t read(HRichIPUParPattern*,Int_t*);
Bool_t read(HRichIPUParThresholds*,Int_t*);
Bool_t read(HRichIPUParLocMax*,Int_t*);
ClassDef(HTriggerParRootFileIo,0)
};
#endif /*!HTRIGGERPARROOTFILEIO_H*/
Last change: Sat May 22 13:17:19 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.