Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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
19
#include <
phool/PHPointerListIterator.h
>
20
21
class
PdbBankListIterator
:
public
PHPointerListIterator
<PdbCalBank>
22
{
23
public
:
24
PdbBankListIterator
(
PdbBankList
&bankList)
25
:
PHPointerListIterator
<
PdbCalBank
>(bankList)
26
{
27
}
28
29
~PdbBankListIterator
()
override
{}
30
private
:
31
PdbBankListIterator
() =
delete
;
32
};
33
34
#endif // PDBCAL_BASE_PDBBANKLISTITERATOR_H
coresoftware
blob
master
offline
database
pdbcal
base
PdbBankListIterator.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:04
using
1.8.2 with
sPHENIX GitHub integration