ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PdbBankList.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PdbBankList.h
1 #ifndef PDBCAL_BASE_PDBBANKLIST_H
2 #define PDBCAL_BASE_PDBBANKLIST_H
3 
4 #include "PdbCalBank.h"
5 
6 #include <phool/PHPointerList.h>
7 
8 class PdbBankList : public PHPointerList<PdbCalBank>
9 {
10 public:
12  ~PdbBankList() override {}
13 };
14 
15 #endif /* PDBCAL_BASE_PDBBANKLIST_H */