#ifndef HHODODETECTOR_H
#define HHODODETECTOR_H
#include "hdetector.h"
class HHodoDetector : public HDetector {
public:
HHodoDetector(void);
~HHodoDetector(void);
HCategory* buildCategory(Cat_t);
HCategory* buildLinearCategory(const Text_t*,Float_t);
HCategory* buildMatrixCategory(const Text_t*,Float_t);
Bool_t init(void) {return kTRUE;}
void activateParIo(HParIo*);
Bool_t write(HParIo*);
Int_t getMaxModInSetup(void);
ClassDef(HHodoDetector,1)
};
#endif /* !HHODODETECTOR_H */
Last change: Sat May 22 12:57:20 2010
Last generated: 2010-05-22 12:57
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.