More information on this package is here.
#ifndef _THLSClass_
#define _THLSClass_
#include <iostream>
using namespace std;
#include "TObject.h"
#include "TString.h"
class THLSClass: public TObject{
public:
UInt_t TenMhz;
UInt_t OTR1;
UInt_t OTR2;
UInt_t SLM ;
UInt_t LVL1R ;
UInt_t LRC;
UInt_t LRA;
UInt_t Fci;
UInt_t Pmt1;
UInt_t Pmt2;
UInt_t Pmt3;
UInt_t Pmt4;
UInt_t Res1;
UInt_t Res2;
UInt_t HelAcc;
UInt_t HLSAcc;
public:
THLSClass(){};
THLSClass(THLSClass *TmpHLS);
virtual ~THLSClass(){};
Int_t GetTenMhz(){return((Int_t)TenMhz);};
Int_t GetOTR1(){return((Int_t)OTR1);};
Int_t GetOTR2(){return((Int_t)OTR2);};
Int_t GetSLM(){return((Int_t)SLM);};
Int_t GetLVL1R(){return((Int_t)LVL1R);};
Int_t GetLRC(){return((Int_t)LRC);};
Int_t GetLRA(){return((Int_t)LRA);};
Int_t GetFci(){return((Int_t)Fci);};
Int_t GetPmt1(){return((Int_t)Pmt1);};
Int_t GetPmt2(){return((Int_t)Pmt2);};
Int_t GetPmt3(){return((Int_t)Pmt3);};
Int_t GetPmt4(){return((Int_t)Pmt4);};
Int_t GetRes1(){return((Int_t)Res1);};
Int_t GetRes2(){return((Int_t)Res2);};
Int_t GetHelAcc(){return((Int_t)HelAcc);};
Int_t GetHLSAcc(){return((Int_t)HLSAcc);};
void Print();
ClassDef(THLSClass,1)
};
#endif
Author: Maurik Holtrop
Last update: ClasTool/ClasBanks:$Name: $:$Id: THLSClass.cc,v 1.4 2007/03/01 22:26:59 holtrop Exp $
CopyLeft - This code is freely available.
ROOT Home page - ClasTool Class index - Class Hierarchy - Top of the page