ROOT logo
#ifndef HWALLDETECTOR_H
#define HWALLDETECTOR_H

#include "hdetector.h" 

class HWallDetector : public HDetector {
public:
  HWallDetector(void);
  ~HWallDetector(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(HWallDetector,1) // Forward Wall detector class
};


#endif /* !HWALLDETECTOR_H */









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