Class Reference for E1039 Core & Analysis Software
PdbBankListIterator.h
Go to the documentation of this file.
1 //-----------------------------------------------------------------------------
2 //
3 // The pdbcal package
4 // Copyright (C) PHENIX collaboration, 1999
5 //
6 // Declaration of class PdbBankListIterator
7 //
8 // Purpose: iterator class for PdbBankList
9 //
10 // Description:
11 //
12 // Author: Matthias Messer
13 //-----------------------------------------------------------------------------
14 #ifndef __PDBBANKLISTITERATOR_HH__
15 #define __PDBBANKLISTITERATOR_HH__
16 
17 #include "PdbBankList.h"
18 #include "PdbCalBank.h"
19 
21 
22 class PdbBankListIterator : public PHPointerListIterator<PdbCalBank> {
23 public:
26 
27 protected:
29 
30 };
31 
32 #endif /* __PDBBANKLISTITERATOR_HH__ */