#ifndef HTOFINODETECTOR_H
#define HTOFINODETECTOR_H
#include "hdetector.h"
class HTofinoDetector : public HDetector {
public:
  HTofinoDetector();
  ~HTofinoDetector();
  Bool_t init(void);
  void activateParIo(HParIo* io);
  Bool_t write(HParIo* io);
  HCategory* buildLinearCategory(const Text_t* name);
  HCategory* buildMatrixCategory(const Text_t* name, Float_t fillFactor=1);
  HCategory* buildCategory(Cat_t);
  ClassDef(HTofinoDetector,1) 
};
#endif  /* !HTOFINODETECTOR_H */
Last change: Sat May 22 13:16:39 2010
Last generated: 2010-05-22 13:16
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.