More information on this package is here.
#ifndef _TTGBIClass_
#define _TTGBIClass_
#include <iostream>
using namespace std;
#include "TObject.h"
#include "TString.h"
class TTGBIClass: public TObject{
public:
Int_t Latch1;
Int_t Helicity_scaler;
Int_t Interrupt_time;
Int_t Latch2;
Int_t Level3;
public:
TTGBIClass(){};
TTGBIClass(TTGBIClass *TmpTGBI);
virtual ~TTGBIClass(){};
void Print();
ClassDef(TTGBIClass,1)
};
#endif
Author: Maurik Holtrop
Last update: ClasTool/ClasBanks:$Name: $:$Id: TTGBIClass.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