More information on this package is here.
#ifndef _TS1STClass_
#define _TS1STClass_
#include <iostream>
using namespace std;
#include "TObject.h"
#include "TString.h"
class TS1STClass: public TObject{
public:
UInt_t Latch1_bit1_count;
UInt_t Latch1_bit2_count;
UInt_t Latch1_bit3_count;
UInt_t Latch1_bit4_count;
UInt_t Latch1_bit5_count;
UInt_t Latch1_bit6_count;
UInt_t Latch1_bit7_count;
UInt_t Latch1_bit8_count;
UInt_t Latch1_bit9_count;
UInt_t Latch1_bit10_count;
UInt_t Latch1_bit11_count;
UInt_t Latch1_bit12_count;
UInt_t Event_count;
UInt_t Latch1_zero_count;
UInt_t Latch1_empty_count;
UInt_t Latch1_not_empty_count;
UInt_t Latch1_ok_count;
UInt_t Level2_sector1;
UInt_t Level2_sector2;
UInt_t Level2_sector3;
UInt_t Level2_sector4;
UInt_t Level2_sector5;
UInt_t Level2_sector6;
UInt_t Level2_pass;
UInt_t Level2_fail;
UInt_t Latch2_zero_count;
UInt_t Latch2_empty_count;
UInt_t Latch2_not_empty_count;
UInt_t Latch2_ok_count;
UInt_t Roc_13_count;
UInt_t Roc_15_count;
UInt_t L1l2_zero_count;
UInt_t L1zero_13_count;
UInt_t L2zero_13_count;
UInt_t L1l2zero_13_count;
public:
TS1STClass(){};
TS1STClass(TS1STClass *TmpS1ST);
virtual ~TS1STClass(){};
void Print();
ClassDef(TS1STClass,1)
};
#endif
Author: Maurik Holtrop
Last update: ClasTool/ClasBanks:$Name: $:$Id: TS1STClass.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