Back to index

See source file

PdbBankList.hh

 
//----------------------------------------------------------------------------- 
// 
//  The pdbcal package 
//  Copyright (C) PHENIX collaboration, 1999 
// 
//  Declaration of class PdbBankList 
// 
//  Purpose: list class for PdbCalBank 
// 
//  Description: 
// 
//  Author: messer 
//----------------------------------------------------------------------------- 
#ifndef __PDBBANKLIST_HH__ 
#define __PDBBANKLIST_HH__ 
 
#include "PHPointerList.h" 
#include "PdbCalBank.hh" 
 
class PdbBankList : public PHPointerList<PdbCalBank> { 
public: 
   PdbBankList(); 
   ~PdbBankList(); 
 
private: 
 
}; 
 
#endif /* __PDBBANKLIST_HH__ */ 

Back to index

See source file