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  

/BdbClustering/BdbRefHandleClusteringHint.cc

Go to the documentation of this file.
00001 #if !defined(BDBREFHANDLECLUSTERINGHINT_CC)
00002 #define BDBREFHANDLECLUSTERINGHINT_CC
00003 //--------------------------------------------------------------------------
00004 // File and Version Information:
00005 //      $Id: BdbRefHandleClusteringHint.cc,v 1.1 2001/10/10 21:29:55 patton Exp $
00006 //
00007 // Description:
00008 //      Class BdbRefHandleClusteringHint
00009 //
00010 // Environment:
00011 //      Software developed for the BaBar Detector at the SLAC B-Factory.
00012 //
00013 // Author List:
00014 //      Simon Patton            Originator
00015 //
00016 // Copyright Information:
00017 //      Copyright (C) 1999      LBNL
00018 //
00019 //------------------------------------------------------------------------
00020 
00021 //-----------------------
00022 // This Class's Header --
00023 //-----------------------
00024 #include "BdbClustering/BdbRefHandleClusteringHint.hh"
00025 
00026 //-------------
00027 // C Headers --
00028 //-------------
00029 extern "C" {
00030            }
00031 
00032 //---------------
00033 // C++ Headers --
00034 //---------------
00035 
00036 //----------------
00037 // BaBar Header --
00038 //----------------
00039 #include "BaBar/BaBar.hh"
00040 
00041 //-------------------------------
00042 // Collaborating Class Headers --
00043 //-------------------------------
00044 
00045 //------------------------------------
00046 // Collaborating Class Declarations --
00047 //------------------------------------
00048 
00049 //-----------------------------------------------------------------------
00050 // Local Macros, Typedefs, Structures, Unions and Forward Declarations --
00051 //-----------------------------------------------------------------------
00052 
00053 //              -----------------------------------------------
00054 //              -- Static Data & Function Member Definitions --
00055 //              -----------------------------------------------
00056 
00057 //              ---------------------------------
00058 //              -- Member Function Definitions --
00059 //              ---------------------------------
00060 
00061 //----------------
00062 // Constructors --
00063 //----------------
00064 
00065 BdbRefHandleClusteringHint::BdbRefHandleClusteringHint( const BdbRefAny& aRef )
00066    : _ref( aRef )
00067 {
00068 }
00069 
00070 BdbRefHandleClusteringHint::BdbRefHandleClusteringHint( const BdbHandleAny& aHandle )
00071    : _ref( aHandle )
00072 {
00073 }
00074 
00075 // BdbRefHandleClusteringHint::BdbRefHandleClusteringHint()
00076 // {
00077 // }
00078 
00079 // BdbRefHandleClusteringHint::BdbRefHandleClusteringHint( const BdbRefHandleClusteringHint& aRhs )
00080 // {
00081 // }
00082 
00083 //--------------
00084 // Destructor --
00085 //--------------
00086 
00087 BdbRefHandleClusteringHint::~BdbRefHandleClusteringHint()
00088 {
00089 }
00090 
00091 //-------------
00092 // Operators --
00093 //-------------
00094     
00095 // const BdbRefHandleClusteringHint& BdbRefHandleClusteringHint::operator=( const BdbRefHandleClusteringHint& aRhs )
00096 // {
00097 // }
00098 
00099 //-------------
00100 // Selectors --
00101 //-------------
00102 
00103 //-------------
00104 // Modifiers --
00105 //-------------
00106 
00107 BdbRefAny
00108 BdbRefHandleClusteringHint::hint()
00109 {
00110    return( _ref );
00111 }
00112 
00113 BdbRefAny
00114 BdbRefHandleClusteringHint::updatedHint()
00115 {
00116    return( _ref );
00117 }
00118 
00119 void
00120 BdbRefHandleClusteringHint::prepareHint()
00121 {
00122 }
00123 
00124 #endif // BDBREFHANDLECLUSTERINGHINT_CC

 


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

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