CLabelId.h
//-----------------------------------------------------------------------------
// $Header: /tmp_mnt/asis/offline/ceres/cool/project/RCS/CLabelId.h,v 2.1 1996/10/04 08:42:56 voigt Exp $
//
// COOL Program Library
// Copyright (C) CERES collaboration, 1996
//
// Definition of raw data labels.
//
//-----------------------------------------------------------------------------
#ifndef CLABELID_H
#define CLABELID_H
enum CEventType { Evt, SoR, EoR,
SoB, EoB, OoB, NoRoot};
const CLabelId SORL = 10000;
const CLabelId SOBL = 10001;
const CLabelId EVNT = 10002;
const CLabelId EOBL = 10003;
const CLabelId OOBL = 10004;
const CLabelId EORL = 10005;
const CLabelId SYNC = 4242; // not a valid data label
const CLabelId R1DA = 100;
const CLabelId R1FK = 101;
const CLabelId R1PE = 102;
const CLabelId R1ZS = 103;
const CLabelId R1XY = 104;
const CLabelId R1HU = 105;
const CLabelId R1DO = 116;
const CLabelId R2DA = 200;
const CLabelId R2FK = 201;
const CLabelId R2PE = 202;
const CLabelId R2ZS = 203;
const CLabelId R2XY = 204;
const CLabelId R2HU = 205;
const CLabelId R2DO = 216;
const CLabelId SIDA = 300;
const CLabelId SDFK = 301;
const CLabelId SIPE = 302;
const CLabelId SD11 = 311;
const CLabelId SD12 = 312;
const CLabelId SD13 = 313;
const CLabelId SD14 = 314;
const CLabelId SD21 = 321;
const CLabelId SD22 = 322;
const CLabelId SD23 = 323;
const CLabelId SD24 = 324;
const CLabelId TRFK = 401;
const CLabelId BTDC = 402;
const CLabelId BADC = 403;
const CLabelId HTDC = 404;
const CLabelId SCAL = 405;
const CLabelId TINF = 406;
const CLabelId BSUM = 407;
const CLabelId CTDC = 408;
const CLabelId TRPD = 409;
const CLabelId HVRD = 501;
const CLabelId TEMP = 502;
const CLabelId MONO = 503;
const CLabelId SCFK = 504;
const CLabelId PADA = 600;
const CLabelId PAFK = 601;
const CLabelId PAPE = 602;
const CLabelId PAZS = 603;
const CLabelId PAXY = 604;
const CLabelId PAHU = 605;
#endif /* CLABELID_H */