More information on this package is here.
#ifndef _TTRGSClass_
#define _TTRGSClass_
#include <iostream>
using namespace std;
#include "TObject.h"
#include "TString.h"
class TTRGSClass: public TObject{
public:
UInt_t Clock_ug;
UInt_t Fcup_ug;
UInt_t Microsec;
UInt_t Mor_st;
UInt_t Mor_pc;
UInt_t Mor_ps;
UInt_t Mor_tac;
UInt_t Mor;
UInt_t Pc;
UInt_t Ps;
UInt_t Tac;
UInt_t St;
UInt_t Clock_ug_2;
UInt_t Fcup_ug_2;
UInt_t Clock_g1;
UInt_t Fcup_g1;
UInt_t Mor_st_rg;
UInt_t Mor_pc_rg;
UInt_t Mor_ps_rg;
UInt_t Mor_tac_rg;
UInt_t Mor_rg;
UInt_t Pc_rg;
UInt_t Ps_rg;
UInt_t Tac_rg;
UInt_t St_rg;
UInt_t Clock_g1_2;
UInt_t Fcup_g1_2;
UInt_t Clock_g2;
UInt_t Fcup_g2;
UInt_t Mor_lg;
UInt_t Clock_g2_2;
UInt_t Fcup_g2_2;
UInt_t Trig1_ug;
UInt_t Trig2_ug;
UInt_t Trig3_ug;
UInt_t Trig4_ug;
UInt_t Trig5_ug;
UInt_t Trig6_ug;
UInt_t Trig7_ug;
UInt_t Trig8_ug;
UInt_t Trig9_ug;
UInt_t Trig10_ug;
UInt_t Trig11_ug;
UInt_t Trig12_ug;
UInt_t Trig_or_ug;
UInt_t L1accept;
UInt_t L2fail;
UInt_t L2pass;
UInt_t L2start;
UInt_t L2clear;
UInt_t L2accept;
UInt_t L3accept;
public:
TTRGSClass(){};
TTRGSClass(TTRGSClass *TmpTRGS);
virtual ~TTRGSClass(){};
void Print();
ClassDef(TTRGSClass,1)
};
#endif
Author: Maurik Holtrop
Last update: ClasTool/ClasBanks:$Name: $:$Id: TTRGSClass.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