BOSS
6.6.4.p01
BESIII Offline Software System
Loading...
Searching...
No Matches
ComPackBaseBase.h
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
// File and Version Information:
3
// $Id: ComPackBaseBase.h,v 1.2 2009/12/23 02:59:56 zhangy Exp $
4
//
5
// Description:
6
// Class ComPackBaseBase. Untemplated base to ComPackBase, which exists
7
// solely to make the *((*&!@$(& return code untemplated!!!!!
8
// - Templated base class for utility classes that
9
// take a concrete numerical type and convert it for use in micro
10
// and nano databases.
11
//
12
// Environment:
13
// Software developed for the BaBar Detector at the SLAC B-Factory.
14
//
15
// Author List:
16
// Dave Brown
17
//
18
// Copyright Information:
19
// Copyright (C) 2001 Lawrence Berkeley National Lab
20
//
21
// History:
22
// Migration for BESIII MDC
23
//
24
//--------------------------------------------------------------------------
25
26
#ifndef COMPACKBASEBASE_HH
27
#define COMPACKBASEBASE_HH
28
29
class
ComPackBaseBase
{
30
public
:
31
//////////////////
32
// Status codes //
33
//////////////////
34
35
enum
StatusCode
{
36
TAG_OK
,
TAG_BAD
,
TAG_RANGE_ERROR
,
TAG_VAL_ROUND_DOWN
,
TAG_VAL_ROUND_UP
37
};
38
};
39
#endif
ComPackBaseBase
Definition:
ComPackBaseBase.h:29
ComPackBaseBase::StatusCode
StatusCode
Definition:
ComPackBaseBase.h:35
ComPackBaseBase::TAG_RANGE_ERROR
@ TAG_RANGE_ERROR
Definition:
ComPackBaseBase.h:36
ComPackBaseBase::TAG_OK
@ TAG_OK
Definition:
ComPackBaseBase.h:36
ComPackBaseBase::TAG_BAD
@ TAG_BAD
Definition:
ComPackBaseBase.h:36
ComPackBaseBase::TAG_VAL_ROUND_DOWN
@ TAG_VAL_ROUND_DOWN
Definition:
ComPackBaseBase.h:36
ComPackBaseBase::TAG_VAL_ROUND_UP
@ TAG_VAL_ROUND_UP
Definition:
ComPackBaseBase.h:36
source
Reconstruction
MdcPatRec
MdcRecoUtil
MdcRecoUtil-00-01-08
MdcRecoUtil
ComPackBaseBase.h
Generated by
1.9.6