#ifndef HRICHMAPPINGPAR_H
#define HRICHMAPPINGPAR_H
#include "TVector.h"
#include "hparset.h"
#include "hrichparset.h"
class HParHadAsciiFileIo;
class HRichMappingPar : public HRichParSet {
public:
HRichMappingPar(const Char_t* name="RichMappingParameters",
const Char_t* title="Rich Mapping Parameters",
const Char_t* context="");
virtual ~HRichMappingPar();
virtual Bool_t initAscii(HParHadAsciiFileIo* pHadAsciiFile);
virtual Bool_t writeAscii(HParHadAsciiFileIo* pHadAsciiFile);
Int_t getRC(Int_t,Int_t);
Int_t getPort(Int_t,Int_t);
Int_t getMod(Int_t,Int_t);
Int_t getCh(Int_t,Int_t);
Int_t isReadOut(Int_t,Int_t);
Int_t getCol(Int_t);
Int_t getRow(Int_t);
Int_t isValidUpi(Int_t);
Int_t isUnConnCh(Int_t);
TVector *uiplog;
TVector *padsxy;
TVector *padsx;
TVector *padsy;
TVector *xyuip;
TVector *xyuiplog;
TVector *uncuip;
Int_t i, fPadsNr,fCols,fRCs,fPorts,fModules,fChannels,fRows,fAddress1,fAddress2;
Int_t fUnconnCh;
ClassDef(HRichMappingPar,1)
private:
};
#endif // HRICHMAPPINGPAR_H
Last change: Sat May 22 13:09:23 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.