Back to index

PdbBankList.cc

 
//----------------------------------------------------------------------------- 
//  $header$ 
// 
//  The pdbcal package 
//  Copyright (C) PHENIX collaboration, 1999 
// 
//  Implementation of class PdbBankList 
// 
//  Author: messer 
//----------------------------------------------------------------------------- 
#include "PdbBankList.hh" 
 
#include <iostream.h> 
 
PdbBankList::PdbBankList() 
{ 
} 
 
PdbBankList::~PdbBankList() 
{ 
} 
 

Back to index