ROOT logo
#ifndef HTOFDETECTOR_H
#define HTOFDETECTOR_H

#include "hdetector.h" 
#include "haddef.h"
#include "TArrayI.h"

class HTofDetector : public HDetector {
protected:

public:
  HTofDetector(void);
  ~HTofDetector(void);
  HTask *buildTask(const Text_t name[],const Option_t *opt="");
  HCategory *buildCategory(Cat_t cat);
  HCategory *buildMatrixCategory(const Text_t *classname,Float_t fillRate);
  Bool_t init(void) {return kTRUE;}
  void activateParIo(HParIo* io);
  Bool_t write(HParIo* io);
  
  ClassDef(HTofDetector,1) // TOF detector class
};


#endif /* !HTOFDETECTOR_H */









 htofdetector.h:1
 htofdetector.h:2
 htofdetector.h:3
 htofdetector.h:4
 htofdetector.h:5
 htofdetector.h:6
 htofdetector.h:7
 htofdetector.h:8
 htofdetector.h:9
 htofdetector.h:10
 htofdetector.h:11
 htofdetector.h:12
 htofdetector.h:13
 htofdetector.h:14
 htofdetector.h:15
 htofdetector.h:16
 htofdetector.h:17
 htofdetector.h:18
 htofdetector.h:19
 htofdetector.h:20
 htofdetector.h:21
 htofdetector.h:22
 htofdetector.h:23
 htofdetector.h:24
 htofdetector.h:25
 htofdetector.h:26
 htofdetector.h:27
 htofdetector.h:28
 htofdetector.h:29
 htofdetector.h:30
 htofdetector.h:31
 htofdetector.h:32
 htofdetector.h:33
 htofdetector.h:34