ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PdbBankListIterator.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PdbBankListIterator.h
1 //-----------------------------------------------------------------------------
2 //
3 // The pdbcal package
4 //
5 // Declaration of class PdbBankListIterator
6 //
7 // Purpose: iterator class for PdbBankList
8 //
9 // Description:
10 //
11 // Author: Matthias Messer
12 //-----------------------------------------------------------------------------
13 #ifndef PDBCAL_BASE_PDBBANKLISTITERATOR_H
14 #define PDBCAL_BASE_PDBBANKLISTITERATOR_H
15 
16 #include "PdbBankList.h"
17 #include "PdbCalBank.h"
18 
20 
21 class PdbBankListIterator : public PHPointerListIterator<PdbCalBank>
22 {
23  public:
26  {
27  }
28 
29  ~PdbBankListIterator() override {}
30  private:
31  PdbBankListIterator() = delete;
32 };
33 
34 #endif // PDBCAL_BASE_PDBBANKLISTITERATOR_H