#ifndef HRICHIPUPARLOCMAX_H
#define HRICHIPUPARLOCMAX_H

#include "TObject.h"
#include "TObjArray.h"
#include "hlocation.h"
#include "hparcond.h"

class HParamList;
class HRichIPUParLocMax : public HParCond {
private: 
  Int_t locmax;
  Int_t locmax_flag;  

public:
  HRichIPUParLocMax(const Char_t* name="RichIPUParLocMax",
        const Char_t* title="Parameters for Rich IPU LocMax ",
        const Char_t* context="RICHIPUEmulation");
  ~HRichIPUParLocMax(void);

  Int_t getLocMax(){return locmax;}
  void setLocMax(Int_t lm){locmax=lm;}

  Int_t getLocMaxFlag(){return locmax_flag;}
  void setLocMaxFlag(Int_t fl){locmax_flag=fl;}

  Bool_t init(HParIo*,Int_t*);
  Int_t write(HParIo*);
  void putParams(HParamList*);
  Bool_t getParams(HParamList*);
  void clear();
  void printParam();
  void readline(const Char_t*, Int_t*);
  void printPause(void);

  void putAsciiHeader(TString&);
/*   Bool_t writeline(Char_t*, Int_t, Int_t, Int_t);  */
  void setDefaults(void);

  ClassDef(HRichIPUParLocMax,1)  // Container for the RICH IPU LocMax parameters
};

#endif /* !HRICHIPUPARLOCMAX_H */

Last change: Sat May 22 13:09:13 2010
Last generated: 2010-05-22 13:09

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.