#ifndef HTBOXDETECTOR_H
#define HTBOXDETECTOR_H

#include "hdetector.h"
#include "haddef.h"
#include "hstartdef.h"

#include "TArrayI.h"

class HParIo;
class HDetGeomPar;
class HGeomShapes;
class HCategory;

class HTBoxDetector : public HDetector {
public:
  HTBoxDetector();
  HTBoxDetector(Int_t mod, Int_t chan);
  ~HTBoxDetector();
  Bool_t init(void);
//  void activateParIo(HParIo* io);
  Bool_t write(HParIo* io) {return kTRUE;}
  HCategory* buildMatrixCategory(const Text_t*);
  HCategory* buildLinearCategory(const Text_t*);
  HCategory* buildCategory(Cat_t);
  Int_t getMaxModInSetup(void);
//  HDetGeomPar* createDetGeomPar(HGeomShapes*);

  ClassDef(HTBoxDetector,1) // Trigger Box detector class
};

#endif  /* !HTBOXDETECTOR_H */
                                                            















Last change: Sat May 22 13:15:07 2010
Last generated: 2010-05-22 13:15

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.