Class Reference for E1039 Core & Analysis Software
PdbBankList.h
Go to the documentation of this file.
1 #ifndef __PDBBANKLIST_HH__
2 #define __PDBBANKLIST_HH__
3 
4 #include "PdbCalBank.h"
5 
6 #include <phool/PHPointerList.h>
7 
8 class PdbBankList : public PHPointerList<PdbCalBank>
9 {
10 public:
11  PdbBankList();
12  virtual ~PdbBankList();
13 };
14 
15 #endif /* __PDBBANKLIST_HH__ */
virtual ~PdbBankList()
Definition: PdbBankList.cc:7