CGEM BOSS 6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
IfdIntKey.cxx
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2// File and Version Information:
3// $Id: IfdIntKey.cxx,v 1.1.1.1 2005/04/21 01:18:05 zhangy Exp $
4//
5// Description:
6// Implementation of IfdIntKey. See .hh for details.
7//
8// Author List:
9// Ed Frank University of Pennsylvania
10//
11// History:
12// Ed Frank 19 Jan 00 Creation of first version by moving
13// old code from .hh to here.
14//
15// Copyright Information:
16// Copyright (C) 1997
17//
18// Bugs:
19//
20//------------------------------------------------------------------------
21
22//#include "BaBar/BaBar.hh"
23#include "ProxyDict/IfdIntKey.h"
24
25
26IfdIntKey::IfdIntKey( const int i )
27 : IfdKey( intKey )
28{
29 intVal = i;
31}
32
friend class IfdIntKey
Definition IfdKey.h:132
unsigned int _hashVal
Definition IfdKey.h:80
int intVal
Definition IfdKey.h:126
@ _nHashBuckets
Definition IfdKey.h:86