More information on this package is here.
#ifndef _TTAGRClass_
#define _TTAGRClass_
#include <iostream>
using namespace std;
#include "TObject.h"
#include "TString.h"
class TTAGRClass: public TObject{
public:
Float_t ERG;
Float_t TTAG;
Float_t TPHO;
Int_t STAT;
Int_t T_id;
Int_t E_id;
public:
TTAGRClass(){};
TTAGRClass(TTAGRClass *TmpSTPB);
virtual ~TTAGRClass(){};
inline Float_t GetEnergy() { return ERG ; }
inline Float_t GetTagTime() { return TTAG ; }
inline Float_t GetTagRF() { return TPHO ; }
inline Int_t GetStat() { return STAT ; }
inline Int_t GetTid() { return T_id ; }
inline Int_t GetEid() { return E_id ; }
void Print();
ClassDef(TTAGRClass,1)
};
#endif
Author: Maurik Holtrop
Last update: ClasTool/ClasBanks:$Name: $:$Id: TTAGRClass.cc,v 1.3 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