ROOT logo
#ifndef HTBOXDETECTOR_H
#define HTBOXDETECTOR_H

#include "hdetector.h"

class HCategory;
class HParIo;

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 */















 htboxdetector.h:1
 htboxdetector.h:2
 htboxdetector.h:3
 htboxdetector.h:4
 htboxdetector.h:5
 htboxdetector.h:6
 htboxdetector.h:7
 htboxdetector.h:8
 htboxdetector.h:9
 htboxdetector.h:10
 htboxdetector.h:11
 htboxdetector.h:12
 htboxdetector.h:13
 htboxdetector.h:14
 htboxdetector.h:15
 htboxdetector.h:16
 htboxdetector.h:17
 htboxdetector.h:18
 htboxdetector.h:19
 htboxdetector.h:20
 htboxdetector.h:21
 htboxdetector.h:22
 htboxdetector.h:23
 htboxdetector.h:24
 htboxdetector.h:25
 htboxdetector.h:26
 htboxdetector.h:27
 htboxdetector.h:28
 htboxdetector.h:29
 htboxdetector.h:30
 htboxdetector.h:31
 htboxdetector.h:32
 htboxdetector.h:33
 htboxdetector.h:34
 htboxdetector.h:35
 htboxdetector.h:36
 htboxdetector.h:37
 htboxdetector.h:38
 htboxdetector.h:39
 htboxdetector.h:40
 htboxdetector.h:41
 htboxdetector.h:42
 htboxdetector.h:43