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










Last change: Sat May 22 13:17:29 2010
Last generated: 2010-05-22 13:17

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.