Bdb packages | Design docs | Source docs | Guidelines | Recent releases

Search | Site Map .

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

/BdbIndexing/BdbDimTypes.hh

Go to the documentation of this file.
00001 //------------------------------------------------------------------------------
00002 // File:
00003 //      BdbDimTypes.hh
00004 //
00005 // Description:
00006 //       Definition of types of attributes of the index structure.
00007 //      
00008 //
00009 // Environment:
00010 //      Software developed for the BaBar Detector at the SLAC B-Factory
00011 //
00012 // Author List:
00013 //      Jacek Becla, Igor Gaponenko           Original Authors
00014 //
00015 // Copyright Information:
00016 //      Copyright (C) 1997-98      Stanford Linear Accelerator Center
00017 //
00018 //------------------------------------------------------------------------------
00019 
00020 #ifndef BDBDIMTYPES_HH
00021 #define BDBDIMTYPES_HH
00022 
00023 
00024 class BdbDimTypes {
00025 
00026 public:
00027 
00028     enum DimType { IllegalDimType = 0, BoolDimType, IntDimType, FloatDimType } ;
00029 
00030     static const char* getTypeName(DimType type) ;
00031 } ;
00032 
00033 #endif /* BDBDIMTYPES_HH */

 


BaBar Public Site | SLAC | News | Links | Who's Who | Contact Us

Page Owner: Jacek Becla
Last Update: October 04, 2002