ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PgPostBankWrapperManager.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PgPostBankWrapperManager.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef PDBCALPG_PGPOSTBANKWRAPPERMANAGER_H
4
#define PDBCALPG_PGPOSTBANKWRAPPERMANAGER_H
5
6
#include <vector>
7
8
class
PgPostBankWrapper
;
9
10
class
PgPostBankWrapperManager
11
{
12
public
:
13
static
PgPostBankWrapperManager
&
instance
();
14
15
void
clear
();
16
17
bool
commit
();
18
19
void
print
()
const
;
20
21
bool
registerWrapper
(
PgPostBankWrapper
* wrapper);
22
23
bool
unregisterWrapper
(
PgPostBankWrapper
* wrapper);
24
25
private
:
26
PgPostBankWrapperManager
(){}
27
28
typedef
std::vector<PgPostBankWrapper*>
WVECTOR
;
29
30
WVECTOR
fWrappers
;
31
};
32
33
#endif
coresoftware
blob
master
offline
database
pdbcal
pg
PgPostBankWrapperManager.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:33
using
1.8.2 with
ECCE GitHub integration