/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/MdcPatRec/ProxyDict/ProxyDict-00-00-01/src/IfdIntKey.cxx

Go to the documentation of this file.
00001 //--------------------------------------------------------------------------
00002 // File and Version Information:
00003 //    $Id: IfdIntKey.cxx,v 1.1.1.1 2005/04/21 01:18:05 zhangy Exp $
00004 //
00005 // Description:
00006 //    Implementation of IfdIntKey.  See .hh for details.
00007 //
00008 // Author List:
00009 //    Ed Frank                        University of Pennsylvania
00010 //
00011 // History:
00012 //    Ed Frank      19 Jan 00         Creation of first version by moving
00013 //                                    old code from .hh to here.
00014 //
00015 // Copyright Information:
00016 //      Copyright (C) 1997
00017 //
00018 // Bugs:
00019 //
00020 //------------------------------------------------------------------------
00021 
00022 //#include "BaBar/BaBar.hh"
00023 #include "ProxyDict/IfdIntKey.h"
00024 
00025 
00026 IfdIntKey::IfdIntKey( const int i ) 
00027   : IfdKey( intKey )
00028 {
00029    intVal   =  i; 
00030    _hashVal = i % _nHashBuckets;
00031 }
00032 

Generated on Tue Nov 29 23:13:39 2016 for BOSS_7.0.2 by  doxygen 1.4.7